Shades of Wax Flower #ECAA9D
Tints of Wax Flower #ECAA9D
RGB
CMYK
RGB Variations
Color information
#ECAA9D (or 0xECAA9D) is known color: Wax Flower. HEX triplet: EC, AA and 9D. RGB value is (236,170,157). Sum of RGB (Red+Green+Blue) = 236+170+157=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA9D is #135562. Grayscale: #BCBCBC. Windows color (decimal): -1267043 or 10332908. OLE color: 10332908.
HSL color Cylindrical-coordinate representation of color #ECAA9D: hue angle of 9.87º degrees, saturation: 0.68, 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 #ECAA9D is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 157 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.07 |
| HSL | 9.87º | 0.68% | 0.77% | - |
| HSV(B) | 9.87º | 0.33% | 0.93% | - |
| XYZ | 55.05 | 49.02 | 38.46 | - |
| YUV | 188.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 157 | 0 | 0.28 | 0.33 | 0.07 | 9.87 | 0.68 | 0.77 |
| Hex | EC | AA | 9D | 0 | 1C | 21 | 7 | A | 44 | 4D |
| Octal | 354 | 252 | 235 | 0 | 34 | 41 | 7 | 12 | 104 | 115 |
| Binary | 11101100 | 10101010 | 10011101 | 0 | 11100 | 100001 | 111 | 1010 | 1000100 | 1001101 |
Color Harmonies of #ECAA9D
Complementary color
Monochromatic Colors of #ECAA9D
Black with #ECAA9D
Text Example
Text Example
White with #ECAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA9D; }
p { color: rgb(236,170,157); }
H1.HeaderClassName
{
color: #ECAA9D;
}
.AnyTagClassName
{
color: #ECAA9D;
}
</style>
background-color css
<style>
a { background-color: #ECAA9D; }
a { background-color: rgb(236,170,157); }
div.DivClassName
{
background-color: #ECAA9D;
}
.BgClassName
{
background-color: #ECAA9D;
}
</style>
border-color css
<style>
span { border-color: #ECAA9D; }
span { border-color: rgb(236,170,157); }
td.TdClassName
{
border-color: #ECAA9D;
}
.TagClassName
{
border-color: #ECAA9D;
}
</style>