HEX: #E7A65E
RGB: (231,166,94)
Il colore #E7A65E contiene principalmente il rosso. Per il #E7A65E il colore web safe è #FF9966 (#F96).
Il colore E7A65E in RGB è definito come 231,166,94
RGB: (231,166,94) (91%,65%,37%)
R 231 da 255 = 91%
G 166 da 255 = 65%
B 94 da 255 = 37%
R + G + B ~ 64%. #E7A65E colore abbastanza chiaro.
R + G + B =
231 + 166 + 94 = 491 (100%)
R 231 da 491 ~ 47.05%
G 166 da 491 ~ 33.81%
B 94 da 491 ~ 19.14%
Il colore #E7A65E in CMYK è definito come 0,28,59,9.
CMYK: (0,28,59,9) C0M28Y59K9 (0%,28%,59%,9%) (0.00/0.28/0.59/0.09)
E7 | A6 | 5E | |
---|---|---|---|
RGB | 231 | 166 | 94 |
HSL | 32° | 74.05% | 63.73% |
HSB/HSV | 32° | 59.31% | 90.59% |
CMYK | 0.00% | 28.14% | 59.31% |
9.41% |
Esadicemale | E7 | A6 | 5E |
Decimale | 231 | 166 | 94 |
Binario | 11100111 | 10100110 | 1011110 |
Ottale | 347 | 246 | 136 |
Esempi dei codici css e html per gli elementi di colore #E7A65E. Utilizzate rgb(231,166,94) anche al posto del codice hex.
.myTextColor { color: #E7A65E; }
<p style="color:#E7A65E">This sample text font color is #E7A65E.</p>
Il colore di questo testo è #E7A65E.
.myBgColor { background-color: #E7A65E; }
<div style="background-color:#E7A65E">Inner text</div>
Questo div ha lo sfondo di colore #E7A65E.
.myBorderColor { border: 1px solid #E7A65E; }
<div style="border:3px solid #E7A65E">Div</div>
Questo div ha i bordi di colore E7A65E.
.myOpacity80 { color: #E7A65E; opacity: 0.8; }
<p style="color:#E7A65E;opacity:0.8;">80%</p>
Il testo di color #E7A65E e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7A65E;}
<p style="text-shadow: 3px 3px 1px #E7A65E">Text here.</p>
Questo testo ha l'ombra di colore #E7A65E.
.textShadow {text-shadow: 3px 3px 1px #E7A65E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7A65E, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E7A65E e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7A65E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7A65E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7A65E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E7A65E; -webkit-box-shadow: 1px 1px 3px 2px #E7A65E; box-shadow: 1px 1px 3px 2px #E7A65E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E7A65E; -webkit-box-shadow: 1px 1px 3px 2px #E7A65E; box-shadow:1px 1px 3px 2px #E7A65E;">
Div content here</div>
Questo e il testo di colore #E7A65E sullo sfondo nero.
Questo e il testo di colore #E7A65E sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E7A65E.
Questo è un testo bianco sullo sfondo del colore #E7A65E.