Shades of Wax Flower #E5B599
Tints of Wax Flower #E5B599
RGB
CMYK
RGB Variations
Color information
#E5B599 (or 0xE5B599) is known color: Wax Flower. HEX triplet: E5, B5 and 99. RGB value is (229,181,153). Sum of RGB (Red+Green+Blue) = 229+181+153=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B599 is #1A4A66. Grayscale: #C0C0C0. Windows color (decimal): -1722983 or 10073573. OLE color: 10073573.
HSL color Cylindrical-coordinate representation of color #E5B599: hue angle of 22.11º 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 #E5B599 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 153 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.10 |
| HSL | 22.11º | 0.59% | 0.75% | - |
| HSV(B) | 22.11º | 0.33% | 0.9% | - |
| XYZ | 54.59 | 52.01 | 37.3 | - |
| YUV | 192.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 153 | 0 | 0.21 | 0.33 | 0.10 | 22.11 | 0.59 | 0.75 |
| Hex | E5 | B5 | 99 | 0 | 15 | 21 | A | 16 | 3B | 4B |
| Octal | 345 | 265 | 231 | 0 | 25 | 41 | 12 | 26 | 73 | 113 |
| Binary | 11100101 | 10110101 | 10011001 | 0 | 10101 | 100001 | 1010 | 10110 | 111011 | 1001011 |
Color Harmonies of #E5B599
Complementary color
Monochromatic Colors of #E5B599
Black with #E5B599
Text Example
Text Example
White with #E5B599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B599; }
p { color: rgb(229,181,153); }
H1.HeaderClassName
{
color: #E5B599;
}
.AnyTagClassName
{
color: #E5B599;
}
</style>
background-color css
<style>
a { background-color: #E5B599; }
a { background-color: rgb(229,181,153); }
div.DivClassName
{
background-color: #E5B599;
}
.BgClassName
{
background-color: #E5B599;
}
</style>
border-color css
<style>
span { border-color: #E5B599; }
span { border-color: rgb(229,181,153); }
td.TdClassName
{
border-color: #E5B599;
}
.TagClassName
{
border-color: #E5B599;
}
</style>