Shades of Wax Flower #ECAB94
Tints of Wax Flower #ECAB94
RGB
CMYK
RGB Variations
Color information
#ECAB94 (or 0xECAB94) is known color: Wax Flower. HEX triplet: EC, AB and 94. RGB value is (236,171,148). Sum of RGB (Red+Green+Blue) = 236+171+148=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB94 is #13546B. Grayscale: #BBBBBB. Windows color (decimal): -1266796 or 9743340. OLE color: 9743340.
HSL color Cylindrical-coordinate representation of color #ECAB94: hue angle of 15.68º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECAB94 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 148 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.07 |
| HSL | 15.68º | 0.7% | 0.75% | - |
| HSV(B) | 15.68º | 0.37% | 0.93% | - |
| XYZ | 54.5 | 49.1 | 34.62 | - |
| YUV | 187.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 148 | 0 | 0.28 | 0.37 | 0.07 | 15.68 | 0.7 | 0.75 |
| Hex | EC | AB | 94 | 0 | 1C | 25 | 7 | 10 | 46 | 4B |
| Octal | 354 | 253 | 224 | 0 | 34 | 45 | 7 | 20 | 106 | 113 |
| Binary | 11101100 | 10101011 | 10010100 | 0 | 11100 | 100101 | 111 | 10000 | 1000110 | 1001011 |
Color Harmonies of #ECAB94
Complementary color
Monochromatic Colors of #ECAB94
Black with #ECAB94
Text Example
Text Example
White with #ECAB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB94; }
p { color: rgb(236,171,148); }
H1.HeaderClassName
{
color: #ECAB94;
}
.AnyTagClassName
{
color: #ECAB94;
}
</style>
background-color css
<style>
a { background-color: #ECAB94; }
a { background-color: rgb(236,171,148); }
div.DivClassName
{
background-color: #ECAB94;
}
.BgClassName
{
background-color: #ECAB94;
}
</style>
border-color css
<style>
span { border-color: #ECAB94; }
span { border-color: rgb(236,171,148); }
td.TdClassName
{
border-color: #ECAB94;
}
.TagClassName
{
border-color: #ECAB94;
}
</style>