Shades of Zinnwaldite #EAC2AF
Tints of Zinnwaldite #EAC2AF
RGB
CMYK
RGB Variations
Color information
#EAC2AF (or 0xEAC2AF) is known color: Zinnwaldite. HEX triplet: EA, C2 and AF. RGB value is (234,194,175). Sum of RGB (Red+Green+Blue) = 234+194+175=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC2AF is #153D50. Grayscale: #CBCBCB. Windows color (decimal): -1391953 or 11518698. OLE color: 11518698.
HSL color Cylindrical-coordinate representation of color #EAC2AF: hue angle of 19.32º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAC2AF is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 175 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.08 |
| HSL | 19.32º | 0.58% | 0.8% | - |
| HSV(B) | 19.32º | 0.25% | 0.92% | - |
| XYZ | 60.96 | 59.17 | 48.77 | - |
| YUV | 203.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 175 | 0 | 0.17 | 0.25 | 0.08 | 19.32 | 0.58 | 0.8 |
| Hex | EA | C2 | AF | 0 | 11 | 19 | 8 | 13 | 3A | 50 |
| Octal | 352 | 302 | 257 | 0 | 21 | 31 | 10 | 23 | 72 | 120 |
| Binary | 11101010 | 11000010 | 10101111 | 0 | 10001 | 11001 | 1000 | 10011 | 111010 | 1010000 |
Color Harmonies of #EAC2AF
Complementary color
Monochromatic Colors of #EAC2AF
Black with #EAC2AF
Text Example
Text Example
White with #EAC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2AF; }
p { color: rgb(234,194,175); }
H1.HeaderClassName
{
color: #EAC2AF;
}
.AnyTagClassName
{
color: #EAC2AF;
}
</style>
background-color css
<style>
a { background-color: #EAC2AF; }
a { background-color: rgb(234,194,175); }
div.DivClassName
{
background-color: #EAC2AF;
}
.BgClassName
{
background-color: #EAC2AF;
}
</style>
border-color css
<style>
span { border-color: #EAC2AF; }
span { border-color: rgb(234,194,175); }
td.TdClassName
{
border-color: #EAC2AF;
}
.TagClassName
{
border-color: #EAC2AF;
}
</style>