Shades of Zinnwaldite #EEBCAC
Tints of Zinnwaldite #EEBCAC
RGB
CMYK
RGB Variations
Color information
#EEBCAC (or 0xEEBCAC) is known color: Zinnwaldite. HEX triplet: EE, BC and AC. RGB value is (238,188,172). Sum of RGB (Red+Green+Blue) = 238+188+172=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCAC is #114353. Grayscale: #C9C9C9. Windows color (decimal): -1131348 or 11320558. OLE color: 11320558.
HSL color Cylindrical-coordinate representation of color #EEBCAC: hue angle of 14.55º 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 #EEBCAC is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 188 | 172 | - |
CMYK | 0 | 0.21 | 0.28 | 0.07 |
HSL | 14.55º | 0.66% | 0.8% | - |
HSV(B) | 14.55º | 0.28% | 0.93% | - |
XYZ | 60.69 | 57.12 | 46.86 | - |
YUV | 201.13 | 111.57 | 154.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 188 | 172 | 0 | 0.21 | 0.28 | 0.07 | 14.55 | 0.66 | 0.8 |
Hex | EE | BC | AC | 0 | 15 | 1C | 7 | F | 42 | 50 |
Octal | 356 | 274 | 254 | 0 | 25 | 34 | 7 | 17 | 102 | 120 |
Binary | 11101110 | 10111100 | 10101100 | 0 | 10101 | 11100 | 111 | 1111 | 1000010 | 1010000 |
Color Harmonies of #EEBCAC
Complementary color
Monochromatic Colors of #EEBCAC
Black with #EEBCAC
Text Example
Text Example
White with #EEBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCAC; }
p { color: rgb(238,188,172); }
H1.HeaderClassName
{
color: #EEBCAC;
}
.AnyTagClassName
{
color: #EEBCAC;
}
</style>
background-color css
<style>
a { background-color: #EEBCAC; }
a { background-color: rgb(238,188,172); }
div.DivClassName
{
background-color: #EEBCAC;
}
.BgClassName
{
background-color: #EEBCAC;
}
</style>
border-color css
<style>
span { border-color: #EEBCAC; }
span { border-color: rgb(238,188,172); }
td.TdClassName
{
border-color: #EEBCAC;
}
.TagClassName
{
border-color: #EEBCAC;
}
</style>