Shades of Wax Flower #ECB89F
Tints of Wax Flower #ECB89F
RGB
CMYK
RGB Variations
Color information
#ECB89F (or 0xECB89F) is known color: Wax Flower. HEX triplet: EC, B8 and 9F. RGB value is (236,184,159). Sum of RGB (Red+Green+Blue) = 236+184+159=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB89F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB89F is #134760. Grayscale: #C4C4C4. Windows color (decimal): -1263457 or 10467564. OLE color: 10467564.
HSL color Cylindrical-coordinate representation of color #ECB89F: hue angle of 19.48º 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 #ECB89F is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 159 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.07 |
| HSL | 19.48º | 0.67% | 0.77% | - |
| HSV(B) | 19.48º | 0.33% | 0.93% | - |
| XYZ | 57.99 | 54.62 | 40.29 | - |
| YUV | 196.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 159 | 0 | 0.22 | 0.33 | 0.07 | 19.48 | 0.67 | 0.77 |
| Hex | EC | B8 | 9F | 0 | 16 | 21 | 7 | 13 | 43 | 4D |
| Octal | 354 | 270 | 237 | 0 | 26 | 41 | 7 | 23 | 103 | 115 |
| Binary | 11101100 | 10111000 | 10011111 | 0 | 10110 | 100001 | 111 | 10011 | 1000011 | 1001101 |
Color Harmonies of #ECB89F
Complementary color
Monochromatic Colors of #ECB89F
Black with #ECB89F
Text Example
Text Example
White with #ECB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB89F; }
p { color: rgb(236,184,159); }
H1.HeaderClassName
{
color: #ECB89F;
}
.AnyTagClassName
{
color: #ECB89F;
}
</style>
background-color css
<style>
a { background-color: #ECB89F; }
a { background-color: rgb(236,184,159); }
div.DivClassName
{
background-color: #ECB89F;
}
.BgClassName
{
background-color: #ECB89F;
}
</style>
border-color css
<style>
span { border-color: #ECB89F; }
span { border-color: rgb(236,184,159); }
td.TdClassName
{
border-color: #ECB89F;
}
.TagClassName
{
border-color: #ECB89F;
}
</style>