Shades of Zinnwaldite #EEBEB0
Tints of Zinnwaldite #EEBEB0
RGB
CMYK
RGB Variations
Color information
#EEBEB0 (or 0xEEBEB0) is known color: Zinnwaldite. HEX triplet: EE, BE and B0. RGB value is (238,190,176). Sum of RGB (Red+Green+Blue) = 238+190+176=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEB0 is #11414F. Grayscale: #CACACA. Windows color (decimal): -1130832 or 11583214. OLE color: 11583214.
HSL color Cylindrical-coordinate representation of color #EEBEB0: hue angle of 13.55º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBEB0 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 176 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.07 |
| HSL | 13.55º | 0.65% | 0.81% | - |
| HSV(B) | 13.55º | 0.26% | 0.93% | - |
| XYZ | 61.51 | 58.14 | 49.05 | - |
| YUV | 202.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 176 | 0 | 0.20 | 0.26 | 0.07 | 13.55 | 0.65 | 0.81 |
| Hex | EE | BE | B0 | 0 | 14 | 1A | 7 | E | 41 | 51 |
| Octal | 356 | 276 | 260 | 0 | 24 | 32 | 7 | 16 | 101 | 121 |
| Binary | 11101110 | 10111110 | 10110000 | 0 | 10100 | 11010 | 111 | 1110 | 1000001 | 1010001 |
Color Harmonies of #EEBEB0
Complementary color
Monochromatic Colors of #EEBEB0
Black with #EEBEB0
Text Example
Text Example
White with #EEBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEB0; }
p { color: rgb(238,190,176); }
H1.HeaderClassName
{
color: #EEBEB0;
}
.AnyTagClassName
{
color: #EEBEB0;
}
</style>
background-color css
<style>
a { background-color: #EEBEB0; }
a { background-color: rgb(238,190,176); }
div.DivClassName
{
background-color: #EEBEB0;
}
.BgClassName
{
background-color: #EEBEB0;
}
</style>
border-color css
<style>
span { border-color: #EEBEB0; }
span { border-color: rgb(238,190,176); }
td.TdClassName
{
border-color: #EEBEB0;
}
.TagClassName
{
border-color: #EEBEB0;
}
</style>