Shades of Wax Flower #ECAA9E
Tints of Wax Flower #ECAA9E
RGB
CMYK
RGB Variations
Color information
#ECAA9E (or 0xECAA9E) is known color: Wax Flower. HEX triplet: EC, AA and 9E. RGB value is (236,170,158). Sum of RGB (Red+Green+Blue) = 236+170+158=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA9E is #135561. Grayscale: #BCBCBC. Windows color (decimal): -1267042 or 10398444. OLE color: 10398444.
HSL color Cylindrical-coordinate representation of color #ECAA9E: hue angle of 9.23º 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 #ECAA9E is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 158 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.07 |
| HSL | 9.23º | 0.67% | 0.77% | - |
| HSV(B) | 9.23º | 0.33% | 0.93% | - |
| XYZ | 55.14 | 49.05 | 38.91 | - |
| YUV | 188.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 158 | 0 | 0.28 | 0.33 | 0.07 | 9.23 | 0.67 | 0.77 |
| Hex | EC | AA | 9E | 0 | 1C | 21 | 7 | 9 | 43 | 4D |
| Octal | 354 | 252 | 236 | 0 | 34 | 41 | 7 | 11 | 103 | 115 |
| Binary | 11101100 | 10101010 | 10011110 | 0 | 11100 | 100001 | 111 | 1001 | 1000011 | 1001101 |
Color Harmonies of #ECAA9E
Complementary color
Monochromatic Colors of #ECAA9E
Black with #ECAA9E
Text Example
Text Example
White with #ECAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA9E; }
p { color: rgb(236,170,158); }
H1.HeaderClassName
{
color: #ECAA9E;
}
.AnyTagClassName
{
color: #ECAA9E;
}
</style>
background-color css
<style>
a { background-color: #ECAA9E; }
a { background-color: rgb(236,170,158); }
div.DivClassName
{
background-color: #ECAA9E;
}
.BgClassName
{
background-color: #ECAA9E;
}
</style>
border-color css
<style>
span { border-color: #ECAA9E; }
span { border-color: rgb(236,170,158); }
td.TdClassName
{
border-color: #ECAA9E;
}
.TagClassName
{
border-color: #ECAA9E;
}
</style>