Shades of Zinnwaldite #E9BBAD
Tints of Zinnwaldite #E9BBAD
RGB
CMYK
RGB Variations
Color information
#E9BBAD (or 0xE9BBAD) is known color: Zinnwaldite. HEX triplet: E9, BB and AD. RGB value is (233,187,173). Sum of RGB (Red+Green+Blue) = 233+187+173=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BBAD is #164452. Grayscale: #C7C7C7. Windows color (decimal): -1459283 or 11385833. OLE color: 11385833.
HSL color Cylindrical-coordinate representation of color #E9BBAD: hue angle of 14º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9BBAD is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 173 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.09 |
| HSL | 14º | 0.58% | 0.8% | - |
| HSV(B) | 14º | 0.26% | 0.91% | - |
| XYZ | 58.92 | 55.88 | 47.22 | - |
| YUV | 199.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 173 | 0 | 0.20 | 0.26 | 0.09 | 14 | 0.58 | 0.8 |
| Hex | E9 | BB | AD | 0 | 14 | 1A | 9 | E | 3A | 50 |
| Octal | 351 | 273 | 255 | 0 | 24 | 32 | 11 | 16 | 72 | 120 |
| Binary | 11101001 | 10111011 | 10101101 | 0 | 10100 | 11010 | 1001 | 1110 | 111010 | 1010000 |
Color Harmonies of #E9BBAD
Complementary color
Monochromatic Colors of #E9BBAD
Black with #E9BBAD
Text Example
Text Example
White with #E9BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBAD; }
p { color: rgb(233,187,173); }
H1.HeaderClassName
{
color: #E9BBAD;
}
.AnyTagClassName
{
color: #E9BBAD;
}
</style>
background-color css
<style>
a { background-color: #E9BBAD; }
a { background-color: rgb(233,187,173); }
div.DivClassName
{
background-color: #E9BBAD;
}
.BgClassName
{
background-color: #E9BBAD;
}
</style>
border-color css
<style>
span { border-color: #E9BBAD; }
span { border-color: rgb(233,187,173); }
td.TdClassName
{
border-color: #E9BBAD;
}
.TagClassName
{
border-color: #E9BBAD;
}
</style>