Shades of Wax Flower #ECBAA2
Tints of Wax Flower #ECBAA2
RGB
CMYK
RGB Variations
Color information
#ECBAA2 (or 0xECBAA2) is known color: Wax Flower. HEX triplet: EC, BA and A2. RGB value is (236,186,162). Sum of RGB (Red+Green+Blue) = 236+186+162=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBAA2 is #13455D. Grayscale: #C6C6C6. Windows color (decimal): -1262942 or 10664684. OLE color: 10664684.
HSL color Cylindrical-coordinate representation of color #ECBAA2: hue angle of 19.46º 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 #ECBAA2 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 162 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.07 |
| HSL | 19.46º | 0.66% | 0.78% | - |
| HSV(B) | 19.46º | 0.31% | 0.93% | - |
| XYZ | 58.67 | 55.56 | 41.81 | - |
| YUV | 198.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 162 | 0 | 0.21 | 0.31 | 0.07 | 19.46 | 0.66 | 0.78 |
| Hex | EC | BA | A2 | 0 | 15 | 1F | 7 | 13 | 42 | 4E |
| Octal | 354 | 272 | 242 | 0 | 25 | 37 | 7 | 23 | 102 | 116 |
| Binary | 11101100 | 10111010 | 10100010 | 0 | 10101 | 11111 | 111 | 10011 | 1000010 | 1001110 |
Color Harmonies of #ECBAA2
Complementary color
Monochromatic Colors of #ECBAA2
Black with #ECBAA2
Text Example
Text Example
White with #ECBAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAA2; }
p { color: rgb(236,186,162); }
H1.HeaderClassName
{
color: #ECBAA2;
}
.AnyTagClassName
{
color: #ECBAA2;
}
</style>
background-color css
<style>
a { background-color: #ECBAA2; }
a { background-color: rgb(236,186,162); }
div.DivClassName
{
background-color: #ECBAA2;
}
.BgClassName
{
background-color: #ECBAA2;
}
</style>
border-color css
<style>
span { border-color: #ECBAA2; }
span { border-color: rgb(236,186,162); }
td.TdClassName
{
border-color: #ECBAA2;
}
.TagClassName
{
border-color: #ECBAA2;
}
</style>