Shades of Wax Flower #E9B09A
Tints of Wax Flower #E9B09A
RGB
CMYK
RGB Variations
Color information
#E9B09A (or 0xE9B09A) is known color: Wax Flower. HEX triplet: E9, B0 and 9A. RGB value is (233,176,154). Sum of RGB (Red+Green+Blue) = 233+176+154=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9B09A is #164F65. Grayscale: #BEBEBE. Windows color (decimal): -1462118 or 10137833. OLE color: 10137833.
HSL color Cylindrical-coordinate representation of color #E9B09A: hue angle of 16.71º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9B09A is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 176 | 154 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.09 |
| HSL | 16.71º | 0.64% | 0.76% | - |
| HSV(B) | 16.71º | 0.34% | 0.91% | - |
| XYZ | 54.96 | 50.71 | 37.46 | - |
| YUV | 190.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 176 | 154 | 0 | 0.24 | 0.34 | 0.09 | 16.71 | 0.64 | 0.76 |
| Hex | E9 | B0 | 9A | 0 | 18 | 22 | 9 | 11 | 40 | 4C |
| Octal | 351 | 260 | 232 | 0 | 30 | 42 | 11 | 21 | 100 | 114 |
| Binary | 11101001 | 10110000 | 10011010 | 0 | 11000 | 100010 | 1001 | 10001 | 1000000 | 1001100 |
Color Harmonies of #E9B09A
Complementary color
Monochromatic Colors of #E9B09A
Black with #E9B09A
Text Example
Text Example
White with #E9B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B09A; }
p { color: rgb(233,176,154); }
H1.HeaderClassName
{
color: #E9B09A;
}
.AnyTagClassName
{
color: #E9B09A;
}
</style>
background-color css
<style>
a { background-color: #E9B09A; }
a { background-color: rgb(233,176,154); }
div.DivClassName
{
background-color: #E9B09A;
}
.BgClassName
{
background-color: #E9B09A;
}
</style>
border-color css
<style>
span { border-color: #E9B09A; }
span { border-color: rgb(233,176,154); }
td.TdClassName
{
border-color: #E9B09A;
}
.TagClassName
{
border-color: #E9B09A;
}
</style>