Shades of Zinnwaldite #EAC0AA
Tints of Zinnwaldite #EAC0AA
RGB
CMYK
RGB Variations
Color information
#EAC0AA (or 0xEAC0AA) is known color: Zinnwaldite. HEX triplet: EA, C0 and AA. RGB value is (234,192,170). Sum of RGB (Red+Green+Blue) = 234+192+170=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC0AA is #153F55. Grayscale: #CACACA. Windows color (decimal): -1392470 or 11190506. OLE color: 11190506.
HSL color Cylindrical-coordinate representation of color #EAC0AA: hue angle of 20.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAC0AA is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 170 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.08 |
| HSL | 20.63º | 0.6% | 0.79% | - |
| HSV(B) | 20.63º | 0.27% | 0.92% | - |
| XYZ | 60.04 | 58.09 | 46.08 | - |
| YUV | 202.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 170 | 0 | 0.18 | 0.27 | 0.08 | 20.63 | 0.6 | 0.79 |
| Hex | EA | C0 | AA | 0 | 12 | 1B | 8 | 15 | 3C | 4F |
| Octal | 352 | 300 | 252 | 0 | 22 | 33 | 10 | 25 | 74 | 117 |
| Binary | 11101010 | 11000000 | 10101010 | 0 | 10010 | 11011 | 1000 | 10101 | 111100 | 1001111 |
Color Harmonies of #EAC0AA
Complementary color
Monochromatic Colors of #EAC0AA
Black with #EAC0AA
Text Example
Text Example
White with #EAC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0AA; }
p { color: rgb(234,192,170); }
H1.HeaderClassName
{
color: #EAC0AA;
}
.AnyTagClassName
{
color: #EAC0AA;
}
</style>
background-color css
<style>
a { background-color: #EAC0AA; }
a { background-color: rgb(234,192,170); }
div.DivClassName
{
background-color: #EAC0AA;
}
.BgClassName
{
background-color: #EAC0AA;
}
</style>
border-color css
<style>
span { border-color: #EAC0AA; }
span { border-color: rgb(234,192,170); }
td.TdClassName
{
border-color: #EAC0AA;
}
.TagClassName
{
border-color: #EAC0AA;
}
</style>