Shades of Wax Flower #E8BB9E
Tints of Wax Flower #E8BB9E
RGB
CMYK
RGB Variations
Color information
#E8BB9E (or 0xE8BB9E) is known color: Wax Flower. HEX triplet: E8, BB and 9E. RGB value is (232,187,158). Sum of RGB (Red+Green+Blue) = 232+187+158=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BB9E is #174461. Grayscale: #C5C5C5. Windows color (decimal): -1524834 or 10402792. OLE color: 10402792.
HSL color Cylindrical-coordinate representation of color #E8BB9E: hue angle of 23.51º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8BB9E is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 158 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.09 |
| HSL | 23.51º | 0.62% | 0.76% | - |
| HSV(B) | 23.51º | 0.32% | 0.91% | - |
| XYZ | 57.22 | 55.17 | 39.98 | - |
| YUV | 197.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 158 | 0 | 0.19 | 0.32 | 0.09 | 23.51 | 0.62 | 0.76 |
| Hex | E8 | BB | 9E | 0 | 13 | 20 | 9 | 18 | 3E | 4C |
| Octal | 350 | 273 | 236 | 0 | 23 | 40 | 11 | 30 | 76 | 114 |
| Binary | 11101000 | 10111011 | 10011110 | 0 | 10011 | 100000 | 1001 | 11000 | 111110 | 1001100 |
Color Harmonies of #E8BB9E
Complementary color
Monochromatic Colors of #E8BB9E
Black with #E8BB9E
Text Example
Text Example
White with #E8BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BB9E; }
p { color: rgb(232,187,158); }
H1.HeaderClassName
{
color: #E8BB9E;
}
.AnyTagClassName
{
color: #E8BB9E;
}
</style>
background-color css
<style>
a { background-color: #E8BB9E; }
a { background-color: rgb(232,187,158); }
div.DivClassName
{
background-color: #E8BB9E;
}
.BgClassName
{
background-color: #E8BB9E;
}
</style>
border-color css
<style>
span { border-color: #E8BB9E; }
span { border-color: rgb(232,187,158); }
td.TdClassName
{
border-color: #E8BB9E;
}
.TagClassName
{
border-color: #E8BB9E;
}
</style>