Shades of Wax Flower #E5B9A0
Tints of Wax Flower #E5B9A0
RGB
CMYK
RGB Variations
Color information
#E5B9A0 (or 0xE5B9A0) is known color: Wax Flower. HEX triplet: E5, B9 and A0. RGB value is (229,185,160). Sum of RGB (Red+Green+Blue) = 229+185+160=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B9A0 is #1A465F. Grayscale: #C3C3C3. Windows color (decimal): -1721952 or 10533349. OLE color: 10533349.
HSL color Cylindrical-coordinate representation of color #E5B9A0: hue angle of 21.74º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5B9A0 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 160 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.10 |
| HSL | 21.74º | 0.57% | 0.76% | - |
| HSV(B) | 21.74º | 0.3% | 0.9% | - |
| XYZ | 56.01 | 53.89 | 40.71 | - |
| YUV | 195.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 160 | 0 | 0.19 | 0.30 | 0.10 | 21.74 | 0.57 | 0.76 |
| Hex | E5 | B9 | A0 | 0 | 13 | 1E | A | 16 | 39 | 4C |
| Octal | 345 | 271 | 240 | 0 | 23 | 36 | 12 | 26 | 71 | 114 |
| Binary | 11100101 | 10111001 | 10100000 | 0 | 10011 | 11110 | 1010 | 10110 | 111001 | 1001100 |
Color Harmonies of #E5B9A0
Complementary color
Monochromatic Colors of #E5B9A0
Black with #E5B9A0
Text Example
Text Example
White with #E5B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B9A0; }
p { color: rgb(229,185,160); }
H1.HeaderClassName
{
color: #E5B9A0;
}
.AnyTagClassName
{
color: #E5B9A0;
}
</style>
background-color css
<style>
a { background-color: #E5B9A0; }
a { background-color: rgb(229,185,160); }
div.DivClassName
{
background-color: #E5B9A0;
}
.BgClassName
{
background-color: #E5B9A0;
}
</style>
border-color css
<style>
span { border-color: #E5B9A0; }
span { border-color: rgb(229,185,160); }
td.TdClassName
{
border-color: #E5B9A0;
}
.TagClassName
{
border-color: #E5B9A0;
}
</style>