Shades of Wax Flower #ECBAA0
Tints of Wax Flower #ECBAA0
RGB
CMYK
RGB Variations
Color information
#ECBAA0 (or 0xECBAA0) is known color: Wax Flower. HEX triplet: EC, BA and A0. RGB value is (236,186,160). Sum of RGB (Red+Green+Blue) = 236+186+160=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBAA0 is #13455F. Grayscale: #C6C6C6. Windows color (decimal): -1262944 or 10533612. OLE color: 10533612.
HSL color Cylindrical-coordinate representation of color #ECBAA0: hue angle of 20.53º degrees, saturation: 0.67, 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 #ECBAA0 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 160 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.07 |
| HSL | 20.53º | 0.67% | 0.78% | - |
| HSV(B) | 20.53º | 0.32% | 0.93% | - |
| XYZ | 58.5 | 55.49 | 40.89 | - |
| YUV | 197.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 160 | 0 | 0.21 | 0.32 | 0.07 | 20.53 | 0.67 | 0.78 |
| Hex | EC | BA | A0 | 0 | 15 | 20 | 7 | 15 | 43 | 4E |
| Octal | 354 | 272 | 240 | 0 | 25 | 40 | 7 | 25 | 103 | 116 |
| Binary | 11101100 | 10111010 | 10100000 | 0 | 10101 | 100000 | 111 | 10101 | 1000011 | 1001110 |
Color Harmonies of #ECBAA0
Complementary color
Monochromatic Colors of #ECBAA0
Black with #ECBAA0
Text Example
Text Example
White with #ECBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAA0; }
p { color: rgb(236,186,160); }
H1.HeaderClassName
{
color: #ECBAA0;
}
.AnyTagClassName
{
color: #ECBAA0;
}
</style>
background-color css
<style>
a { background-color: #ECBAA0; }
a { background-color: rgb(236,186,160); }
div.DivClassName
{
background-color: #ECBAA0;
}
.BgClassName
{
background-color: #ECBAA0;
}
</style>
border-color css
<style>
span { border-color: #ECBAA0; }
span { border-color: rgb(236,186,160); }
td.TdClassName
{
border-color: #ECBAA0;
}
.TagClassName
{
border-color: #ECBAA0;
}
</style>