Shades of Wax Flower #E5B39A
Tints of Wax Flower #E5B39A
RGB
CMYK
RGB Variations
Color information
#E5B39A (or 0xE5B39A) is known color: Wax Flower. HEX triplet: E5, B3 and 9A. RGB value is (229,179,154). Sum of RGB (Red+Green+Blue) = 229+179+154=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B39A is #1A4C65. Grayscale: #BFBFBF. Windows color (decimal): -1723494 or 10138597. OLE color: 10138597.
HSL color Cylindrical-coordinate representation of color #E5B39A: hue angle of 20º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5B39A is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 154 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.10 |
| HSL | 20º | 0.59% | 0.75% | - |
| HSV(B) | 20º | 0.33% | 0.9% | - |
| XYZ | 54.27 | 51.23 | 37.6 | - |
| YUV | 191.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 154 | 0 | 0.22 | 0.33 | 0.10 | 20 | 0.59 | 0.75 |
| Hex | E5 | B3 | 9A | 0 | 16 | 21 | A | 14 | 3B | 4B |
| Octal | 345 | 263 | 232 | 0 | 26 | 41 | 12 | 24 | 73 | 113 |
| Binary | 11100101 | 10110011 | 10011010 | 0 | 10110 | 100001 | 1010 | 10100 | 111011 | 1001011 |
Color Harmonies of #E5B39A
Complementary color
Monochromatic Colors of #E5B39A
Black with #E5B39A
Text Example
Text Example
White with #E5B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B39A; }
p { color: rgb(229,179,154); }
H1.HeaderClassName
{
color: #E5B39A;
}
.AnyTagClassName
{
color: #E5B39A;
}
</style>
background-color css
<style>
a { background-color: #E5B39A; }
a { background-color: rgb(229,179,154); }
div.DivClassName
{
background-color: #E5B39A;
}
.BgClassName
{
background-color: #E5B39A;
}
</style>
border-color css
<style>
span { border-color: #E5B39A; }
span { border-color: rgb(229,179,154); }
td.TdClassName
{
border-color: #E5B39A;
}
.TagClassName
{
border-color: #E5B39A;
}
</style>