Shades of Wax Flower #EEBCA2
Tints of Wax Flower #EEBCA2
RGB
CMYK
RGB Variations
Color information
#EEBCA2 (or 0xEEBCA2) is known color: Wax Flower. HEX triplet: EE, BC and A2. RGB value is (238,188,162). Sum of RGB (Red+Green+Blue) = 238+188+162=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCA2 is #11435D. Grayscale: #C8C8C8. Windows color (decimal): -1131358 or 10665198. OLE color: 10665198.
HSL color Cylindrical-coordinate representation of color #EEBCA2: hue angle of 20.53º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEBCA2 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 162 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.07 |
| HSL | 20.53º | 0.69% | 0.78% | - |
| HSV(B) | 20.53º | 0.32% | 0.93% | - |
| XYZ | 59.76 | 56.75 | 41.99 | - |
| YUV | 199.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 162 | 0 | 0.21 | 0.32 | 0.07 | 20.53 | 0.69 | 0.78 |
| Hex | EE | BC | A2 | 0 | 15 | 20 | 7 | 15 | 45 | 4E |
| Octal | 356 | 274 | 242 | 0 | 25 | 40 | 7 | 25 | 105 | 116 |
| Binary | 11101110 | 10111100 | 10100010 | 0 | 10101 | 100000 | 111 | 10101 | 1000101 | 1001110 |
Color Harmonies of #EEBCA2
Complementary color
Monochromatic Colors of #EEBCA2
Black with #EEBCA2
Text Example
Text Example
White with #EEBCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCA2; }
p { color: rgb(238,188,162); }
H1.HeaderClassName
{
color: #EEBCA2;
}
.AnyTagClassName
{
color: #EEBCA2;
}
</style>
background-color css
<style>
a { background-color: #EEBCA2; }
a { background-color: rgb(238,188,162); }
div.DivClassName
{
background-color: #EEBCA2;
}
.BgClassName
{
background-color: #EEBCA2;
}
</style>
border-color css
<style>
span { border-color: #EEBCA2; }
span { border-color: rgb(238,188,162); }
td.TdClassName
{
border-color: #EEBCA2;
}
.TagClassName
{
border-color: #EEBCA2;
}
</style>