Shades of Zinnwaldite #EAC2AD
Tints of Zinnwaldite #EAC2AD
RGB
CMYK
RGB Variations
Color information
#EAC2AD (or 0xEAC2AD) is known color: Zinnwaldite. HEX triplet: EA, C2 and AD. RGB value is (234,194,173). Sum of RGB (Red+Green+Blue) = 234+194+173=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC2AD is #153D52. Grayscale: #CBCBCB. Windows color (decimal): -1391955 or 11387626. OLE color: 11387626.
HSL color Cylindrical-coordinate representation of color #EAC2AD: hue angle of 20.66º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAC2AD is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 173 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.08 |
| HSL | 20.66º | 0.59% | 0.8% | - |
| HSV(B) | 20.66º | 0.26% | 0.92% | - |
| XYZ | 60.77 | 59.09 | 47.74 | - |
| YUV | 203.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 173 | 0 | 0.17 | 0.26 | 0.08 | 20.66 | 0.59 | 0.8 |
| Hex | EA | C2 | AD | 0 | 11 | 1A | 8 | 15 | 3B | 50 |
| Octal | 352 | 302 | 255 | 0 | 21 | 32 | 10 | 25 | 73 | 120 |
| Binary | 11101010 | 11000010 | 10101101 | 0 | 10001 | 11010 | 1000 | 10101 | 111011 | 1010000 |
Color Harmonies of #EAC2AD
Complementary color
Monochromatic Colors of #EAC2AD
Black with #EAC2AD
Text Example
Text Example
White with #EAC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2AD; }
p { color: rgb(234,194,173); }
H1.HeaderClassName
{
color: #EAC2AD;
}
.AnyTagClassName
{
color: #EAC2AD;
}
</style>
background-color css
<style>
a { background-color: #EAC2AD; }
a { background-color: rgb(234,194,173); }
div.DivClassName
{
background-color: #EAC2AD;
}
.BgClassName
{
background-color: #EAC2AD;
}
</style>
border-color css
<style>
span { border-color: #EAC2AD; }
span { border-color: rgb(234,194,173); }
td.TdClassName
{
border-color: #EAC2AD;
}
.TagClassName
{
border-color: #EAC2AD;
}
</style>