Shades of Wax Flower #E5AC9A
Tints of Wax Flower #E5AC9A
RGB
CMYK
RGB Variations
Color information
#E5AC9A (or 0xE5AC9A) is known color: Wax Flower. HEX triplet: E5, AC and 9A. RGB value is (229,172,154). Sum of RGB (Red+Green+Blue) = 229+172+154=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AC9A is #1A5365. Grayscale: #BBBBBB. Windows color (decimal): -1725286 or 10136805. OLE color: 10136805.
HSL color Cylindrical-coordinate representation of color #E5AC9A: hue angle of 14.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5AC9A is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 154 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.10 |
| HSL | 14.4º | 0.59% | 0.75% | - |
| HSV(B) | 14.4º | 0.33% | 0.9% | - |
| XYZ | 52.9 | 48.5 | 37.14 | - |
| YUV | 186.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 154 | 0 | 0.25 | 0.33 | 0.10 | 14.4 | 0.59 | 0.75 |
| Hex | E5 | AC | 9A | 0 | 19 | 21 | A | E | 3B | 4B |
| Octal | 345 | 254 | 232 | 0 | 31 | 41 | 12 | 16 | 73 | 113 |
| Binary | 11100101 | 10101100 | 10011010 | 0 | 11001 | 100001 | 1010 | 1110 | 111011 | 1001011 |
Color Harmonies of #E5AC9A
Complementary color
Monochromatic Colors of #E5AC9A
Black with #E5AC9A
Text Example
Text Example
White with #E5AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC9A; }
p { color: rgb(229,172,154); }
H1.HeaderClassName
{
color: #E5AC9A;
}
.AnyTagClassName
{
color: #E5AC9A;
}
</style>
background-color css
<style>
a { background-color: #E5AC9A; }
a { background-color: rgb(229,172,154); }
div.DivClassName
{
background-color: #E5AC9A;
}
.BgClassName
{
background-color: #E5AC9A;
}
</style>
border-color css
<style>
span { border-color: #E5AC9A; }
span { border-color: rgb(229,172,154); }
td.TdClassName
{
border-color: #E5AC9A;
}
.TagClassName
{
border-color: #E5AC9A;
}
</style>