Shades of Wax Flower #ECB4A2
Tints of Wax Flower #ECB4A2
RGB
CMYK
RGB Variations
Color information
#ECB4A2 (or 0xECB4A2) is known color: Wax Flower. HEX triplet: EC, B4 and A2. RGB value is (236,180,162). Sum of RGB (Red+Green+Blue) = 236+180+162=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 162 (63.67% from 255 or 28.03% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB4A2 is #134B5D. Grayscale: #C2C2C2. Windows color (decimal): -1264478 or 10663148. OLE color: 10663148.
HSL color Cylindrical-coordinate representation of color #ECB4A2: hue angle of 14.59º 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 #ECB4A2 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 162 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.07 |
| HSL | 14.59º | 0.66% | 0.78% | - |
| HSV(B) | 14.59º | 0.31% | 0.93% | - |
| XYZ | 57.43 | 53.08 | 41.4 | - |
| YUV | 194.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 162 | 0 | 0.24 | 0.31 | 0.07 | 14.59 | 0.66 | 0.78 |
| Hex | EC | B4 | A2 | 0 | 18 | 1F | 7 | F | 42 | 4E |
| Octal | 354 | 264 | 242 | 0 | 30 | 37 | 7 | 17 | 102 | 116 |
| Binary | 11101100 | 10110100 | 10100010 | 0 | 11000 | 11111 | 111 | 1111 | 1000010 | 1001110 |
Color Harmonies of #ECB4A2
Complementary color
Monochromatic Colors of #ECB4A2
Black with #ECB4A2
Text Example
Text Example
White with #ECB4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4A2; }
p { color: rgb(236,180,162); }
H1.HeaderClassName
{
color: #ECB4A2;
}
.AnyTagClassName
{
color: #ECB4A2;
}
</style>
background-color css
<style>
a { background-color: #ECB4A2; }
a { background-color: rgb(236,180,162); }
div.DivClassName
{
background-color: #ECB4A2;
}
.BgClassName
{
background-color: #ECB4A2;
}
</style>
border-color css
<style>
span { border-color: #ECB4A2; }
span { border-color: rgb(236,180,162); }
td.TdClassName
{
border-color: #ECB4A2;
}
.TagClassName
{
border-color: #ECB4A2;
}
</style>