Shades of Wax Flower #EEBAA0
Tints of Wax Flower #EEBAA0
RGB
CMYK
RGB Variations
Color information
#EEBAA0 (or 0xEEBAA0) is known color: Wax Flower. HEX triplet: EE, BA and A0. RGB value is (238,186,160). Sum of RGB (Red+Green+Blue) = 238+186+160=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBAA0 is #11455F. Grayscale: #C6C6C6. Windows color (decimal): -1131872 or 10533614. OLE color: 10533614.
HSL color Cylindrical-coordinate representation of color #EEBAA0: hue angle of 20º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEBAA0 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 160 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.07 |
| HSL | 20º | 0.7% | 0.78% | - |
| HSV(B) | 20º | 0.33% | 0.93% | - |
| XYZ | 59.16 | 55.83 | 40.92 | - |
| YUV | 198.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 160 | 0 | 0.22 | 0.33 | 0.07 | 20 | 0.7 | 0.78 |
| Hex | EE | BA | A0 | 0 | 16 | 21 | 7 | 14 | 46 | 4E |
| Octal | 356 | 272 | 240 | 0 | 26 | 41 | 7 | 24 | 106 | 116 |
| Binary | 11101110 | 10111010 | 10100000 | 0 | 10110 | 100001 | 111 | 10100 | 1000110 | 1001110 |
Color Harmonies of #EEBAA0
Complementary color
Monochromatic Colors of #EEBAA0
Black with #EEBAA0
Text Example
Text Example
White with #EEBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAA0; }
p { color: rgb(238,186,160); }
H1.HeaderClassName
{
color: #EEBAA0;
}
.AnyTagClassName
{
color: #EEBAA0;
}
</style>
background-color css
<style>
a { background-color: #EEBAA0; }
a { background-color: rgb(238,186,160); }
div.DivClassName
{
background-color: #EEBAA0;
}
.BgClassName
{
background-color: #EEBAA0;
}
</style>
border-color css
<style>
span { border-color: #EEBAA0; }
span { border-color: rgb(238,186,160); }
td.TdClassName
{
border-color: #EEBAA0;
}
.TagClassName
{
border-color: #EEBAA0;
}
</style>