Shades of Wax Flower #ECAB9A
Tints of Wax Flower #ECAB9A
RGB
CMYK
RGB Variations
Color information
#ECAB9A (or 0xECAB9A) is known color: Wax Flower. HEX triplet: EC, AB and 9A. RGB value is (236,171,154). Sum of RGB (Red+Green+Blue) = 236+171+154=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB9A is #135465. Grayscale: #BCBCBC. Windows color (decimal): -1266790 or 10136556. OLE color: 10136556.
HSL color Cylindrical-coordinate representation of color #ECAB9A: hue angle of 12.44º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECAB9A is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 154 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.07 |
| HSL | 12.44º | 0.68% | 0.76% | - |
| HSV(B) | 12.44º | 0.35% | 0.93% | - |
| XYZ | 54.99 | 49.29 | 37.19 | - |
| YUV | 188.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 154 | 0 | 0.28 | 0.35 | 0.07 | 12.44 | 0.68 | 0.76 |
| Hex | EC | AB | 9A | 0 | 1C | 23 | 7 | C | 44 | 4C |
| Octal | 354 | 253 | 232 | 0 | 34 | 43 | 7 | 14 | 104 | 114 |
| Binary | 11101100 | 10101011 | 10011010 | 0 | 11100 | 100011 | 111 | 1100 | 1000100 | 1001100 |
Color Harmonies of #ECAB9A
Complementary color
Monochromatic Colors of #ECAB9A
Black with #ECAB9A
Text Example
Text Example
White with #ECAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB9A; }
p { color: rgb(236,171,154); }
H1.HeaderClassName
{
color: #ECAB9A;
}
.AnyTagClassName
{
color: #ECAB9A;
}
</style>
background-color css
<style>
a { background-color: #ECAB9A; }
a { background-color: rgb(236,171,154); }
div.DivClassName
{
background-color: #ECAB9A;
}
.BgClassName
{
background-color: #ECAB9A;
}
</style>
border-color css
<style>
span { border-color: #ECAB9A; }
span { border-color: rgb(236,171,154); }
td.TdClassName
{
border-color: #ECAB9A;
}
.TagClassName
{
border-color: #ECAB9A;
}
</style>