Shades of Zinnwaldite #EEC1AD
Tints of Zinnwaldite #EEC1AD
RGB
CMYK
RGB Variations
Color information
#EEC1AD (or 0xEEC1AD) is known color: Zinnwaldite. HEX triplet: EE, C1 and AD. RGB value is (238,193,173). Sum of RGB (Red+Green+Blue) = 238+193+173=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC1AD is #113E52. Grayscale: #CCCCCC. Windows color (decimal): -1130067 or 11387374. OLE color: 11387374.
HSL color Cylindrical-coordinate representation of color #EEC1AD: hue angle of 18.46º 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 #EEC1AD is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 173 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.07 |
| HSL | 18.46º | 0.66% | 0.81% | - |
| HSV(B) | 18.46º | 0.27% | 0.93% | - |
| XYZ | 61.87 | 59.33 | 47.73 | - |
| YUV | 204.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 173 | 0 | 0.19 | 0.27 | 0.07 | 18.46 | 0.66 | 0.81 |
| Hex | EE | C1 | AD | 0 | 13 | 1B | 7 | 12 | 42 | 51 |
| Octal | 356 | 301 | 255 | 0 | 23 | 33 | 7 | 22 | 102 | 121 |
| Binary | 11101110 | 11000001 | 10101101 | 0 | 10011 | 11011 | 111 | 10010 | 1000010 | 1010001 |
Color Harmonies of #EEC1AD
Complementary color
Monochromatic Colors of #EEC1AD
Black with #EEC1AD
Text Example
Text Example
White with #EEC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC1AD; }
p { color: rgb(238,193,173); }
H1.HeaderClassName
{
color: #EEC1AD;
}
.AnyTagClassName
{
color: #EEC1AD;
}
</style>
background-color css
<style>
a { background-color: #EEC1AD; }
a { background-color: rgb(238,193,173); }
div.DivClassName
{
background-color: #EEC1AD;
}
.BgClassName
{
background-color: #EEC1AD;
}
</style>
border-color css
<style>
span { border-color: #EEC1AD; }
span { border-color: rgb(238,193,173); }
td.TdClassName
{
border-color: #EEC1AD;
}
.TagClassName
{
border-color: #EEC1AD;
}
</style>