Shades of Wax Flower #ECB0A1
Tints of Wax Flower #ECB0A1
RGB
CMYK
RGB Variations
Color information
#ECB0A1 (or 0xECB0A1) is known color: Wax Flower. HEX triplet: EC, B0 and A1. RGB value is (236,176,161). Sum of RGB (Red+Green+Blue) = 236+176+161=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB0A1 is #134F5E. Grayscale: #C0C0C0. Windows color (decimal): -1265503 or 10596588. OLE color: 10596588.
HSL color Cylindrical-coordinate representation of color #ECB0A1: hue angle of 12º degrees, saturation: 0.66, 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 #ECB0A1 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 161 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.07 |
| HSL | 12º | 0.66% | 0.78% | - |
| HSV(B) | 12º | 0.32% | 0.93% | - |
| XYZ | 56.55 | 51.46 | 40.67 | - |
| YUV | 192.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 161 | 0 | 0.25 | 0.32 | 0.07 | 12 | 0.66 | 0.78 |
| Hex | EC | B0 | A1 | 0 | 19 | 20 | 7 | C | 42 | 4E |
| Octal | 354 | 260 | 241 | 0 | 31 | 40 | 7 | 14 | 102 | 116 |
| Binary | 11101100 | 10110000 | 10100001 | 0 | 11001 | 100000 | 111 | 1100 | 1000010 | 1001110 |
Color Harmonies of #ECB0A1
Complementary color
Monochromatic Colors of #ECB0A1
Black with #ECB0A1
Text Example
Text Example
White with #ECB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0A1; }
p { color: rgb(236,176,161); }
H1.HeaderClassName
{
color: #ECB0A1;
}
.AnyTagClassName
{
color: #ECB0A1;
}
</style>
background-color css
<style>
a { background-color: #ECB0A1; }
a { background-color: rgb(236,176,161); }
div.DivClassName
{
background-color: #ECB0A1;
}
.BgClassName
{
background-color: #ECB0A1;
}
</style>
border-color css
<style>
span { border-color: #ECB0A1; }
span { border-color: rgb(236,176,161); }
td.TdClassName
{
border-color: #ECB0A1;
}
.TagClassName
{
border-color: #ECB0A1;
}
</style>