Shades of Wax Flower #EEBBA4
Tints of Wax Flower #EEBBA4
RGB
CMYK
RGB Variations
Color information
#EEBBA4 (or 0xEEBBA4) is known color: Wax Flower. HEX triplet: EE, BB and A4. RGB value is (238,187,164). Sum of RGB (Red+Green+Blue) = 238+187+164=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBBA4 is #11445B. Grayscale: #C7C7C7. Windows color (decimal): -1131612 or 10796014. OLE color: 10796014.
HSL color Cylindrical-coordinate representation of color #EEBBA4: hue angle of 18.65º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEBBA4 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 164 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.07 |
| HSL | 18.65º | 0.69% | 0.79% | - |
| HSV(B) | 18.65º | 0.31% | 0.93% | - |
| XYZ | 59.73 | 56.4 | 42.86 | - |
| YUV | 199.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 164 | 0 | 0.21 | 0.31 | 0.07 | 18.65 | 0.69 | 0.79 |
| Hex | EE | BB | A4 | 0 | 15 | 1F | 7 | 13 | 45 | 4F |
| Octal | 356 | 273 | 244 | 0 | 25 | 37 | 7 | 23 | 105 | 117 |
| Binary | 11101110 | 10111011 | 10100100 | 0 | 10101 | 11111 | 111 | 10011 | 1000101 | 1001111 |
Color Harmonies of #EEBBA4
Complementary color
Monochromatic Colors of #EEBBA4
Black with #EEBBA4
Text Example
Text Example
White with #EEBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBA4; }
p { color: rgb(238,187,164); }
H1.HeaderClassName
{
color: #EEBBA4;
}
.AnyTagClassName
{
color: #EEBBA4;
}
</style>
background-color css
<style>
a { background-color: #EEBBA4; }
a { background-color: rgb(238,187,164); }
div.DivClassName
{
background-color: #EEBBA4;
}
.BgClassName
{
background-color: #EEBBA4;
}
</style>
border-color css
<style>
span { border-color: #EEBBA4; }
span { border-color: rgb(238,187,164); }
td.TdClassName
{
border-color: #EEBBA4;
}
.TagClassName
{
border-color: #EEBBA4;
}
</style>