Shades of Zinnwaldite #EEC2AD
Tints of Zinnwaldite #EEC2AD
RGB
CMYK
RGB Variations
Color information
#EEC2AD (or 0xEEC2AD) is known color: Zinnwaldite. HEX triplet: EE, C2 and AD. RGB value is (238,194,173). Sum of RGB (Red+Green+Blue) = 238+194+173=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC2AD is #113D52. Grayscale: #CCCCCC. Windows color (decimal): -1129811 or 11387630. OLE color: 11387630.
HSL color Cylindrical-coordinate representation of color #EEC2AD: hue angle of 19.38º 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 #EEC2AD is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 173 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.07 |
| HSL | 19.38º | 0.66% | 0.81% | - |
| HSV(B) | 19.38º | 0.27% | 0.93% | - |
| XYZ | 62.09 | 59.78 | 47.8 | - |
| YUV | 204.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 173 | 0 | 0.18 | 0.27 | 0.07 | 19.38 | 0.66 | 0.81 |
| Hex | EE | C2 | AD | 0 | 12 | 1B | 7 | 13 | 42 | 51 |
| Octal | 356 | 302 | 255 | 0 | 22 | 33 | 7 | 23 | 102 | 121 |
| Binary | 11101110 | 11000010 | 10101101 | 0 | 10010 | 11011 | 111 | 10011 | 1000010 | 1010001 |
Color Harmonies of #EEC2AD
Complementary color
Monochromatic Colors of #EEC2AD
Black with #EEC2AD
Text Example
Text Example
White with #EEC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2AD; }
p { color: rgb(238,194,173); }
H1.HeaderClassName
{
color: #EEC2AD;
}
.AnyTagClassName
{
color: #EEC2AD;
}
</style>
background-color css
<style>
a { background-color: #EEC2AD; }
a { background-color: rgb(238,194,173); }
div.DivClassName
{
background-color: #EEC2AD;
}
.BgClassName
{
background-color: #EEC2AD;
}
</style>
border-color css
<style>
span { border-color: #EEC2AD; }
span { border-color: rgb(238,194,173); }
td.TdClassName
{
border-color: #EEC2AD;
}
.TagClassName
{
border-color: #EEC2AD;
}
</style>