Shades of Zinnwaldite #EAC0AB
Tints of Zinnwaldite #EAC0AB
RGB
CMYK
RGB Variations
Color information
#EAC0AB (or 0xEAC0AB) is known color: Zinnwaldite. HEX triplet: EA, C0 and AB. RGB value is (234,192,171). Sum of RGB (Red+Green+Blue) = 234+192+171=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC0AB is #153F54. Grayscale: #CACACA. Windows color (decimal): -1392469 or 11256042. OLE color: 11256042.
HSL color Cylindrical-coordinate representation of color #EAC0AB: hue angle of 20º 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 #EAC0AB is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 171 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.08 |
| HSL | 20º | 0.6% | 0.79% | - |
| HSV(B) | 20º | 0.27% | 0.92% | - |
| XYZ | 60.13 | 58.13 | 46.58 | - |
| YUV | 202.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 171 | 0 | 0.18 | 0.27 | 0.08 | 20 | 0.6 | 0.79 |
| Hex | EA | C0 | AB | 0 | 12 | 1B | 8 | 14 | 3C | 4F |
| Octal | 352 | 300 | 253 | 0 | 22 | 33 | 10 | 24 | 74 | 117 |
| Binary | 11101010 | 11000000 | 10101011 | 0 | 10010 | 11011 | 1000 | 10100 | 111100 | 1001111 |
Color Harmonies of #EAC0AB
Complementary color
Monochromatic Colors of #EAC0AB
Black with #EAC0AB
Text Example
Text Example
White with #EAC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0AB; }
p { color: rgb(234,192,171); }
H1.HeaderClassName
{
color: #EAC0AB;
}
.AnyTagClassName
{
color: #EAC0AB;
}
</style>
background-color css
<style>
a { background-color: #EAC0AB; }
a { background-color: rgb(234,192,171); }
div.DivClassName
{
background-color: #EAC0AB;
}
.BgClassName
{
background-color: #EAC0AB;
}
</style>
border-color css
<style>
span { border-color: #EAC0AB; }
span { border-color: rgb(234,192,171); }
td.TdClassName
{
border-color: #EAC0AB;
}
.TagClassName
{
border-color: #EAC0AB;
}
</style>