Shades of Wax Flower #ECAE9F
Tints of Wax Flower #ECAE9F
RGB
CMYK
RGB Variations
Color information
#ECAE9F (or 0xECAE9F) is known color: Wax Flower. HEX triplet: EC, AE and 9F. RGB value is (236,174,159). Sum of RGB (Red+Green+Blue) = 236+174+159=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAE9F is #135160. Grayscale: #BEBEBE. Windows color (decimal): -1266017 or 10465004. OLE color: 10465004.
HSL color Cylindrical-coordinate representation of color #ECAE9F: hue angle of 11.69º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECAE9F is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 174 | 159 | - |
CMYK | 0 | 0.26 | 0.33 | 0.07 |
HSL | 11.69º | 0.67% | 0.77% | - |
HSV(B) | 11.69º | 0.33% | 0.93% | - |
XYZ | 55.99 | 50.61 | 39.62 | - |
YUV | 190.83 | 110.04 | 160.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 174 | 159 | 0 | 0.26 | 0.33 | 0.07 | 11.69 | 0.67 | 0.77 |
Hex | EC | AE | 9F | 0 | 1A | 21 | 7 | C | 43 | 4D |
Octal | 354 | 256 | 237 | 0 | 32 | 41 | 7 | 14 | 103 | 115 |
Binary | 11101100 | 10101110 | 10011111 | 0 | 11010 | 100001 | 111 | 1100 | 1000011 | 1001101 |
Color Harmonies of #ECAE9F
Complementary color
Monochromatic Colors of #ECAE9F
Black with #ECAE9F
Text Example
Text Example
White with #ECAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE9F; }
p { color: rgb(236,174,159); }
H1.HeaderClassName
{
color: #ECAE9F;
}
.AnyTagClassName
{
color: #ECAE9F;
}
</style>
background-color css
<style>
a { background-color: #ECAE9F; }
a { background-color: rgb(236,174,159); }
div.DivClassName
{
background-color: #ECAE9F;
}
.BgClassName
{
background-color: #ECAE9F;
}
</style>
border-color css
<style>
span { border-color: #ECAE9F; }
span { border-color: rgb(236,174,159); }
td.TdClassName
{
border-color: #ECAE9F;
}
.TagClassName
{
border-color: #ECAE9F;
}
</style>