Shades of Wax Flower #EEAB90
Tints of Wax Flower #EEAB90
RGB
CMYK
RGB Variations
Color information
#EEAB90 (or 0xEEAB90) is known color: Wax Flower. HEX triplet: EE, AB and 90. RGB value is (238,171,144). Sum of RGB (Red+Green+Blue) = 238+171+144=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAB90 is #11546F. Grayscale: #BCBCBC. Windows color (decimal): -1135728 or 9481198. OLE color: 9481198.
HSL color Cylindrical-coordinate representation of color #EEAB90: hue angle of 17.23º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EEAB90 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 144 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.07 |
| HSL | 17.23º | 0.73% | 0.75% | - |
| HSV(B) | 17.23º | 0.39% | 0.93% | - |
| XYZ | 54.86 | 49.32 | 33.01 | - |
| YUV | 187.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 144 | 0 | 0.28 | 0.39 | 0.07 | 17.23 | 0.73 | 0.75 |
| Hex | EE | AB | 90 | 0 | 1C | 27 | 7 | 11 | 49 | 4B |
| Octal | 356 | 253 | 220 | 0 | 34 | 47 | 7 | 21 | 111 | 113 |
| Binary | 11101110 | 10101011 | 10010000 | 0 | 11100 | 100111 | 111 | 10001 | 1001001 | 1001011 |
Color Harmonies of #EEAB90
Complementary color
Monochromatic Colors of #EEAB90
Black with #EEAB90
Text Example
Text Example
White with #EEAB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAB90; }
p { color: rgb(238,171,144); }
H1.HeaderClassName
{
color: #EEAB90;
}
.AnyTagClassName
{
color: #EEAB90;
}
</style>
background-color css
<style>
a { background-color: #EEAB90; }
a { background-color: rgb(238,171,144); }
div.DivClassName
{
background-color: #EEAB90;
}
.BgClassName
{
background-color: #EEAB90;
}
</style>
border-color css
<style>
span { border-color: #EEAB90; }
span { border-color: rgb(238,171,144); }
td.TdClassName
{
border-color: #EEAB90;
}
.TagClassName
{
border-color: #EEAB90;
}
</style>