Shades of Wax Flower #ECBAA4
Tints of Wax Flower #ECBAA4
RGB
CMYK
RGB Variations
Color information
#ECBAA4 (or 0xECBAA4) is known color: Wax Flower. HEX triplet: EC, BA and A4. RGB value is (236,186,164). Sum of RGB (Red+Green+Blue) = 236+186+164=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBAA4 is #13455B. Grayscale: #C6C6C6. Windows color (decimal): -1262940 or 10795756. OLE color: 10795756.
HSL color Cylindrical-coordinate representation of color #ECBAA4: hue angle of 18.33º degrees, saturation: 0.65, 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 #ECBAA4 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 164 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.07 |
| HSL | 18.33º | 0.65% | 0.78% | - |
| HSV(B) | 18.33º | 0.31% | 0.93% | - |
| XYZ | 58.85 | 55.63 | 42.76 | - |
| YUV | 198.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 164 | 0 | 0.21 | 0.31 | 0.07 | 18.33 | 0.65 | 0.78 |
| Hex | EC | BA | A4 | 0 | 15 | 1F | 7 | 12 | 41 | 4E |
| Octal | 354 | 272 | 244 | 0 | 25 | 37 | 7 | 22 | 101 | 116 |
| Binary | 11101100 | 10111010 | 10100100 | 0 | 10101 | 11111 | 111 | 10010 | 1000001 | 1001110 |
Color Harmonies of #ECBAA4
Complementary color
Monochromatic Colors of #ECBAA4
Black with #ECBAA4
Text Example
Text Example
White with #ECBAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAA4; }
p { color: rgb(236,186,164); }
H1.HeaderClassName
{
color: #ECBAA4;
}
.AnyTagClassName
{
color: #ECBAA4;
}
</style>
background-color css
<style>
a { background-color: #ECBAA4; }
a { background-color: rgb(236,186,164); }
div.DivClassName
{
background-color: #ECBAA4;
}
.BgClassName
{
background-color: #ECBAA4;
}
</style>
border-color css
<style>
span { border-color: #ECBAA4; }
span { border-color: rgb(236,186,164); }
td.TdClassName
{
border-color: #ECBAA4;
}
.TagClassName
{
border-color: #ECBAA4;
}
</style>