Shades of Wax Flower #E8B09C
Tints of Wax Flower #E8B09C
RGB
CMYK
RGB Variations
Color information
#E8B09C (or 0xE8B09C) is known color: Wax Flower. HEX triplet: E8, B0 and 9C. RGB value is (232,176,156). Sum of RGB (Red+Green+Blue) = 232+176+156=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B09C is #174F63. Grayscale: #BEBEBE. Windows color (decimal): -1527652 or 10268904. OLE color: 10268904.
HSL color Cylindrical-coordinate representation of color #E8B09C: hue angle of 15.79º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8B09C is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 156 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.09 |
| HSL | 15.79º | 0.62% | 0.76% | - |
| HSV(B) | 15.79º | 0.33% | 0.91% | - |
| XYZ | 54.8 | 50.61 | 38.33 | - |
| YUV | 190.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 156 | 0 | 0.24 | 0.33 | 0.09 | 15.79 | 0.62 | 0.76 |
| Hex | E8 | B0 | 9C | 0 | 18 | 21 | 9 | 10 | 3E | 4C |
| Octal | 350 | 260 | 234 | 0 | 30 | 41 | 11 | 20 | 76 | 114 |
| Binary | 11101000 | 10110000 | 10011100 | 0 | 11000 | 100001 | 1001 | 10000 | 111110 | 1001100 |
Color Harmonies of #E8B09C
Complementary color
Monochromatic Colors of #E8B09C
Black with #E8B09C
Text Example
Text Example
White with #E8B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B09C; }
p { color: rgb(232,176,156); }
H1.HeaderClassName
{
color: #E8B09C;
}
.AnyTagClassName
{
color: #E8B09C;
}
</style>
background-color css
<style>
a { background-color: #E8B09C; }
a { background-color: rgb(232,176,156); }
div.DivClassName
{
background-color: #E8B09C;
}
.BgClassName
{
background-color: #E8B09C;
}
</style>
border-color css
<style>
span { border-color: #E8B09C; }
span { border-color: rgb(232,176,156); }
td.TdClassName
{
border-color: #E8B09C;
}
.TagClassName
{
border-color: #E8B09C;
}
</style>