Shades of Wax Flower #ECAFA0
Tints of Wax Flower #ECAFA0
RGB
CMYK
RGB Variations
Color information
#ECAFA0 (or 0xECAFA0) is known color: Wax Flower. HEX triplet: EC, AF and A0. RGB value is (236,175,160). Sum of RGB (Red+Green+Blue) = 236+175+160=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAFA0 is #13505F. Grayscale: #BFBFBF. Windows color (decimal): -1265760 or 10530796. OLE color: 10530796.
HSL color Cylindrical-coordinate representation of color #ECAFA0: hue angle of 11.84º 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 #ECAFA0 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 175 | 160 | - |
CMYK | 0 | 0.26 | 0.32 | 0.07 |
HSL | 11.84º | 0.67% | 0.78% | - |
HSV(B) | 11.84º | 0.32% | 0.93% | - |
XYZ | 56.27 | 51.03 | 40.14 | - |
YUV | 191.53 | 110.21 | 159.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 175 | 160 | 0 | 0.26 | 0.32 | 0.07 | 11.84 | 0.67 | 0.78 |
Hex | EC | AF | A0 | 0 | 1A | 20 | 7 | C | 43 | 4E |
Octal | 354 | 257 | 240 | 0 | 32 | 40 | 7 | 14 | 103 | 116 |
Binary | 11101100 | 10101111 | 10100000 | 0 | 11010 | 100000 | 111 | 1100 | 1000011 | 1001110 |
Color Harmonies of #ECAFA0
Complementary color
Monochromatic Colors of #ECAFA0
Black with #ECAFA0
Text Example
Text Example
White with #ECAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFA0; }
p { color: rgb(236,175,160); }
H1.HeaderClassName
{
color: #ECAFA0;
}
.AnyTagClassName
{
color: #ECAFA0;
}
</style>
background-color css
<style>
a { background-color: #ECAFA0; }
a { background-color: rgb(236,175,160); }
div.DivClassName
{
background-color: #ECAFA0;
}
.BgClassName
{
background-color: #ECAFA0;
}
</style>
border-color css
<style>
span { border-color: #ECAFA0; }
span { border-color: rgb(236,175,160); }
td.TdClassName
{
border-color: #ECAFA0;
}
.TagClassName
{
border-color: #ECAFA0;
}
</style>