Shades of Zinnwaldite #EAC2AA
Tints of Zinnwaldite #EAC2AA
RGB
CMYK
RGB Variations
Color information
#EAC2AA (or 0xEAC2AA) is known color: Zinnwaldite. HEX triplet: EA, C2 and AA. RGB value is (234,194,170). Sum of RGB (Red+Green+Blue) = 234+194+170=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC2AA is #153D55. Grayscale: #CBCBCB. Windows color (decimal): -1391958 or 11191018. OLE color: 11191018.
HSL color Cylindrical-coordinate representation of color #EAC2AA: hue angle of 22.5º 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 #EAC2AA is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 170 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.08 |
| HSL | 22.5º | 0.6% | 0.79% | - |
| HSV(B) | 22.5º | 0.27% | 0.92% | - |
| XYZ | 60.48 | 58.98 | 46.23 | - |
| YUV | 203.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 170 | 0 | 0.17 | 0.27 | 0.08 | 22.5 | 0.6 | 0.79 |
| Hex | EA | C2 | AA | 0 | 11 | 1B | 8 | 16 | 3C | 4F |
| Octal | 352 | 302 | 252 | 0 | 21 | 33 | 10 | 26 | 74 | 117 |
| Binary | 11101010 | 11000010 | 10101010 | 0 | 10001 | 11011 | 1000 | 10110 | 111100 | 1001111 |
Color Harmonies of #EAC2AA
Complementary color
Monochromatic Colors of #EAC2AA
Black with #EAC2AA
Text Example
Text Example
White with #EAC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2AA; }
p { color: rgb(234,194,170); }
H1.HeaderClassName
{
color: #EAC2AA;
}
.AnyTagClassName
{
color: #EAC2AA;
}
</style>
background-color css
<style>
a { background-color: #EAC2AA; }
a { background-color: rgb(234,194,170); }
div.DivClassName
{
background-color: #EAC2AA;
}
.BgClassName
{
background-color: #EAC2AA;
}
</style>
border-color css
<style>
span { border-color: #EAC2AA; }
span { border-color: rgb(234,194,170); }
td.TdClassName
{
border-color: #EAC2AA;
}
.TagClassName
{
border-color: #EAC2AA;
}
</style>