Shades of Zinnwaldite #EEC1AC
Tints of Zinnwaldite #EEC1AC
RGB
CMYK
RGB Variations
Color information
#EEC1AC (or 0xEEC1AC) is known color: Zinnwaldite. HEX triplet: EE, C1 and AC. RGB value is (238,193,172). Sum of RGB (Red+Green+Blue) = 238+193+172=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC1AC is #113E53. Grayscale: #CCCCCC. Windows color (decimal): -1130068 or 11321838. OLE color: 11321838.
HSL color Cylindrical-coordinate representation of color #EEC1AC: hue angle of 19.09º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEC1AC is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 193 | 172 | - |
CMYK | 0 | 0.19 | 0.28 | 0.07 |
HSL | 19.09º | 0.66% | 0.8% | - |
HSV(B) | 19.09º | 0.28% | 0.93% | - |
XYZ | 61.78 | 59.3 | 47.22 | - |
YUV | 204.06 | 109.91 | 152.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 193 | 172 | 0 | 0.19 | 0.28 | 0.07 | 19.09 | 0.66 | 0.8 |
Hex | EE | C1 | AC | 0 | 13 | 1C | 7 | 13 | 42 | 50 |
Octal | 356 | 301 | 254 | 0 | 23 | 34 | 7 | 23 | 102 | 120 |
Binary | 11101110 | 11000001 | 10101100 | 0 | 10011 | 11100 | 111 | 10011 | 1000010 | 1010000 |
Color Harmonies of #EEC1AC
Complementary color
Monochromatic Colors of #EEC1AC
Black with #EEC1AC
Text Example
Text Example
White with #EEC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC1AC; }
p { color: rgb(238,193,172); }
H1.HeaderClassName
{
color: #EEC1AC;
}
.AnyTagClassName
{
color: #EEC1AC;
}
</style>
background-color css
<style>
a { background-color: #EEC1AC; }
a { background-color: rgb(238,193,172); }
div.DivClassName
{
background-color: #EEC1AC;
}
.BgClassName
{
background-color: #EEC1AC;
}
</style>
border-color css
<style>
span { border-color: #EEC1AC; }
span { border-color: rgb(238,193,172); }
td.TdClassName
{
border-color: #EEC1AC;
}
.TagClassName
{
border-color: #EEC1AC;
}
</style>