Shades of Wax Flower #E9B59A
Tints of Wax Flower #E9B59A
RGB
CMYK
RGB Variations
Color information
#E9B59A (or 0xE9B59A) is known color: Wax Flower. HEX triplet: E9, B5 and 9A. RGB value is (233,181,154). Sum of RGB (Red+Green+Blue) = 233+181+154=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B59A is #164A65. Grayscale: #C1C1C1. Windows color (decimal): -1460838 or 10139113. OLE color: 10139113.
HSL color Cylindrical-coordinate representation of color #E9B59A: hue angle of 20.51º 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 #E9B59A is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 181 | 154 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.09 |
| HSL | 20.51º | 0.64% | 0.76% | - |
| HSV(B) | 20.51º | 0.34% | 0.91% | - |
| XYZ | 55.96 | 52.7 | 37.8 | - |
| YUV | 193.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 181 | 154 | 0 | 0.22 | 0.34 | 0.09 | 20.51 | 0.64 | 0.76 |
| Hex | E9 | B5 | 9A | 0 | 16 | 22 | 9 | 15 | 40 | 4C |
| Octal | 351 | 265 | 232 | 0 | 26 | 42 | 11 | 25 | 100 | 114 |
| Binary | 11101001 | 10110101 | 10011010 | 0 | 10110 | 100010 | 1001 | 10101 | 1000000 | 1001100 |
Color Harmonies of #E9B59A
Complementary color
Monochromatic Colors of #E9B59A
Black with #E9B59A
Text Example
Text Example
White with #E9B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B59A; }
p { color: rgb(233,181,154); }
H1.HeaderClassName
{
color: #E9B59A;
}
.AnyTagClassName
{
color: #E9B59A;
}
</style>
background-color css
<style>
a { background-color: #E9B59A; }
a { background-color: rgb(233,181,154); }
div.DivClassName
{
background-color: #E9B59A;
}
.BgClassName
{
background-color: #E9B59A;
}
</style>
border-color css
<style>
span { border-color: #E9B59A; }
span { border-color: rgb(233,181,154); }
td.TdClassName
{
border-color: #E9B59A;
}
.TagClassName
{
border-color: #E9B59A;
}
</style>