Shades of Zinnwaldite #EEC3A8
Tints of Zinnwaldite #EEC3A8
RGB
CMYK
RGB Variations
Color information
#EEC3A8 (or 0xEEC3A8) is known color: Zinnwaldite. HEX triplet: EE, C3 and A8. RGB value is (238,195,168). Sum of RGB (Red+Green+Blue) = 238+195+168=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC3A8 is #113C57. Grayscale: #CCCCCC. Windows color (decimal): -1129560 or 11060206. OLE color: 11060206.
HSL color Cylindrical-coordinate representation of color #EEC3A8: hue angle of 23.14º 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 #EEC3A8 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 168 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.07 |
| HSL | 23.14º | 0.67% | 0.8% | - |
| HSV(B) | 23.14º | 0.29% | 0.93% | - |
| XYZ | 61.84 | 60.03 | 45.37 | - |
| YUV | 204.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 168 | 0 | 0.18 | 0.29 | 0.07 | 23.14 | 0.67 | 0.8 |
| Hex | EE | C3 | A8 | 0 | 12 | 1D | 7 | 17 | 43 | 50 |
| Octal | 356 | 303 | 250 | 0 | 22 | 35 | 7 | 27 | 103 | 120 |
| Binary | 11101110 | 11000011 | 10101000 | 0 | 10010 | 11101 | 111 | 10111 | 1000011 | 1010000 |
Color Harmonies of #EEC3A8
Complementary color
Monochromatic Colors of #EEC3A8
Black with #EEC3A8
Text Example
Text Example
White with #EEC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC3A8; }
p { color: rgb(238,195,168); }
H1.HeaderClassName
{
color: #EEC3A8;
}
.AnyTagClassName
{
color: #EEC3A8;
}
</style>
background-color css
<style>
a { background-color: #EEC3A8; }
a { background-color: rgb(238,195,168); }
div.DivClassName
{
background-color: #EEC3A8;
}
.BgClassName
{
background-color: #EEC3A8;
}
</style>
border-color css
<style>
span { border-color: #EEC3A8; }
span { border-color: rgb(238,195,168); }
td.TdClassName
{
border-color: #EEC3A8;
}
.TagClassName
{
border-color: #EEC3A8;
}
</style>