Shades of Zinnwaldite #EEBFB0
Tints of Zinnwaldite #EEBFB0
RGB
CMYK
RGB Variations
Color information
#EEBFB0 (or 0xEEBFB0) is known color: Zinnwaldite. HEX triplet: EE, BF and B0. RGB value is (238,191,176). Sum of RGB (Red+Green+Blue) = 238+191+176=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBFB0 is #11404F. Grayscale: #CBCBCB. Windows color (decimal): -1130576 or 11583470. OLE color: 11583470.
HSL color Cylindrical-coordinate representation of color #EEBFB0: hue angle of 14.52º 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 #EEBFB0 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 176 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.07 |
| HSL | 14.52º | 0.65% | 0.81% | - |
| HSV(B) | 14.52º | 0.26% | 0.93% | - |
| XYZ | 61.73 | 58.57 | 49.13 | - |
| YUV | 203.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 176 | 0 | 0.20 | 0.26 | 0.07 | 14.52 | 0.65 | 0.81 |
| Hex | EE | BF | B0 | 0 | 14 | 1A | 7 | F | 41 | 51 |
| Octal | 356 | 277 | 260 | 0 | 24 | 32 | 7 | 17 | 101 | 121 |
| Binary | 11101110 | 10111111 | 10110000 | 0 | 10100 | 11010 | 111 | 1111 | 1000001 | 1010001 |
Color Harmonies of #EEBFB0
Complementary color
Monochromatic Colors of #EEBFB0
Black with #EEBFB0
Text Example
Text Example
White with #EEBFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFB0; }
p { color: rgb(238,191,176); }
H1.HeaderClassName
{
color: #EEBFB0;
}
.AnyTagClassName
{
color: #EEBFB0;
}
</style>
background-color css
<style>
a { background-color: #EEBFB0; }
a { background-color: rgb(238,191,176); }
div.DivClassName
{
background-color: #EEBFB0;
}
.BgClassName
{
background-color: #EEBFB0;
}
</style>
border-color css
<style>
span { border-color: #EEBFB0; }
span { border-color: rgb(238,191,176); }
td.TdClassName
{
border-color: #EEBFB0;
}
.TagClassName
{
border-color: #EEBFB0;
}
</style>