Shades of Wax Flower #EEB39E
Tints of Wax Flower #EEB39E
RGB
CMYK
RGB Variations
Color information
#EEB39E (or 0xEEB39E) is known color: Wax Flower. HEX triplet: EE, B3 and 9E. RGB value is (238,179,158). Sum of RGB (Red+Green+Blue) = 238+179+158=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB39E is #114C61. Grayscale: #C2C2C2. Windows color (decimal): -1133666 or 10400750. OLE color: 10400750.
HSL color Cylindrical-coordinate representation of color #EEB39E: hue angle of 15.75º 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 #EEB39E is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 158 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.07 |
| HSL | 15.75º | 0.7% | 0.78% | - |
| HSV(B) | 15.75º | 0.34% | 0.93% | - |
| XYZ | 57.55 | 52.89 | 39.52 | - |
| YUV | 194.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 158 | 0 | 0.25 | 0.34 | 0.07 | 15.75 | 0.7 | 0.78 |
| Hex | EE | B3 | 9E | 0 | 19 | 22 | 7 | 10 | 46 | 4E |
| Octal | 356 | 263 | 236 | 0 | 31 | 42 | 7 | 20 | 106 | 116 |
| Binary | 11101110 | 10110011 | 10011110 | 0 | 11001 | 100010 | 111 | 10000 | 1000110 | 1001110 |
Color Harmonies of #EEB39E
Complementary color
Monochromatic Colors of #EEB39E
Black with #EEB39E
Text Example
Text Example
White with #EEB39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB39E; }
p { color: rgb(238,179,158); }
H1.HeaderClassName
{
color: #EEB39E;
}
.AnyTagClassName
{
color: #EEB39E;
}
</style>
background-color css
<style>
a { background-color: #EEB39E; }
a { background-color: rgb(238,179,158); }
div.DivClassName
{
background-color: #EEB39E;
}
.BgClassName
{
background-color: #EEB39E;
}
</style>
border-color css
<style>
span { border-color: #EEB39E; }
span { border-color: rgb(238,179,158); }
td.TdClassName
{
border-color: #EEB39E;
}
.TagClassName
{
border-color: #EEB39E;
}
</style>