Shades of Wax Flower #EEB99E
Tints of Wax Flower #EEB99E
RGB
CMYK
RGB Variations
Color information
#EEB99E (or 0xEEB99E) is known color: Wax Flower. HEX triplet: EE, B9 and 9E. RGB value is (238,185,158). Sum of RGB (Red+Green+Blue) = 238+185+158=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB99E is #114661. Grayscale: #C5C5C5. Windows color (decimal): -1132130 or 10402286. OLE color: 10402286.
HSL color Cylindrical-coordinate representation of color #EEB99E: hue angle of 20.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEB99E is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 158 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.07 |
| HSL | 20.25º | 0.7% | 0.78% | - |
| HSV(B) | 20.25º | 0.34% | 0.93% | - |
| XYZ | 58.78 | 55.34 | 39.93 | - |
| YUV | 197.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 158 | 0 | 0.22 | 0.34 | 0.07 | 20.25 | 0.7 | 0.78 |
| Hex | EE | B9 | 9E | 0 | 16 | 22 | 7 | 14 | 46 | 4E |
| Octal | 356 | 271 | 236 | 0 | 26 | 42 | 7 | 24 | 106 | 116 |
| Binary | 11101110 | 10111001 | 10011110 | 0 | 10110 | 100010 | 111 | 10100 | 1000110 | 1001110 |
Color Harmonies of #EEB99E
Complementary color
Monochromatic Colors of #EEB99E
Black with #EEB99E
Text Example
Text Example
White with #EEB99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB99E; }
p { color: rgb(238,185,158); }
H1.HeaderClassName
{
color: #EEB99E;
}
.AnyTagClassName
{
color: #EEB99E;
}
</style>
background-color css
<style>
a { background-color: #EEB99E; }
a { background-color: rgb(238,185,158); }
div.DivClassName
{
background-color: #EEB99E;
}
.BgClassName
{
background-color: #EEB99E;
}
</style>
border-color css
<style>
span { border-color: #EEB99E; }
span { border-color: rgb(238,185,158); }
td.TdClassName
{
border-color: #EEB99E;
}
.TagClassName
{
border-color: #EEB99E;
}
</style>