Shades of Wax Flower #ECB2A0
Tints of Wax Flower #ECB2A0
RGB
CMYK
RGB Variations
Color information
#ECB2A0 (or 0xECB2A0) is known color: Wax Flower. HEX triplet: EC, B2 and A0. RGB value is (236,178,160). Sum of RGB (Red+Green+Blue) = 236+178+160=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2A0 is #134D5F. Grayscale: #C1C1C1. Windows color (decimal): -1264992 or 10531564. OLE color: 10531564.
HSL color Cylindrical-coordinate representation of color #ECB2A0: hue angle of 14.21º degrees, saturation: 0.67, 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 #ECB2A0 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 160 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.07 |
| HSL | 14.21º | 0.67% | 0.78% | - |
| HSV(B) | 14.21º | 0.32% | 0.93% | - |
| XYZ | 56.86 | 52.21 | 40.34 | - |
| YUV | 193.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 160 | 0 | 0.25 | 0.32 | 0.07 | 14.21 | 0.67 | 0.78 |
| Hex | EC | B2 | A0 | 0 | 19 | 20 | 7 | E | 43 | 4E |
| Octal | 354 | 262 | 240 | 0 | 31 | 40 | 7 | 16 | 103 | 116 |
| Binary | 11101100 | 10110010 | 10100000 | 0 | 11001 | 100000 | 111 | 1110 | 1000011 | 1001110 |
Color Harmonies of #ECB2A0
Complementary color
Monochromatic Colors of #ECB2A0
Black with #ECB2A0
Text Example
Text Example
White with #ECB2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2A0; }
p { color: rgb(236,178,160); }
H1.HeaderClassName
{
color: #ECB2A0;
}
.AnyTagClassName
{
color: #ECB2A0;
}
</style>
background-color css
<style>
a { background-color: #ECB2A0; }
a { background-color: rgb(236,178,160); }
div.DivClassName
{
background-color: #ECB2A0;
}
.BgClassName
{
background-color: #ECB2A0;
}
</style>
border-color css
<style>
span { border-color: #ECB2A0; }
span { border-color: rgb(236,178,160); }
td.TdClassName
{
border-color: #ECB2A0;
}
.TagClassName
{
border-color: #ECB2A0;
}
</style>