Shades of Wax Flower #ECBBA3
Tints of Wax Flower #ECBBA3
RGB
CMYK
RGB Variations
Color information
#ECBBA3 (or 0xECBBA3) is known color: Wax Flower. HEX triplet: EC, BB and A3. RGB value is (236,187,163). Sum of RGB (Red+Green+Blue) = 236+187+163=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 163 (64.06% from 255 or 27.82% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBBA3 is #13445C. Grayscale: #C7C7C7. Windows color (decimal): -1262685 or 10730476. OLE color: 10730476.
HSL color Cylindrical-coordinate representation of color #ECBBA3: hue angle of 19.73º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECBBA3 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 163 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.07 |
| HSL | 19.73º | 0.66% | 0.78% | - |
| HSV(B) | 19.73º | 0.31% | 0.93% | - |
| XYZ | 58.97 | 56.02 | 42.35 | - |
| YUV | 198.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 163 | 0 | 0.21 | 0.31 | 0.07 | 19.73 | 0.66 | 0.78 |
| Hex | EC | BB | A3 | 0 | 15 | 1F | 7 | 14 | 42 | 4E |
| Octal | 354 | 273 | 243 | 0 | 25 | 37 | 7 | 24 | 102 | 116 |
| Binary | 11101100 | 10111011 | 10100011 | 0 | 10101 | 11111 | 111 | 10100 | 1000010 | 1001110 |
Color Harmonies of #ECBBA3
Complementary color
Monochromatic Colors of #ECBBA3
Black with #ECBBA3
Text Example
Text Example
White with #ECBBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBA3; }
p { color: rgb(236,187,163); }
H1.HeaderClassName
{
color: #ECBBA3;
}
.AnyTagClassName
{
color: #ECBBA3;
}
</style>
background-color css
<style>
a { background-color: #ECBBA3; }
a { background-color: rgb(236,187,163); }
div.DivClassName
{
background-color: #ECBBA3;
}
.BgClassName
{
background-color: #ECBBA3;
}
</style>
border-color css
<style>
span { border-color: #ECBBA3; }
span { border-color: rgb(236,187,163); }
td.TdClassName
{
border-color: #ECBBA3;
}
.TagClassName
{
border-color: #ECBBA3;
}
</style>