Shades of Wax Flower #EEBAA3
Tints of Wax Flower #EEBAA3
RGB
CMYK
RGB Variations
Color information
#EEBAA3 (or 0xEEBAA3) is known color: Wax Flower. HEX triplet: EE, BA and A3. RGB value is (238,186,163). Sum of RGB (Red+Green+Blue) = 238+186+163=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBAA3 is #11455C. Grayscale: #C7C7C7. Windows color (decimal): -1131869 or 10730222. OLE color: 10730222.
HSL color Cylindrical-coordinate representation of color #EEBAA3: hue angle of 18.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEBAA3 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 163 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.07 |
| HSL | 18.4º | 0.69% | 0.79% | - |
| HSV(B) | 18.4º | 0.32% | 0.93% | - |
| XYZ | 59.43 | 55.94 | 42.32 | - |
| YUV | 198.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 163 | 0 | 0.22 | 0.32 | 0.07 | 18.4 | 0.69 | 0.79 |
| Hex | EE | BA | A3 | 0 | 16 | 20 | 7 | 12 | 45 | 4F |
| Octal | 356 | 272 | 243 | 0 | 26 | 40 | 7 | 22 | 105 | 117 |
| Binary | 11101110 | 10111010 | 10100011 | 0 | 10110 | 100000 | 111 | 10010 | 1000101 | 1001111 |
Color Harmonies of #EEBAA3
Complementary color
Monochromatic Colors of #EEBAA3
Black with #EEBAA3
Text Example
Text Example
White with #EEBAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAA3; }
p { color: rgb(238,186,163); }
H1.HeaderClassName
{
color: #EEBAA3;
}
.AnyTagClassName
{
color: #EEBAA3;
}
</style>
background-color css
<style>
a { background-color: #EEBAA3; }
a { background-color: rgb(238,186,163); }
div.DivClassName
{
background-color: #EEBAA3;
}
.BgClassName
{
background-color: #EEBAA3;
}
</style>
border-color css
<style>
span { border-color: #EEBAA3; }
span { border-color: rgb(238,186,163); }
td.TdClassName
{
border-color: #EEBAA3;
}
.TagClassName
{
border-color: #EEBAA3;
}
</style>