Shades of Wax Flower #ECB89D
Tints of Wax Flower #ECB89D
RGB
CMYK
RGB Variations
Color information
#ECB89D (or 0xECB89D) is known color: Wax Flower. HEX triplet: EC, B8 and 9D. RGB value is (236,184,157). Sum of RGB (Red+Green+Blue) = 236+184+157=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB89D is #134762. Grayscale: #C4C4C4. Windows color (decimal): -1263459 or 10336492. OLE color: 10336492.
HSL color Cylindrical-coordinate representation of color #ECB89D: hue angle of 20.51º degrees, saturation: 0.68, 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 #ECB89D is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 157 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.07 |
| HSL | 20.51º | 0.68% | 0.77% | - |
| HSV(B) | 20.51º | 0.33% | 0.93% | - |
| XYZ | 57.82 | 54.55 | 39.38 | - |
| YUV | 196.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 157 | 0 | 0.22 | 0.33 | 0.07 | 20.51 | 0.68 | 0.77 |
| Hex | EC | B8 | 9D | 0 | 16 | 21 | 7 | 15 | 44 | 4D |
| Octal | 354 | 270 | 235 | 0 | 26 | 41 | 7 | 25 | 104 | 115 |
| Binary | 11101100 | 10111000 | 10011101 | 0 | 10110 | 100001 | 111 | 10101 | 1000100 | 1001101 |
Color Harmonies of #ECB89D
Complementary color
Monochromatic Colors of #ECB89D
Black with #ECB89D
Text Example
Text Example
White with #ECB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB89D; }
p { color: rgb(236,184,157); }
H1.HeaderClassName
{
color: #ECB89D;
}
.AnyTagClassName
{
color: #ECB89D;
}
</style>
background-color css
<style>
a { background-color: #ECB89D; }
a { background-color: rgb(236,184,157); }
div.DivClassName
{
background-color: #ECB89D;
}
.BgClassName
{
background-color: #ECB89D;
}
</style>
border-color css
<style>
span { border-color: #ECB89D; }
span { border-color: rgb(236,184,157); }
td.TdClassName
{
border-color: #ECB89D;
}
.TagClassName
{
border-color: #ECB89D;
}
</style>