Shades of Wax Flower #ECB2A2
Tints of Wax Flower #ECB2A2
RGB
CMYK
RGB Variations
Color information
#ECB2A2 (or 0xECB2A2) is known color: Wax Flower. HEX triplet: EC, B2 and A2. RGB value is (236,178,162). Sum of RGB (Red+Green+Blue) = 236+178+162=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2A2 is #134D5D. Grayscale: #C1C1C1. Windows color (decimal): -1264990 or 10662636. OLE color: 10662636.
HSL color Cylindrical-coordinate representation of color #ECB2A2: hue angle of 12.97º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECB2A2 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 162 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.07 |
| HSL | 12.97º | 0.66% | 0.78% | - |
| HSV(B) | 12.97º | 0.31% | 0.93% | - |
| XYZ | 57.03 | 52.28 | 41.27 | - |
| YUV | 193.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 162 | 0 | 0.25 | 0.31 | 0.07 | 12.97 | 0.66 | 0.78 |
| Hex | EC | B2 | A2 | 0 | 19 | 1F | 7 | D | 42 | 4E |
| Octal | 354 | 262 | 242 | 0 | 31 | 37 | 7 | 15 | 102 | 116 |
| Binary | 11101100 | 10110010 | 10100010 | 0 | 11001 | 11111 | 111 | 1101 | 1000010 | 1001110 |
Color Harmonies of #ECB2A2
Complementary color
Monochromatic Colors of #ECB2A2
Black with #ECB2A2
Text Example
Text Example
White with #ECB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2A2; }
p { color: rgb(236,178,162); }
H1.HeaderClassName
{
color: #ECB2A2;
}
.AnyTagClassName
{
color: #ECB2A2;
}
</style>
background-color css
<style>
a { background-color: #ECB2A2; }
a { background-color: rgb(236,178,162); }
div.DivClassName
{
background-color: #ECB2A2;
}
.BgClassName
{
background-color: #ECB2A2;
}
</style>
border-color css
<style>
span { border-color: #ECB2A2; }
span { border-color: rgb(236,178,162); }
td.TdClassName
{
border-color: #ECB2A2;
}
.TagClassName
{
border-color: #ECB2A2;
}
</style>