Shades of Wax Flower #E5BA9F
Tints of Wax Flower #E5BA9F
RGB
CMYK
RGB Variations
Color information
#E5BA9F (or 0xE5BA9F) is known color: Wax Flower. HEX triplet: E5, BA and 9F. RGB value is (229,186,159). Sum of RGB (Red+Green+Blue) = 229+186+159=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA9F is #1A4560. Grayscale: #C3C3C3. Windows color (decimal): -1721697 or 10468069. OLE color: 10468069.
HSL color Cylindrical-coordinate representation of color #E5BA9F: hue angle of 23.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 #E5BA9F is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 159 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.10 |
| HSL | 23.14º | 0.57% | 0.76% | - |
| HSV(B) | 23.14º | 0.31% | 0.9% | - |
| XYZ | 56.13 | 54.28 | 40.32 | - |
| YUV | 195.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 159 | 0 | 0.19 | 0.31 | 0.10 | 23.14 | 0.57 | 0.76 |
| Hex | E5 | BA | 9F | 0 | 13 | 1F | A | 17 | 39 | 4C |
| Octal | 345 | 272 | 237 | 0 | 23 | 37 | 12 | 27 | 71 | 114 |
| Binary | 11100101 | 10111010 | 10011111 | 0 | 10011 | 11111 | 1010 | 10111 | 111001 | 1001100 |
Color Harmonies of #E5BA9F
Complementary color
Monochromatic Colors of #E5BA9F
Black with #E5BA9F
Text Example
Text Example
White with #E5BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA9F; }
p { color: rgb(229,186,159); }
H1.HeaderClassName
{
color: #E5BA9F;
}
.AnyTagClassName
{
color: #E5BA9F;
}
</style>
background-color css
<style>
a { background-color: #E5BA9F; }
a { background-color: rgb(229,186,159); }
div.DivClassName
{
background-color: #E5BA9F;
}
.BgClassName
{
background-color: #E5BA9F;
}
</style>
border-color css
<style>
span { border-color: #E5BA9F; }
span { border-color: rgb(229,186,159); }
td.TdClassName
{
border-color: #E5BA9F;
}
.TagClassName
{
border-color: #E5BA9F;
}
</style>