Shades of Zinnwaldite #EAC2AB
Tints of Zinnwaldite #EAC2AB
RGB
CMYK
RGB Variations
Color information
#EAC2AB (or 0xEAC2AB) is known color: Zinnwaldite. HEX triplet: EA, C2 and AB. RGB value is (234,194,171). Sum of RGB (Red+Green+Blue) = 234+194+171=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC2AB is #153D54. Grayscale: #CBCBCB. Windows color (decimal): -1391957 or 11256554. OLE color: 11256554.
HSL color Cylindrical-coordinate representation of color #EAC2AB: hue angle of 21.9º 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 #EAC2AB is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 171 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.08 |
| HSL | 21.9º | 0.6% | 0.79% | - |
| HSV(B) | 21.9º | 0.27% | 0.92% | - |
| XYZ | 60.57 | 59.02 | 46.73 | - |
| YUV | 203.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 171 | 0 | 0.17 | 0.27 | 0.08 | 21.9 | 0.6 | 0.79 |
| Hex | EA | C2 | AB | 0 | 11 | 1B | 8 | 16 | 3C | 4F |
| Octal | 352 | 302 | 253 | 0 | 21 | 33 | 10 | 26 | 74 | 117 |
| Binary | 11101010 | 11000010 | 10101011 | 0 | 10001 | 11011 | 1000 | 10110 | 111100 | 1001111 |
Color Harmonies of #EAC2AB
Complementary color
Monochromatic Colors of #EAC2AB
Black with #EAC2AB
Text Example
Text Example
White with #EAC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2AB; }
p { color: rgb(234,194,171); }
H1.HeaderClassName
{
color: #EAC2AB;
}
.AnyTagClassName
{
color: #EAC2AB;
}
</style>
background-color css
<style>
a { background-color: #EAC2AB; }
a { background-color: rgb(234,194,171); }
div.DivClassName
{
background-color: #EAC2AB;
}
.BgClassName
{
background-color: #EAC2AB;
}
</style>
border-color css
<style>
span { border-color: #EAC2AB; }
span { border-color: rgb(234,194,171); }
td.TdClassName
{
border-color: #EAC2AB;
}
.TagClassName
{
border-color: #EAC2AB;
}
</style>