Shades of Wax Flower #ECB89E
Tints of Wax Flower #ECB89E
RGB
CMYK
RGB Variations
Color information
#ECB89E (or 0xECB89E) is known color: Wax Flower. HEX triplet: EC, B8 and 9E. RGB value is (236,184,158). Sum of RGB (Red+Green+Blue) = 236+184+158=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB89E is #134761. Grayscale: #C4C4C4. Windows color (decimal): -1263458 or 10402028. OLE color: 10402028.
HSL color Cylindrical-coordinate representation of color #ECB89E: hue angle of 20º 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 #ECB89E is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 158 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.07 |
| HSL | 20º | 0.67% | 0.77% | - |
| HSV(B) | 20º | 0.33% | 0.93% | - |
| XYZ | 57.9 | 54.58 | 39.83 | - |
| YUV | 196.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 158 | 0 | 0.22 | 0.33 | 0.07 | 20 | 0.67 | 0.77 |
| Hex | EC | B8 | 9E | 0 | 16 | 21 | 7 | 14 | 43 | 4D |
| Octal | 354 | 270 | 236 | 0 | 26 | 41 | 7 | 24 | 103 | 115 |
| Binary | 11101100 | 10111000 | 10011110 | 0 | 10110 | 100001 | 111 | 10100 | 1000011 | 1001101 |
Color Harmonies of #ECB89E
Complementary color
Monochromatic Colors of #ECB89E
Black with #ECB89E
Text Example
Text Example
White with #ECB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB89E; }
p { color: rgb(236,184,158); }
H1.HeaderClassName
{
color: #ECB89E;
}
.AnyTagClassName
{
color: #ECB89E;
}
</style>
background-color css
<style>
a { background-color: #ECB89E; }
a { background-color: rgb(236,184,158); }
div.DivClassName
{
background-color: #ECB89E;
}
.BgClassName
{
background-color: #ECB89E;
}
</style>
border-color css
<style>
span { border-color: #ECB89E; }
span { border-color: rgb(236,184,158); }
td.TdClassName
{
border-color: #ECB89E;
}
.TagClassName
{
border-color: #ECB89E;
}
</style>