Shades of Wax Flower #E9BB9E
Tints of Wax Flower #E9BB9E
RGB
CMYK
RGB Variations
Color information
#E9BB9E (or 0xE9BB9E) is known color: Wax Flower. HEX triplet: E9, BB and 9E. RGB value is (233,187,158). Sum of RGB (Red+Green+Blue) = 233+187+158=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BB9E is #164461. Grayscale: #C5C5C5. Windows color (decimal): -1459298 or 10402793. OLE color: 10402793.
HSL color Cylindrical-coordinate representation of color #E9BB9E: hue angle of 23.2º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9BB9E is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 158 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.09 |
| HSL | 23.2º | 0.63% | 0.77% | - |
| HSV(B) | 23.2º | 0.32% | 0.91% | - |
| XYZ | 57.55 | 55.33 | 40 | - |
| YUV | 197.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 158 | 0 | 0.20 | 0.32 | 0.09 | 23.2 | 0.63 | 0.77 |
| Hex | E9 | BB | 9E | 0 | 14 | 20 | 9 | 17 | 3F | 4D |
| Octal | 351 | 273 | 236 | 0 | 24 | 40 | 11 | 27 | 77 | 115 |
| Binary | 11101001 | 10111011 | 10011110 | 0 | 10100 | 100000 | 1001 | 10111 | 111111 | 1001101 |
Color Harmonies of #E9BB9E
Complementary color
Monochromatic Colors of #E9BB9E
Black with #E9BB9E
Text Example
Text Example
White with #E9BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BB9E; }
p { color: rgb(233,187,158); }
H1.HeaderClassName
{
color: #E9BB9E;
}
.AnyTagClassName
{
color: #E9BB9E;
}
</style>
background-color css
<style>
a { background-color: #E9BB9E; }
a { background-color: rgb(233,187,158); }
div.DivClassName
{
background-color: #E9BB9E;
}
.BgClassName
{
background-color: #E9BB9E;
}
</style>
border-color css
<style>
span { border-color: #E9BB9E; }
span { border-color: rgb(233,187,158); }
td.TdClassName
{
border-color: #E9BB9E;
}
.TagClassName
{
border-color: #E9BB9E;
}
</style>