Shades of Wax Flower #ECAEA0
Tints of Wax Flower #ECAEA0
RGB
CMYK
RGB Variations
Color information
#ECAEA0 (or 0xECAEA0) is known color: Wax Flower. HEX triplet: EC, AE and A0. RGB value is (236,174,160). Sum of RGB (Red+Green+Blue) = 236+174+160=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAEA0 is #13515F. Grayscale: #BFBFBF. Windows color (decimal): -1266016 or 10530540. OLE color: 10530540.
HSL color Cylindrical-coordinate representation of color #ECAEA0: hue angle of 11.05º 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 #ECAEA0 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 160 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.07 |
| HSL | 11.05º | 0.67% | 0.78% | - |
| HSV(B) | 11.05º | 0.32% | 0.93% | - |
| XYZ | 56.07 | 50.64 | 40.08 | - |
| YUV | 190.94 | 110.54 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 160 | 0 | 0.26 | 0.32 | 0.07 | 11.05 | 0.67 | 0.78 |
| Hex | EC | AE | A0 | 0 | 1A | 20 | 7 | B | 43 | 4E |
| Octal | 354 | 256 | 240 | 0 | 32 | 40 | 7 | 13 | 103 | 116 |
| Binary | 11101100 | 10101110 | 10100000 | 0 | 11010 | 100000 | 111 | 1011 | 1000011 | 1001110 |
Color Harmonies of #ECAEA0
Complementary color
Monochromatic Colors of #ECAEA0
Black with #ECAEA0
Text Example
Text Example
White with #ECAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEA0; }
p { color: rgb(236,174,160); }
H1.HeaderClassName
{
color: #ECAEA0;
}
.AnyTagClassName
{
color: #ECAEA0;
}
</style>
background-color css
<style>
a { background-color: #ECAEA0; }
a { background-color: rgb(236,174,160); }
div.DivClassName
{
background-color: #ECAEA0;
}
.BgClassName
{
background-color: #ECAEA0;
}
</style>
border-color css
<style>
span { border-color: #ECAEA0; }
span { border-color: rgb(236,174,160); }
td.TdClassName
{
border-color: #ECAEA0;
}
.TagClassName
{
border-color: #ECAEA0;
}
</style>