Shades of Zinnwaldite #EEBEA8
Tints of Zinnwaldite #EEBEA8
RGB
CMYK
RGB Variations
Color information
#EEBEA8 (or 0xEEBEA8) is known color: Zinnwaldite. HEX triplet: EE, BE and A8. RGB value is (238,190,168). Sum of RGB (Red+Green+Blue) = 238+190+168=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEA8 is #114157. Grayscale: #C9C9C9. Windows color (decimal): -1130840 or 11058926. OLE color: 11058926.
HSL color Cylindrical-coordinate representation of color #EEBEA8: hue angle of 18.86º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEBEA8 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 190 | 168 | - |
CMYK | 0 | 0.20 | 0.29 | 0.07 |
HSL | 18.86º | 0.67% | 0.8% | - |
HSV(B) | 18.86º | 0.29% | 0.93% | - |
XYZ | 60.74 | 57.83 | 45.01 | - |
YUV | 201.84 | 108.9 | 153.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 190 | 168 | 0 | 0.20 | 0.29 | 0.07 | 18.86 | 0.67 | 0.8 |
Hex | EE | BE | A8 | 0 | 14 | 1D | 7 | 13 | 43 | 50 |
Octal | 356 | 276 | 250 | 0 | 24 | 35 | 7 | 23 | 103 | 120 |
Binary | 11101110 | 10111110 | 10101000 | 0 | 10100 | 11101 | 111 | 10011 | 1000011 | 1010000 |
Color Harmonies of #EEBEA8
Complementary color
Monochromatic Colors of #EEBEA8
Black with #EEBEA8
Text Example
Text Example
White with #EEBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEA8; }
p { color: rgb(238,190,168); }
H1.HeaderClassName
{
color: #EEBEA8;
}
.AnyTagClassName
{
color: #EEBEA8;
}
</style>
background-color css
<style>
a { background-color: #EEBEA8; }
a { background-color: rgb(238,190,168); }
div.DivClassName
{
background-color: #EEBEA8;
}
.BgClassName
{
background-color: #EEBEA8;
}
</style>
border-color css
<style>
span { border-color: #EEBEA8; }
span { border-color: rgb(238,190,168); }
td.TdClassName
{
border-color: #EEBEA8;
}
.TagClassName
{
border-color: #EEBEA8;
}
</style>