Shades of Zinnwaldite #EEC0AB
Tints of Zinnwaldite #EEC0AB
RGB
CMYK
RGB Variations
Color information
#EEC0AB (or 0xEEC0AB) is known color: Zinnwaldite. HEX triplet: EE, C0 and AB. RGB value is (238,192,171). Sum of RGB (Red+Green+Blue) = 238+192+171=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC0AB is #113F54. Grayscale: #CBCBCB. Windows color (decimal): -1130325 or 11256046. OLE color: 11256046.
HSL color Cylindrical-coordinate representation of color #EEC0AB: hue angle of 18.81º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEC0AB is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 171 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.07 |
| HSL | 18.81º | 0.66% | 0.8% | - |
| HSV(B) | 18.81º | 0.28% | 0.93% | - |
| XYZ | 61.46 | 58.82 | 46.64 | - |
| YUV | 203.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 171 | 0 | 0.19 | 0.28 | 0.07 | 18.81 | 0.66 | 0.8 |
| Hex | EE | C0 | AB | 0 | 13 | 1C | 7 | 13 | 42 | 50 |
| Octal | 356 | 300 | 253 | 0 | 23 | 34 | 7 | 23 | 102 | 120 |
| Binary | 11101110 | 11000000 | 10101011 | 0 | 10011 | 11100 | 111 | 10011 | 1000010 | 1010000 |
Color Harmonies of #EEC0AB
Complementary color
Monochromatic Colors of #EEC0AB
Black with #EEC0AB
Text Example
Text Example
White with #EEC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0AB; }
p { color: rgb(238,192,171); }
H1.HeaderClassName
{
color: #EEC0AB;
}
.AnyTagClassName
{
color: #EEC0AB;
}
</style>
background-color css
<style>
a { background-color: #EEC0AB; }
a { background-color: rgb(238,192,171); }
div.DivClassName
{
background-color: #EEC0AB;
}
.BgClassName
{
background-color: #EEC0AB;
}
</style>
border-color css
<style>
span { border-color: #EEC0AB; }
span { border-color: rgb(238,192,171); }
td.TdClassName
{
border-color: #EEC0AB;
}
.TagClassName
{
border-color: #EEC0AB;
}
</style>