Shades of Zinnwaldite #EEC4AF
Tints of Zinnwaldite #EEC4AF
RGB
CMYK
RGB Variations
Color information
#EEC4AF (or 0xEEC4AF) is known color: Zinnwaldite. HEX triplet: EE, C4 and AF. RGB value is (238,196,175). Sum of RGB (Red+Green+Blue) = 238+196+175=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC4AF is #113B50. Grayscale: #CECECE. Windows color (decimal): -1129297 or 11519214. OLE color: 11519214.
HSL color Cylindrical-coordinate representation of color #EEC4AF: hue angle of 20º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEC4AF is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 175 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.07 |
| HSL | 20º | 0.65% | 0.81% | - |
| HSV(B) | 20º | 0.26% | 0.93% | - |
| XYZ | 62.74 | 60.75 | 48.98 | - |
| YUV | 206.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 175 | 0 | 0.18 | 0.26 | 0.07 | 20 | 0.65 | 0.81 |
| Hex | EE | C4 | AF | 0 | 12 | 1A | 7 | 14 | 41 | 51 |
| Octal | 356 | 304 | 257 | 0 | 22 | 32 | 7 | 24 | 101 | 121 |
| Binary | 11101110 | 11000100 | 10101111 | 0 | 10010 | 11010 | 111 | 10100 | 1000001 | 1010001 |
Color Harmonies of #EEC4AF
Complementary color
Monochromatic Colors of #EEC4AF
Black with #EEC4AF
Text Example
Text Example
White with #EEC4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC4AF; }
p { color: rgb(238,196,175); }
H1.HeaderClassName
{
color: #EEC4AF;
}
.AnyTagClassName
{
color: #EEC4AF;
}
</style>
background-color css
<style>
a { background-color: #EEC4AF; }
a { background-color: rgb(238,196,175); }
div.DivClassName
{
background-color: #EEC4AF;
}
.BgClassName
{
background-color: #EEC4AF;
}
</style>
border-color css
<style>
span { border-color: #EEC4AF; }
span { border-color: rgb(238,196,175); }
td.TdClassName
{
border-color: #EEC4AF;
}
.TagClassName
{
border-color: #EEC4AF;
}
</style>