Shades of Wax Flower #E1AB98
Tints of Wax Flower #E1AB98
RGB
CMYK
RGB Variations
Color information
#E1AB98 (or 0xE1AB98) is known color: Wax Flower. HEX triplet: E1, AB and 98. RGB value is (225,171,152). Sum of RGB (Red+Green+Blue) = 225+171+152=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AB98 is #1E5467. Grayscale: #B9B9B9. Windows color (decimal): -1987688 or 10005473. OLE color: 10005473.
HSL color Cylindrical-coordinate representation of color #E1AB98: hue angle of 15.62º degrees, saturation: 0.55, 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 #E1AB98 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 152 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.12 |
| HSL | 15.62º | 0.55% | 0.74% | - |
| HSV(B) | 15.62º | 0.32% | 0.88% | - |
| XYZ | 51.28 | 47.4 | 36.15 | - |
| YUV | 184.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 152 | 0 | 0.24 | 0.32 | 0.12 | 15.62 | 0.55 | 0.74 |
| Hex | E1 | AB | 98 | 0 | 18 | 20 | C | 10 | 37 | 4A |
| Octal | 341 | 253 | 230 | 0 | 30 | 40 | 14 | 20 | 67 | 112 |
| Binary | 11100001 | 10101011 | 10011000 | 0 | 11000 | 100000 | 1100 | 10000 | 110111 | 1001010 |
Color Harmonies of #E1AB98
Complementary color
Monochromatic Colors of #E1AB98
Black with #E1AB98
Text Example
Text Example
White with #E1AB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB98; }
p { color: rgb(225,171,152); }
H1.HeaderClassName
{
color: #E1AB98;
}
.AnyTagClassName
{
color: #E1AB98;
}
</style>
background-color css
<style>
a { background-color: #E1AB98; }
a { background-color: rgb(225,171,152); }
div.DivClassName
{
background-color: #E1AB98;
}
.BgClassName
{
background-color: #E1AB98;
}
</style>
border-color css
<style>
span { border-color: #E1AB98; }
span { border-color: rgb(225,171,152); }
td.TdClassName
{
border-color: #E1AB98;
}
.TagClassName
{
border-color: #E1AB98;
}
</style>