Shades of Wax Flower #E5B39F
Tints of Wax Flower #E5B39F
RGB
CMYK
RGB Variations
Color information
#E5B39F (or 0xE5B39F) is known color: Wax Flower. HEX triplet: E5, B3 and 9F. RGB value is (229,179,159). Sum of RGB (Red+Green+Blue) = 229+179+159=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B39F is #1A4C60. Grayscale: #BFBFBF. Windows color (decimal): -1723489 or 10466277. OLE color: 10466277.
HSL color Cylindrical-coordinate representation of color #E5B39F: hue angle of 17.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5B39F is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 159 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.10 |
| HSL | 17.14º | 0.57% | 0.76% | - |
| HSV(B) | 17.14º | 0.31% | 0.9% | - |
| XYZ | 54.69 | 51.4 | 39.84 | - |
| YUV | 191.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 159 | 0 | 0.22 | 0.31 | 0.10 | 17.14 | 0.57 | 0.76 |
| Hex | E5 | B3 | 9F | 0 | 16 | 1F | A | 11 | 39 | 4C |
| Octal | 345 | 263 | 237 | 0 | 26 | 37 | 12 | 21 | 71 | 114 |
| Binary | 11100101 | 10110011 | 10011111 | 0 | 10110 | 11111 | 1010 | 10001 | 111001 | 1001100 |
Color Harmonies of #E5B39F
Complementary color
Monochromatic Colors of #E5B39F
Black with #E5B39F
Text Example
Text Example
White with #E5B39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B39F; }
p { color: rgb(229,179,159); }
H1.HeaderClassName
{
color: #E5B39F;
}
.AnyTagClassName
{
color: #E5B39F;
}
</style>
background-color css
<style>
a { background-color: #E5B39F; }
a { background-color: rgb(229,179,159); }
div.DivClassName
{
background-color: #E5B39F;
}
.BgClassName
{
background-color: #E5B39F;
}
</style>
border-color css
<style>
span { border-color: #E5B39F; }
span { border-color: rgb(229,179,159); }
td.TdClassName
{
border-color: #E5B39F;
}
.TagClassName
{
border-color: #E5B39F;
}
</style>