Shades of Wax Flower #E5AC91
Tints of Wax Flower #E5AC91
RGB
CMYK
RGB Variations
Color information
#E5AC91 (or 0xE5AC91) is known color: Wax Flower. HEX triplet: E5, AC and 91. RGB value is (229,172,145). Sum of RGB (Red+Green+Blue) = 229+172+145=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AC91 is #1A536E. Grayscale: #BABABA. Windows color (decimal): -1725295 or 9546981. OLE color: 9546981.
HSL color Cylindrical-coordinate representation of color #E5AC91: hue angle of 19.29º 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 #E5AC91 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 145 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.10 |
| HSL | 19.29º | 0.62% | 0.73% | - |
| HSV(B) | 19.29º | 0.37% | 0.9% | - |
| XYZ | 52.18 | 48.21 | 33.34 | - |
| YUV | 185.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 145 | 0 | 0.25 | 0.37 | 0.10 | 19.29 | 0.62 | 0.73 |
| Hex | E5 | AC | 91 | 0 | 19 | 25 | A | 13 | 3E | 49 |
| Octal | 345 | 254 | 221 | 0 | 31 | 45 | 12 | 23 | 76 | 111 |
| Binary | 11100101 | 10101100 | 10010001 | 0 | 11001 | 100101 | 1010 | 10011 | 111110 | 1001001 |
Color Harmonies of #E5AC91
Complementary color
Monochromatic Colors of #E5AC91
Black with #E5AC91
Text Example
Text Example
White with #E5AC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC91; }
p { color: rgb(229,172,145); }
H1.HeaderClassName
{
color: #E5AC91;
}
.AnyTagClassName
{
color: #E5AC91;
}
</style>
background-color css
<style>
a { background-color: #E5AC91; }
a { background-color: rgb(229,172,145); }
div.DivClassName
{
background-color: #E5AC91;
}
.BgClassName
{
background-color: #E5AC91;
}
</style>
border-color css
<style>
span { border-color: #E5AC91; }
span { border-color: rgb(229,172,145); }
td.TdClassName
{
border-color: #E5AC91;
}
.TagClassName
{
border-color: #E5AC91;
}
</style>