Shades of Wax Flower #ECB59F
Tints of Wax Flower #ECB59F
RGB
CMYK
RGB Variations
Color information
#ECB59F (or 0xECB59F) is known color: Wax Flower. HEX triplet: EC, B5 and 9F. RGB value is (236,181,159). Sum of RGB (Red+Green+Blue) = 236+181+159=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB59F is #134A60. Grayscale: #C3C3C3. Windows color (decimal): -1264225 or 10466796. OLE color: 10466796.
HSL color Cylindrical-coordinate representation of color #ECB59F: hue angle of 17.14º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECB59F is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 159 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.07 |
| HSL | 17.14º | 0.67% | 0.77% | - |
| HSV(B) | 17.14º | 0.33% | 0.93% | - |
| XYZ | 57.37 | 53.38 | 40.08 | - |
| YUV | 194.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 159 | 0 | 0.23 | 0.33 | 0.07 | 17.14 | 0.67 | 0.77 |
| Hex | EC | B5 | 9F | 0 | 17 | 21 | 7 | 11 | 43 | 4D |
| Octal | 354 | 265 | 237 | 0 | 27 | 41 | 7 | 21 | 103 | 115 |
| Binary | 11101100 | 10110101 | 10011111 | 0 | 10111 | 100001 | 111 | 10001 | 1000011 | 1001101 |
Color Harmonies of #ECB59F
Complementary color
Monochromatic Colors of #ECB59F
Black with #ECB59F
Text Example
Text Example
White with #ECB59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB59F; }
p { color: rgb(236,181,159); }
H1.HeaderClassName
{
color: #ECB59F;
}
.AnyTagClassName
{
color: #ECB59F;
}
</style>
background-color css
<style>
a { background-color: #ECB59F; }
a { background-color: rgb(236,181,159); }
div.DivClassName
{
background-color: #ECB59F;
}
.BgClassName
{
background-color: #ECB59F;
}
</style>
border-color css
<style>
span { border-color: #ECB59F; }
span { border-color: rgb(236,181,159); }
td.TdClassName
{
border-color: #ECB59F;
}
.TagClassName
{
border-color: #ECB59F;
}
</style>