Shades of Wax Flower #E1AB95
Tints of Wax Flower #E1AB95
RGB
CMYK
RGB Variations
Color information
#E1AB95 (or 0xE1AB95) is known color: Wax Flower. HEX triplet: E1, AB and 95. RGB value is (225,171,149). Sum of RGB (Red+Green+Blue) = 225+171+149=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AB95 is #1E546A. Grayscale: #B8B8B8. Windows color (decimal): -1987691 or 9808865. OLE color: 9808865.
HSL color Cylindrical-coordinate representation of color #E1AB95: hue angle of 17.37º 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 #E1AB95 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 149 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.12 |
| HSL | 17.37º | 0.56% | 0.73% | - |
| HSV(B) | 17.37º | 0.34% | 0.88% | - |
| XYZ | 51.04 | 47.3 | 34.87 | - |
| YUV | 184.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 149 | 0 | 0.24 | 0.34 | 0.12 | 17.37 | 0.56 | 0.73 |
| Hex | E1 | AB | 95 | 0 | 18 | 22 | C | 11 | 38 | 49 |
| Octal | 341 | 253 | 225 | 0 | 30 | 42 | 14 | 21 | 70 | 111 |
| Binary | 11100001 | 10101011 | 10010101 | 0 | 11000 | 100010 | 1100 | 10001 | 111000 | 1001001 |
Color Harmonies of #E1AB95
Complementary color
Monochromatic Colors of #E1AB95
Black with #E1AB95
Text Example
Text Example
White with #E1AB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB95; }
p { color: rgb(225,171,149); }
H1.HeaderClassName
{
color: #E1AB95;
}
.AnyTagClassName
{
color: #E1AB95;
}
</style>
background-color css
<style>
a { background-color: #E1AB95; }
a { background-color: rgb(225,171,149); }
div.DivClassName
{
background-color: #E1AB95;
}
.BgClassName
{
background-color: #E1AB95;
}
</style>
border-color css
<style>
span { border-color: #E1AB95; }
span { border-color: rgb(225,171,149); }
td.TdClassName
{
border-color: #E1AB95;
}
.TagClassName
{
border-color: #E1AB95;
}
</style>