Shades of Wax Flower #E1AC94
Tints of Wax Flower #E1AC94
RGB
CMYK
RGB Variations
Color information
#E1AC94 (or 0xE1AC94) is known color: Wax Flower. HEX triplet: E1, AC and 94. RGB value is (225,172,148). Sum of RGB (Red+Green+Blue) = 225+172+148=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AC94 is #1E536B. Grayscale: #B9B9B9. Windows color (decimal): -1987436 or 9743585. OLE color: 9743585.
HSL color Cylindrical-coordinate representation of color #E1AC94: hue angle of 18.7º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1AC94 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 148 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.12 |
| HSL | 18.7º | 0.56% | 0.73% | - |
| HSV(B) | 18.7º | 0.34% | 0.88% | - |
| XYZ | 51.15 | 47.65 | 34.52 | - |
| YUV | 185.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 148 | 0 | 0.24 | 0.34 | 0.12 | 18.7 | 0.56 | 0.73 |
| Hex | E1 | AC | 94 | 0 | 18 | 22 | C | 13 | 38 | 49 |
| Octal | 341 | 254 | 224 | 0 | 30 | 42 | 14 | 23 | 70 | 111 |
| Binary | 11100001 | 10101100 | 10010100 | 0 | 11000 | 100010 | 1100 | 10011 | 111000 | 1001001 |
Color Harmonies of #E1AC94
Complementary color
Monochromatic Colors of #E1AC94
Black with #E1AC94
Text Example
Text Example
White with #E1AC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AC94; }
p { color: rgb(225,172,148); }
H1.HeaderClassName
{
color: #E1AC94;
}
.AnyTagClassName
{
color: #E1AC94;
}
</style>
background-color css
<style>
a { background-color: #E1AC94; }
a { background-color: rgb(225,172,148); }
div.DivClassName
{
background-color: #E1AC94;
}
.BgClassName
{
background-color: #E1AC94;
}
</style>
border-color css
<style>
span { border-color: #E1AC94; }
span { border-color: rgb(225,172,148); }
td.TdClassName
{
border-color: #E1AC94;
}
.TagClassName
{
border-color: #E1AC94;
}
</style>