Shades of Zinnwaldite #EEC0AD
Tints of Zinnwaldite #EEC0AD
RGB
CMYK
RGB Variations
Color information
#EEC0AD (or 0xEEC0AD) is known color: Zinnwaldite. HEX triplet: EE, C0 and AD. RGB value is (238,192,173). Sum of RGB (Red+Green+Blue) = 238+192+173=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC0AD is #113F52. Grayscale: #CBCBCB. Windows color (decimal): -1130323 or 11387118. OLE color: 11387118.
HSL color Cylindrical-coordinate representation of color #EEC0AD: hue angle of 17.54º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEC0AD is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 173 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.07 |
| HSL | 17.54º | 0.66% | 0.81% | - |
| HSV(B) | 17.54º | 0.27% | 0.93% | - |
| XYZ | 61.65 | 58.89 | 47.65 | - |
| YUV | 203.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 173 | 0 | 0.19 | 0.27 | 0.07 | 17.54 | 0.66 | 0.81 |
| Hex | EE | C0 | AD | 0 | 13 | 1B | 7 | 12 | 42 | 51 |
| Octal | 356 | 300 | 255 | 0 | 23 | 33 | 7 | 22 | 102 | 121 |
| Binary | 11101110 | 11000000 | 10101101 | 0 | 10011 | 11011 | 111 | 10010 | 1000010 | 1010001 |
Color Harmonies of #EEC0AD
Complementary color
Monochromatic Colors of #EEC0AD
Black with #EEC0AD
Text Example
Text Example
White with #EEC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0AD; }
p { color: rgb(238,192,173); }
H1.HeaderClassName
{
color: #EEC0AD;
}
.AnyTagClassName
{
color: #EEC0AD;
}
</style>
background-color css
<style>
a { background-color: #EEC0AD; }
a { background-color: rgb(238,192,173); }
div.DivClassName
{
background-color: #EEC0AD;
}
.BgClassName
{
background-color: #EEC0AD;
}
</style>
border-color css
<style>
span { border-color: #EEC0AD; }
span { border-color: rgb(238,192,173); }
td.TdClassName
{
border-color: #EEC0AD;
}
.TagClassName
{
border-color: #EEC0AD;
}
</style>