Shades of Wax Flower #EEBBA3
Tints of Wax Flower #EEBBA3
RGB
CMYK
RGB Variations
Color information
#EEBBA3 (or 0xEEBBA3) is known color: Wax Flower. HEX triplet: EE, BB and A3. RGB value is (238,187,163). Sum of RGB (Red+Green+Blue) = 238+187+163=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBBA3 is #11445C. Grayscale: #C7C7C7. Windows color (decimal): -1131613 or 10730478. OLE color: 10730478.
HSL color Cylindrical-coordinate representation of color #EEBBA3: hue angle of 19.2º 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 #EEBBA3 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 163 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.07 |
| HSL | 19.2º | 0.69% | 0.79% | - |
| HSV(B) | 19.2º | 0.32% | 0.93% | - |
| XYZ | 59.64 | 56.36 | 42.39 | - |
| YUV | 199.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 163 | 0 | 0.21 | 0.32 | 0.07 | 19.2 | 0.69 | 0.79 |
| Hex | EE | BB | A3 | 0 | 15 | 20 | 7 | 13 | 45 | 4F |
| Octal | 356 | 273 | 243 | 0 | 25 | 40 | 7 | 23 | 105 | 117 |
| Binary | 11101110 | 10111011 | 10100011 | 0 | 10101 | 100000 | 111 | 10011 | 1000101 | 1001111 |
Color Harmonies of #EEBBA3
Complementary color
Monochromatic Colors of #EEBBA3
Black with #EEBBA3
Text Example
Text Example
White with #EEBBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBA3; }
p { color: rgb(238,187,163); }
H1.HeaderClassName
{
color: #EEBBA3;
}
.AnyTagClassName
{
color: #EEBBA3;
}
</style>
background-color css
<style>
a { background-color: #EEBBA3; }
a { background-color: rgb(238,187,163); }
div.DivClassName
{
background-color: #EEBBA3;
}
.BgClassName
{
background-color: #EEBBA3;
}
</style>
border-color css
<style>
span { border-color: #EEBBA3; }
span { border-color: rgb(238,187,163); }
td.TdClassName
{
border-color: #EEBBA3;
}
.TagClassName
{
border-color: #EEBBA3;
}
</style>