Shades of Wax Flower #EEB09F
Tints of Wax Flower #EEB09F
RGB
CMYK
RGB Variations
Color information
#EEB09F (or 0xEEB09F) is known color: Wax Flower. HEX triplet: EE, B0 and 9F. RGB value is (238,176,159). Sum of RGB (Red+Green+Blue) = 238+176+159=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB09F is #114F60. Grayscale: #C0C0C0. Windows color (decimal): -1134433 or 10465518. OLE color: 10465518.
HSL color Cylindrical-coordinate representation of color #EEB09F: hue angle of 12.91º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEB09F is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 159 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.07 |
| HSL | 12.91º | 0.7% | 0.78% | - |
| HSV(B) | 12.91º | 0.33% | 0.93% | - |
| XYZ | 57.04 | 51.73 | 39.78 | - |
| YUV | 192.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 159 | 0 | 0.26 | 0.33 | 0.07 | 12.91 | 0.7 | 0.78 |
| Hex | EE | B0 | 9F | 0 | 1A | 21 | 7 | D | 46 | 4E |
| Octal | 356 | 260 | 237 | 0 | 32 | 41 | 7 | 15 | 106 | 116 |
| Binary | 11101110 | 10110000 | 10011111 | 0 | 11010 | 100001 | 111 | 1101 | 1000110 | 1001110 |
Color Harmonies of #EEB09F
Complementary color
Monochromatic Colors of #EEB09F
Black with #EEB09F
Text Example
Text Example
White with #EEB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB09F; }
p { color: rgb(238,176,159); }
H1.HeaderClassName
{
color: #EEB09F;
}
.AnyTagClassName
{
color: #EEB09F;
}
</style>
background-color css
<style>
a { background-color: #EEB09F; }
a { background-color: rgb(238,176,159); }
div.DivClassName
{
background-color: #EEB09F;
}
.BgClassName
{
background-color: #EEB09F;
}
</style>
border-color css
<style>
span { border-color: #EEB09F; }
span { border-color: rgb(238,176,159); }
td.TdClassName
{
border-color: #EEB09F;
}
.TagClassName
{
border-color: #EEB09F;
}
</style>