Shades of Wax Flower #ECB59C
Tints of Wax Flower #ECB59C
RGB
CMYK
RGB Variations
Color information
#ECB59C (or 0xECB59C) is known color: Wax Flower. HEX triplet: EC, B5 and 9C. RGB value is (236,181,156). Sum of RGB (Red+Green+Blue) = 236+181+156=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB59C is #134A63. Grayscale: #C2C2C2. Windows color (decimal): -1264228 or 10270188. OLE color: 10270188.
HSL color Cylindrical-coordinate representation of color #ECB59C: hue angle of 18.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECB59C is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 156 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.07 |
| HSL | 18.75º | 0.68% | 0.77% | - |
| HSV(B) | 18.75º | 0.34% | 0.93% | - |
| XYZ | 57.12 | 53.28 | 38.73 | - |
| YUV | 194.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 156 | 0 | 0.23 | 0.34 | 0.07 | 18.75 | 0.68 | 0.77 |
| Hex | EC | B5 | 9C | 0 | 17 | 22 | 7 | 13 | 44 | 4D |
| Octal | 354 | 265 | 234 | 0 | 27 | 42 | 7 | 23 | 104 | 115 |
| Binary | 11101100 | 10110101 | 10011100 | 0 | 10111 | 100010 | 111 | 10011 | 1000100 | 1001101 |
Color Harmonies of #ECB59C
Complementary color
Monochromatic Colors of #ECB59C
Black with #ECB59C
Text Example
Text Example
White with #ECB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB59C; }
p { color: rgb(236,181,156); }
H1.HeaderClassName
{
color: #ECB59C;
}
.AnyTagClassName
{
color: #ECB59C;
}
</style>
background-color css
<style>
a { background-color: #ECB59C; }
a { background-color: rgb(236,181,156); }
div.DivClassName
{
background-color: #ECB59C;
}
.BgClassName
{
background-color: #ECB59C;
}
</style>
border-color css
<style>
span { border-color: #ECB59C; }
span { border-color: rgb(236,181,156); }
td.TdClassName
{
border-color: #ECB59C;
}
.TagClassName
{
border-color: #ECB59C;
}
</style>