Shades of Wax Flower #EEB59A
Tints of Wax Flower #EEB59A
RGB
CMYK
RGB Variations
Color information
#EEB59A (or 0xEEB59A) is known color: Wax Flower. HEX triplet: EE, B5 and 9A. RGB value is (238,181,154). Sum of RGB (Red+Green+Blue) = 238+181+154=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB59A is #114A65. Grayscale: #C3C3C3. Windows color (decimal): -1133158 or 10139118. OLE color: 10139118.
HSL color Cylindrical-coordinate representation of color #EEB59A: hue angle of 19.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEB59A is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 154 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.07 |
| HSL | 19.29º | 0.71% | 0.77% | - |
| HSV(B) | 19.29º | 0.35% | 0.93% | - |
| XYZ | 57.62 | 53.56 | 37.87 | - |
| YUV | 194.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 154 | 0 | 0.24 | 0.35 | 0.07 | 19.29 | 0.71 | 0.77 |
| Hex | EE | B5 | 9A | 0 | 18 | 23 | 7 | 13 | 47 | 4D |
| Octal | 356 | 265 | 232 | 0 | 30 | 43 | 7 | 23 | 107 | 115 |
| Binary | 11101110 | 10110101 | 10011010 | 0 | 11000 | 100011 | 111 | 10011 | 1000111 | 1001101 |
Color Harmonies of #EEB59A
Complementary color
Monochromatic Colors of #EEB59A
Black with #EEB59A
Text Example
Text Example
White with #EEB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB59A; }
p { color: rgb(238,181,154); }
H1.HeaderClassName
{
color: #EEB59A;
}
.AnyTagClassName
{
color: #EEB59A;
}
</style>
background-color css
<style>
a { background-color: #EEB59A; }
a { background-color: rgb(238,181,154); }
div.DivClassName
{
background-color: #EEB59A;
}
.BgClassName
{
background-color: #EEB59A;
}
</style>
border-color css
<style>
span { border-color: #EEB59A; }
span { border-color: rgb(238,181,154); }
td.TdClassName
{
border-color: #EEB59A;
}
.TagClassName
{
border-color: #EEB59A;
}
</style>