Shades of Wax Flower #ECB09E
Tints of Wax Flower #ECB09E
RGB
CMYK
RGB Variations
Color information
#ECB09E (or 0xECB09E) is known color: Wax Flower. HEX triplet: EC, B0 and 9E. RGB value is (236,176,158). Sum of RGB (Red+Green+Blue) = 236+176+158=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB09E is #134F61. Grayscale: #C0C0C0. Windows color (decimal): -1265506 or 10399980. OLE color: 10399980.
HSL color Cylindrical-coordinate representation of color #ECB09E: hue angle of 13.85º 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 #ECB09E is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 158 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.07 |
| HSL | 13.85º | 0.67% | 0.77% | - |
| HSV(B) | 13.85º | 0.33% | 0.93% | - |
| XYZ | 56.29 | 51.35 | 39.29 | - |
| YUV | 191.89 | 108.88 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 158 | 0 | 0.25 | 0.33 | 0.07 | 13.85 | 0.67 | 0.77 |
| Hex | EC | B0 | 9E | 0 | 19 | 21 | 7 | E | 43 | 4D |
| Octal | 354 | 260 | 236 | 0 | 31 | 41 | 7 | 16 | 103 | 115 |
| Binary | 11101100 | 10110000 | 10011110 | 0 | 11001 | 100001 | 111 | 1110 | 1000011 | 1001101 |
Color Harmonies of #ECB09E
Complementary color
Monochromatic Colors of #ECB09E
Black with #ECB09E
Text Example
Text Example
White with #ECB09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB09E; }
p { color: rgb(236,176,158); }
H1.HeaderClassName
{
color: #ECB09E;
}
.AnyTagClassName
{
color: #ECB09E;
}
</style>
background-color css
<style>
a { background-color: #ECB09E; }
a { background-color: rgb(236,176,158); }
div.DivClassName
{
background-color: #ECB09E;
}
.BgClassName
{
background-color: #ECB09E;
}
</style>
border-color css
<style>
span { border-color: #ECB09E; }
span { border-color: rgb(236,176,158); }
td.TdClassName
{
border-color: #ECB09E;
}
.TagClassName
{
border-color: #ECB09E;
}
</style>