Shades of Wax Flower #E1AC9A
Tints of Wax Flower #E1AC9A
RGB
CMYK
RGB Variations
Color information
#E1AC9A (or 0xE1AC9A) is known color: Wax Flower. HEX triplet: E1, AC and 9A. RGB value is (225,172,154). Sum of RGB (Red+Green+Blue) = 225+172+154=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AC9A is #1E5365. Grayscale: #B9B9B9. Windows color (decimal): -1987430 or 10136801. OLE color: 10136801.
HSL color Cylindrical-coordinate representation of color #E1AC9A: hue angle of 15.21º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1AC9A is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 154 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.12 |
| HSL | 15.21º | 0.54% | 0.74% | - |
| HSV(B) | 15.21º | 0.32% | 0.88% | - |
| XYZ | 51.64 | 47.85 | 37.09 | - |
| YUV | 185.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 154 | 0 | 0.24 | 0.32 | 0.12 | 15.21 | 0.54 | 0.74 |
| Hex | E1 | AC | 9A | 0 | 18 | 20 | C | F | 36 | 4A |
| Octal | 341 | 254 | 232 | 0 | 30 | 40 | 14 | 17 | 66 | 112 |
| Binary | 11100001 | 10101100 | 10011010 | 0 | 11000 | 100000 | 1100 | 1111 | 110110 | 1001010 |
Color Harmonies of #E1AC9A
Complementary color
Monochromatic Colors of #E1AC9A
Black with #E1AC9A
Text Example
Text Example
White with #E1AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AC9A; }
p { color: rgb(225,172,154); }
H1.HeaderClassName
{
color: #E1AC9A;
}
.AnyTagClassName
{
color: #E1AC9A;
}
</style>
background-color css
<style>
a { background-color: #E1AC9A; }
a { background-color: rgb(225,172,154); }
div.DivClassName
{
background-color: #E1AC9A;
}
.BgClassName
{
background-color: #E1AC9A;
}
</style>
border-color css
<style>
span { border-color: #E1AC9A; }
span { border-color: rgb(225,172,154); }
td.TdClassName
{
border-color: #E1AC9A;
}
.TagClassName
{
border-color: #E1AC9A;
}
</style>