Shades of Wax Flower #E5BAA1
Tints of Wax Flower #E5BAA1
RGB
CMYK
RGB Variations
Color information
#E5BAA1 (or 0xE5BAA1) is known color: Wax Flower. HEX triplet: E5, BA and A1. RGB value is (229,186,161). Sum of RGB (Red+Green+Blue) = 229+186+161=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BAA1 is #1A455E. Grayscale: #C4C4C4. Windows color (decimal): -1721695 or 10599141. OLE color: 10599141.
HSL color Cylindrical-coordinate representation of color #E5BAA1: hue angle of 22.06º 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 #E5BAA1 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 161 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.10 |
| HSL | 22.06º | 0.57% | 0.76% | - |
| HSV(B) | 22.06º | 0.3% | 0.9% | - |
| XYZ | 56.31 | 54.35 | 41.24 | - |
| YUV | 196.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 161 | 0 | 0.19 | 0.30 | 0.10 | 22.06 | 0.57 | 0.76 |
| Hex | E5 | BA | A1 | 0 | 13 | 1E | A | 16 | 39 | 4C |
| Octal | 345 | 272 | 241 | 0 | 23 | 36 | 12 | 26 | 71 | 114 |
| Binary | 11100101 | 10111010 | 10100001 | 0 | 10011 | 11110 | 1010 | 10110 | 111001 | 1001100 |
Color Harmonies of #E5BAA1
Complementary color
Monochromatic Colors of #E5BAA1
Black with #E5BAA1
Text Example
Text Example
White with #E5BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAA1; }
p { color: rgb(229,186,161); }
H1.HeaderClassName
{
color: #E5BAA1;
}
.AnyTagClassName
{
color: #E5BAA1;
}
</style>
background-color css
<style>
a { background-color: #E5BAA1; }
a { background-color: rgb(229,186,161); }
div.DivClassName
{
background-color: #E5BAA1;
}
.BgClassName
{
background-color: #E5BAA1;
}
</style>
border-color css
<style>
span { border-color: #E5BAA1; }
span { border-color: rgb(229,186,161); }
td.TdClassName
{
border-color: #E5BAA1;
}
.TagClassName
{
border-color: #E5BAA1;
}
</style>