Shades of Zinnwaldite #EEC0AA
Tints of Zinnwaldite #EEC0AA
RGB
CMYK
RGB Variations
Color information
#EEC0AA (or 0xEEC0AA) is known color: Zinnwaldite. HEX triplet: EE, C0 and AA. RGB value is (238,192,170). Sum of RGB (Red+Green+Blue) = 238+192+170=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC0AA is #113F55. Grayscale: #CBCBCB. Windows color (decimal): -1130326 or 11190510. OLE color: 11190510.
HSL color Cylindrical-coordinate representation of color #EEC0AA: hue angle of 19.41º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEC0AA is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 170 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.07 |
| HSL | 19.41º | 0.67% | 0.8% | - |
| HSV(B) | 19.41º | 0.29% | 0.93% | - |
| XYZ | 61.37 | 58.78 | 46.14 | - |
| YUV | 203.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 170 | 0 | 0.19 | 0.29 | 0.07 | 19.41 | 0.67 | 0.8 |
| Hex | EE | C0 | AA | 0 | 13 | 1D | 7 | 13 | 43 | 50 |
| Octal | 356 | 300 | 252 | 0 | 23 | 35 | 7 | 23 | 103 | 120 |
| Binary | 11101110 | 11000000 | 10101010 | 0 | 10011 | 11101 | 111 | 10011 | 1000011 | 1010000 |
Color Harmonies of #EEC0AA
Complementary color
Monochromatic Colors of #EEC0AA
Black with #EEC0AA
Text Example
Text Example
White with #EEC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0AA; }
p { color: rgb(238,192,170); }
H1.HeaderClassName
{
color: #EEC0AA;
}
.AnyTagClassName
{
color: #EEC0AA;
}
</style>
background-color css
<style>
a { background-color: #EEC0AA; }
a { background-color: rgb(238,192,170); }
div.DivClassName
{
background-color: #EEC0AA;
}
.BgClassName
{
background-color: #EEC0AA;
}
</style>
border-color css
<style>
span { border-color: #EEC0AA; }
span { border-color: rgb(238,192,170); }
td.TdClassName
{
border-color: #EEC0AA;
}
.TagClassName
{
border-color: #EEC0AA;
}
</style>