Shades of Wax Flower #E1AB97
Tints of Wax Flower #E1AB97
RGB
CMYK
RGB Variations
Color information
#E1AB97 (or 0xE1AB97) is known color: Wax Flower. HEX triplet: E1, AB and 97. RGB value is (225,171,151). Sum of RGB (Red+Green+Blue) = 225+171+151=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AB97 is #1E5468. Grayscale: #B9B9B9. Windows color (decimal): -1987689 or 9939937. OLE color: 9939937.
HSL color Cylindrical-coordinate representation of color #E1AB97: hue angle of 16.22º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1AB97 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 151 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.12 |
| HSL | 16.22º | 0.55% | 0.74% | - |
| HSV(B) | 16.22º | 0.33% | 0.88% | - |
| XYZ | 51.2 | 47.37 | 35.72 | - |
| YUV | 184.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 151 | 0 | 0.24 | 0.33 | 0.12 | 16.22 | 0.55 | 0.74 |
| Hex | E1 | AB | 97 | 0 | 18 | 21 | C | 10 | 37 | 4A |
| Octal | 341 | 253 | 227 | 0 | 30 | 41 | 14 | 20 | 67 | 112 |
| Binary | 11100001 | 10101011 | 10010111 | 0 | 11000 | 100001 | 1100 | 10000 | 110111 | 1001010 |
Color Harmonies of #E1AB97
Complementary color
Monochromatic Colors of #E1AB97
Black with #E1AB97
Text Example
Text Example
White with #E1AB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB97; }
p { color: rgb(225,171,151); }
H1.HeaderClassName
{
color: #E1AB97;
}
.AnyTagClassName
{
color: #E1AB97;
}
</style>
background-color css
<style>
a { background-color: #E1AB97; }
a { background-color: rgb(225,171,151); }
div.DivClassName
{
background-color: #E1AB97;
}
.BgClassName
{
background-color: #E1AB97;
}
</style>
border-color css
<style>
span { border-color: #E1AB97; }
span { border-color: rgb(225,171,151); }
td.TdClassName
{
border-color: #E1AB97;
}
.TagClassName
{
border-color: #E1AB97;
}
</style>