Shades of Wax Flower #ECB3A1
Tints of Wax Flower #ECB3A1
RGB
CMYK
RGB Variations
Color information
#ECB3A1 (or 0xECB3A1) is known color: Wax Flower. HEX triplet: EC, B3 and A1. RGB value is (236,179,161). Sum of RGB (Red+Green+Blue) = 236+179+161=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB3A1 is #134C5E. Grayscale: #C2C2C2. Windows color (decimal): -1264735 or 10597356. OLE color: 10597356.
HSL color Cylindrical-coordinate representation of color #ECB3A1: hue angle of 14.4º 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 #ECB3A1 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 161 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.07 |
| HSL | 14.4º | 0.66% | 0.78% | - |
| HSV(B) | 14.4º | 0.32% | 0.93% | - |
| XYZ | 57.15 | 52.65 | 40.87 | - |
| YUV | 193.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 161 | 0 | 0.24 | 0.32 | 0.07 | 14.4 | 0.66 | 0.78 |
| Hex | EC | B3 | A1 | 0 | 18 | 20 | 7 | E | 42 | 4E |
| Octal | 354 | 263 | 241 | 0 | 30 | 40 | 7 | 16 | 102 | 116 |
| Binary | 11101100 | 10110011 | 10100001 | 0 | 11000 | 100000 | 111 | 1110 | 1000010 | 1001110 |
Color Harmonies of #ECB3A1
Complementary color
Monochromatic Colors of #ECB3A1
Black with #ECB3A1
Text Example
Text Example
White with #ECB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3A1; }
p { color: rgb(236,179,161); }
H1.HeaderClassName
{
color: #ECB3A1;
}
.AnyTagClassName
{
color: #ECB3A1;
}
</style>
background-color css
<style>
a { background-color: #ECB3A1; }
a { background-color: rgb(236,179,161); }
div.DivClassName
{
background-color: #ECB3A1;
}
.BgClassName
{
background-color: #ECB3A1;
}
</style>
border-color css
<style>
span { border-color: #ECB3A1; }
span { border-color: rgb(236,179,161); }
td.TdClassName
{
border-color: #ECB3A1;
}
.TagClassName
{
border-color: #ECB3A1;
}
</style>