Shades of Wax Flower #E5BAA0
Tints of Wax Flower #E5BAA0
RGB
CMYK
RGB Variations
Color information
#E5BAA0 (or 0xE5BAA0) is known color: Wax Flower. HEX triplet: E5, BA and A0. RGB value is (229,186,160). Sum of RGB (Red+Green+Blue) = 229+186+160=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BAA0 is #1A455F. Grayscale: #C4C4C4. Windows color (decimal): -1721696 or 10533605. OLE color: 10533605.
HSL color Cylindrical-coordinate representation of color #E5BAA0: hue angle of 22.61º 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 #E5BAA0 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 160 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.10 |
| HSL | 22.61º | 0.57% | 0.76% | - |
| HSV(B) | 22.61º | 0.3% | 0.9% | - |
| XYZ | 56.22 | 54.31 | 40.78 | - |
| YUV | 195.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 160 | 0 | 0.19 | 0.30 | 0.10 | 22.61 | 0.57 | 0.76 |
| Hex | E5 | BA | A0 | 0 | 13 | 1E | A | 17 | 39 | 4C |
| Octal | 345 | 272 | 240 | 0 | 23 | 36 | 12 | 27 | 71 | 114 |
| Binary | 11100101 | 10111010 | 10100000 | 0 | 10011 | 11110 | 1010 | 10111 | 111001 | 1001100 |
Color Harmonies of #E5BAA0
Complementary color
Monochromatic Colors of #E5BAA0
Black with #E5BAA0
Text Example
Text Example
White with #E5BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAA0; }
p { color: rgb(229,186,160); }
H1.HeaderClassName
{
color: #E5BAA0;
}
.AnyTagClassName
{
color: #E5BAA0;
}
</style>
background-color css
<style>
a { background-color: #E5BAA0; }
a { background-color: rgb(229,186,160); }
div.DivClassName
{
background-color: #E5BAA0;
}
.BgClassName
{
background-color: #E5BAA0;
}
</style>
border-color css
<style>
span { border-color: #E5BAA0; }
span { border-color: rgb(229,186,160); }
td.TdClassName
{
border-color: #E5BAA0;
}
.TagClassName
{
border-color: #E5BAA0;
}
</style>