Shades of Wax Flower #E5AD91
Tints of Wax Flower #E5AD91
RGB
CMYK
RGB Variations
Color information
#E5AD91 (or 0xE5AD91) is known color: Wax Flower. HEX triplet: E5, AD and 91. RGB value is (229,173,145). Sum of RGB (Red+Green+Blue) = 229+173+145=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AD91 is #1A526E. Grayscale: #BABABA. Windows color (decimal): -1725039 or 9547237. OLE color: 9547237.
HSL color Cylindrical-coordinate representation of color #E5AD91: hue angle of 20º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5AD91 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 145 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.10 |
| HSL | 20º | 0.62% | 0.73% | - |
| HSV(B) | 20º | 0.37% | 0.9% | - |
| XYZ | 52.37 | 48.59 | 33.41 | - |
| YUV | 186.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 145 | 0 | 0.24 | 0.37 | 0.10 | 20 | 0.62 | 0.73 |
| Hex | E5 | AD | 91 | 0 | 18 | 25 | A | 14 | 3E | 49 |
| Octal | 345 | 255 | 221 | 0 | 30 | 45 | 12 | 24 | 76 | 111 |
| Binary | 11100101 | 10101101 | 10010001 | 0 | 11000 | 100101 | 1010 | 10100 | 111110 | 1001001 |
Color Harmonies of #E5AD91
Complementary color
Monochromatic Colors of #E5AD91
Black with #E5AD91
Text Example
Text Example
White with #E5AD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD91; }
p { color: rgb(229,173,145); }
H1.HeaderClassName
{
color: #E5AD91;
}
.AnyTagClassName
{
color: #E5AD91;
}
</style>
background-color css
<style>
a { background-color: #E5AD91; }
a { background-color: rgb(229,173,145); }
div.DivClassName
{
background-color: #E5AD91;
}
.BgClassName
{
background-color: #E5AD91;
}
</style>
border-color css
<style>
span { border-color: #E5AD91; }
span { border-color: rgb(229,173,145); }
td.TdClassName
{
border-color: #E5AD91;
}
.TagClassName
{
border-color: #E5AD91;
}
</style>