Shades of Zinnwaldite #EEC5AF
Tints of Zinnwaldite #EEC5AF
RGB
CMYK
RGB Variations
Color information
#EEC5AF (or 0xEEC5AF) is known color: Zinnwaldite. HEX triplet: EE, C5 and AF. RGB value is (238,197,175). Sum of RGB (Red+Green+Blue) = 238+197+175=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC5AF is #113A50. Grayscale: #CECECE. Windows color (decimal): -1129041 or 11519470. OLE color: 11519470.
HSL color Cylindrical-coordinate representation of color #EEC5AF: hue angle of 20.95º 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 #EEC5AF is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 175 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.07 |
| HSL | 20.95º | 0.65% | 0.81% | - |
| HSV(B) | 20.95º | 0.26% | 0.93% | - |
| XYZ | 62.96 | 61.2 | 49.05 | - |
| YUV | 206.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 175 | 0 | 0.17 | 0.26 | 0.07 | 20.95 | 0.65 | 0.81 |
| Hex | EE | C5 | AF | 0 | 11 | 1A | 7 | 15 | 41 | 51 |
| Octal | 356 | 305 | 257 | 0 | 21 | 32 | 7 | 25 | 101 | 121 |
| Binary | 11101110 | 11000101 | 10101111 | 0 | 10001 | 11010 | 111 | 10101 | 1000001 | 1010001 |
Color Harmonies of #EEC5AF
Complementary color
Monochromatic Colors of #EEC5AF
Black with #EEC5AF
Text Example
Text Example
White with #EEC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5AF; }
p { color: rgb(238,197,175); }
H1.HeaderClassName
{
color: #EEC5AF;
}
.AnyTagClassName
{
color: #EEC5AF;
}
</style>
background-color css
<style>
a { background-color: #EEC5AF; }
a { background-color: rgb(238,197,175); }
div.DivClassName
{
background-color: #EEC5AF;
}
.BgClassName
{
background-color: #EEC5AF;
}
</style>
border-color css
<style>
span { border-color: #EEC5AF; }
span { border-color: rgb(238,197,175); }
td.TdClassName
{
border-color: #EEC5AF;
}
.TagClassName
{
border-color: #EEC5AF;
}
</style>