HEX: #E6A57B
RGB: (230,165,123)
Il colore #E6A57B contiene principalmente il rosso. Per il #E6A57B il colore web safe è #CC9966 (#C96).
Il colore E6A57B in RGB è definito come 230,165,123
RGB: (230,165,123) (90%,65%,48%)
R 230 da 255 = 90%
G 165 da 255 = 65%
B 123 da 255 = 48%
R + G + B ~ 68%. #E6A57B colore abbastanza chiaro.
R + G + B =
230 + 165 + 123 = 518 (100%)
R 230 da 518 ~ 44.4%
G 165 da 518 ~ 31.85%
B 123 da 518 ~ 23.75%
Il colore #E6A57B in CMYK è definito come 0,28,47,10.
CMYK: (0,28,47,10) C0M28Y47K10 (0%,28%,47%,10%) (0.00/0.28/0.47/0.10)
E6 | A5 | 7B | |
---|---|---|---|
RGB | 230 | 165 | 123 |
HSL | 24° | 68.15% | 69.22% |
HSB/HSV | 24° | 46.52% | 90.20% |
CMYK | 0.00% | 28.26% | 46.52% |
9.80% |
Esadicemale | E6 | A5 | 7B |
Decimale | 230 | 165 | 123 |
Binario | 11100110 | 10100101 | 1111011 |
Ottale | 346 | 245 | 173 |
Esempi dei codici css e html per gli elementi di colore #E6A57B. Utilizzate rgb(230,165,123) anche al posto del codice hex.
.myTextColor { color: #E6A57B; }
<p style="color:#E6A57B">This sample text font color is #E6A57B.</p>
Il colore di questo testo è #E6A57B.
.myBgColor { background-color: #E6A57B; }
<div style="background-color:#E6A57B">Inner text</div>
Questo div ha lo sfondo di colore #E6A57B.
.myBorderColor { border: 1px solid #E6A57B; }
<div style="border:3px solid #E6A57B">Div</div>
Questo div ha i bordi di colore E6A57B.
.myOpacity80 { color: #E6A57B; opacity: 0.8; }
<p style="color:#E6A57B;opacity:0.8;">80%</p>
Il testo di color #E6A57B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6A57B;}
<p style="text-shadow: 3px 3px 1px #E6A57B">Text here.</p>
Questo testo ha l'ombra di colore #E6A57B.
.textShadow {text-shadow: 3px 3px 1px #E6A57B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6A57B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E6A57B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6A57B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6A57B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6A57B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6A57B; -webkit-box-shadow: 1px 1px 3px 2px #E6A57B; box-shadow: 1px 1px 3px 2px #E6A57B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6A57B; -webkit-box-shadow: 1px 1px 3px 2px #E6A57B; box-shadow:1px 1px 3px 2px #E6A57B;">
Div content here</div>
Questo e il testo di colore #E6A57B sullo sfondo nero.
Questo e il testo di colore #E6A57B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E6A57B.
Questo è un testo bianco sullo sfondo del colore #E6A57B.