Shades of Zinnwaldite #EEC2AA
Tints of Zinnwaldite #EEC2AA
RGB
CMYK
RGB Variations
Color information
#EEC2AA (or 0xEEC2AA) is known color: Zinnwaldite. HEX triplet: EE, C2 and AA. RGB value is (238,194,170). Sum of RGB (Red+Green+Blue) = 238+194+170=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC2AA is #113D55. Grayscale: #CCCCCC. Windows color (decimal): -1129814 or 11191022. OLE color: 11191022.
HSL color Cylindrical-coordinate representation of color #EEC2AA: hue angle of 21.18º 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 #EEC2AA is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 170 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.07 |
| HSL | 21.18º | 0.67% | 0.8% | - |
| HSV(B) | 21.18º | 0.29% | 0.93% | - |
| XYZ | 61.81 | 59.66 | 46.29 | - |
| YUV | 204.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 170 | 0 | 0.18 | 0.29 | 0.07 | 21.18 | 0.67 | 0.8 |
| Hex | EE | C2 | AA | 0 | 12 | 1D | 7 | 15 | 43 | 50 |
| Octal | 356 | 302 | 252 | 0 | 22 | 35 | 7 | 25 | 103 | 120 |
| Binary | 11101110 | 11000010 | 10101010 | 0 | 10010 | 11101 | 111 | 10101 | 1000011 | 1010000 |
Color Harmonies of #EEC2AA
Complementary color
Monochromatic Colors of #EEC2AA
Black with #EEC2AA
Text Example
Text Example
White with #EEC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2AA; }
p { color: rgb(238,194,170); }
H1.HeaderClassName
{
color: #EEC2AA;
}
.AnyTagClassName
{
color: #EEC2AA;
}
</style>
background-color css
<style>
a { background-color: #EEC2AA; }
a { background-color: rgb(238,194,170); }
div.DivClassName
{
background-color: #EEC2AA;
}
.BgClassName
{
background-color: #EEC2AA;
}
</style>
border-color css
<style>
span { border-color: #EEC2AA; }
span { border-color: rgb(238,194,170); }
td.TdClassName
{
border-color: #EEC2AA;
}
.TagClassName
{
border-color: #EEC2AA;
}
</style>