Shades of Wax Flower #ECBAA1
Tints of Wax Flower #ECBAA1
RGB
CMYK
RGB Variations
Color information
#ECBAA1 (or 0xECBAA1) is known color: Wax Flower. HEX triplet: EC, BA and A1. RGB value is (236,186,161). Sum of RGB (Red+Green+Blue) = 236+186+161=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBAA1 is #13455E. Grayscale: #C6C6C6. Windows color (decimal): -1262943 or 10599148. OLE color: 10599148.
HSL color Cylindrical-coordinate representation of color #ECBAA1: hue angle of 20º degrees, saturation: 0.66, 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 #ECBAA1 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 161 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.07 |
| HSL | 20º | 0.66% | 0.78% | - |
| HSV(B) | 20º | 0.32% | 0.93% | - |
| XYZ | 58.58 | 55.52 | 41.35 | - |
| YUV | 198.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 161 | 0 | 0.21 | 0.32 | 0.07 | 20 | 0.66 | 0.78 |
| Hex | EC | BA | A1 | 0 | 15 | 20 | 7 | 14 | 42 | 4E |
| Octal | 354 | 272 | 241 | 0 | 25 | 40 | 7 | 24 | 102 | 116 |
| Binary | 11101100 | 10111010 | 10100001 | 0 | 10101 | 100000 | 111 | 10100 | 1000010 | 1001110 |
Color Harmonies of #ECBAA1
Complementary color
Monochromatic Colors of #ECBAA1
Black with #ECBAA1
Text Example
Text Example
White with #ECBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAA1; }
p { color: rgb(236,186,161); }
H1.HeaderClassName
{
color: #ECBAA1;
}
.AnyTagClassName
{
color: #ECBAA1;
}
</style>
background-color css
<style>
a { background-color: #ECBAA1; }
a { background-color: rgb(236,186,161); }
div.DivClassName
{
background-color: #ECBAA1;
}
.BgClassName
{
background-color: #ECBAA1;
}
</style>
border-color css
<style>
span { border-color: #ECBAA1; }
span { border-color: rgb(236,186,161); }
td.TdClassName
{
border-color: #ECBAA1;
}
.TagClassName
{
border-color: #ECBAA1;
}
</style>