Shades of Wax Flower #ECB59A
Tints of Wax Flower #ECB59A
RGB
CMYK
RGB Variations
Color information
#ECB59A (or 0xECB59A) is known color: Wax Flower. HEX triplet: EC, B5 and 9A. RGB value is (236,181,154). Sum of RGB (Red+Green+Blue) = 236+181+154=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB59A is #134A65. Grayscale: #C2C2C2. Windows color (decimal): -1264230 or 10139116. OLE color: 10139116.
HSL color Cylindrical-coordinate representation of color #ECB59A: hue angle of 19.76º 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 #ECB59A is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 154 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.07 |
| HSL | 19.76º | 0.68% | 0.76% | - |
| HSV(B) | 19.76º | 0.35% | 0.93% | - |
| XYZ | 56.95 | 53.21 | 37.84 | - |
| YUV | 194.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 154 | 0 | 0.23 | 0.35 | 0.07 | 19.76 | 0.68 | 0.76 |
| Hex | EC | B5 | 9A | 0 | 17 | 23 | 7 | 14 | 44 | 4C |
| Octal | 354 | 265 | 232 | 0 | 27 | 43 | 7 | 24 | 104 | 114 |
| Binary | 11101100 | 10110101 | 10011010 | 0 | 10111 | 100011 | 111 | 10100 | 1000100 | 1001100 |
Color Harmonies of #ECB59A
Complementary color
Monochromatic Colors of #ECB59A
Black with #ECB59A
Text Example
Text Example
White with #ECB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB59A; }
p { color: rgb(236,181,154); }
H1.HeaderClassName
{
color: #ECB59A;
}
.AnyTagClassName
{
color: #ECB59A;
}
</style>
background-color css
<style>
a { background-color: #ECB59A; }
a { background-color: rgb(236,181,154); }
div.DivClassName
{
background-color: #ECB59A;
}
.BgClassName
{
background-color: #ECB59A;
}
</style>
border-color css
<style>
span { border-color: #ECB59A; }
span { border-color: rgb(236,181,154); }
td.TdClassName
{
border-color: #ECB59A;
}
.TagClassName
{
border-color: #ECB59A;
}
</style>