Shades of Zinnwaldite #EEC2A8
Tints of Zinnwaldite #EEC2A8
RGB
CMYK
RGB Variations
Color information
#EEC2A8 (or 0xEEC2A8) is known color: Zinnwaldite. HEX triplet: EE, C2 and A8. RGB value is (238,194,168). Sum of RGB (Red+Green+Blue) = 238+194+168=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC2A8 is #113D57. Grayscale: #CCCCCC. Windows color (decimal): -1129816 or 11059950. OLE color: 11059950.
HSL color Cylindrical-coordinate representation of color #EEC2A8: hue angle of 22.29º 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 #EEC2A8 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 168 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.07 |
| HSL | 22.29º | 0.67% | 0.8% | - |
| HSV(B) | 22.29º | 0.29% | 0.93% | - |
| XYZ | 61.62 | 59.59 | 45.3 | - |
| YUV | 204.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 168 | 0 | 0.18 | 0.29 | 0.07 | 22.29 | 0.67 | 0.8 |
| Hex | EE | C2 | A8 | 0 | 12 | 1D | 7 | 16 | 43 | 50 |
| Octal | 356 | 302 | 250 | 0 | 22 | 35 | 7 | 26 | 103 | 120 |
| Binary | 11101110 | 11000010 | 10101000 | 0 | 10010 | 11101 | 111 | 10110 | 1000011 | 1010000 |
Color Harmonies of #EEC2A8
Complementary color
Monochromatic Colors of #EEC2A8
Black with #EEC2A8
Text Example
Text Example
White with #EEC2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2A8; }
p { color: rgb(238,194,168); }
H1.HeaderClassName
{
color: #EEC2A8;
}
.AnyTagClassName
{
color: #EEC2A8;
}
</style>
background-color css
<style>
a { background-color: #EEC2A8; }
a { background-color: rgb(238,194,168); }
div.DivClassName
{
background-color: #EEC2A8;
}
.BgClassName
{
background-color: #EEC2A8;
}
</style>
border-color css
<style>
span { border-color: #EEC2A8; }
span { border-color: rgb(238,194,168); }
td.TdClassName
{
border-color: #EEC2A8;
}
.TagClassName
{
border-color: #EEC2A8;
}
</style>