Shades of Wax Flower #ECAB9C
Tints of Wax Flower #ECAB9C
RGB
CMYK
RGB Variations
Color information
#ECAB9C (or 0xECAB9C) is known color: Wax Flower. HEX triplet: EC, AB and 9C. RGB value is (236,171,156). Sum of RGB (Red+Green+Blue) = 236+171+156=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB9C is #135463. Grayscale: #BCBCBC. Windows color (decimal): -1266788 or 10267628. OLE color: 10267628.
HSL color Cylindrical-coordinate representation of color #ECAB9C: hue angle of 11.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECAB9C is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 156 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.07 |
| HSL | 11.25º | 0.68% | 0.77% | - |
| HSV(B) | 11.25º | 0.34% | 0.93% | - |
| XYZ | 55.16 | 49.36 | 38.07 | - |
| YUV | 188.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 156 | 0 | 0.28 | 0.34 | 0.07 | 11.25 | 0.68 | 0.77 |
| Hex | EC | AB | 9C | 0 | 1C | 22 | 7 | B | 44 | 4D |
| Octal | 354 | 253 | 234 | 0 | 34 | 42 | 7 | 13 | 104 | 115 |
| Binary | 11101100 | 10101011 | 10011100 | 0 | 11100 | 100010 | 111 | 1011 | 1000100 | 1001101 |
Color Harmonies of #ECAB9C
Complementary color
Monochromatic Colors of #ECAB9C
Black with #ECAB9C
Text Example
Text Example
White with #ECAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB9C; }
p { color: rgb(236,171,156); }
H1.HeaderClassName
{
color: #ECAB9C;
}
.AnyTagClassName
{
color: #ECAB9C;
}
</style>
background-color css
<style>
a { background-color: #ECAB9C; }
a { background-color: rgb(236,171,156); }
div.DivClassName
{
background-color: #ECAB9C;
}
.BgClassName
{
background-color: #ECAB9C;
}
</style>
border-color css
<style>
span { border-color: #ECAB9C; }
span { border-color: rgb(236,171,156); }
td.TdClassName
{
border-color: #ECAB9C;
}
.TagClassName
{
border-color: #ECAB9C;
}
</style>