Shades of Wax Flower #ECB39E
Tints of Wax Flower #ECB39E
RGB
CMYK
RGB Variations
Color information
#ECB39E (or 0xECB39E) is known color: Wax Flower. HEX triplet: EC, B3 and 9E. RGB value is (236,179,158). Sum of RGB (Red+Green+Blue) = 236+179+158=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB39E is #134C61. Grayscale: #C1C1C1. Windows color (decimal): -1264738 or 10400748. OLE color: 10400748.
HSL color Cylindrical-coordinate representation of color #ECB39E: hue angle of 16.15º 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 #ECB39E is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 158 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.07 |
| HSL | 16.15º | 0.67% | 0.77% | - |
| HSV(B) | 16.15º | 0.33% | 0.93% | - |
| XYZ | 56.88 | 52.54 | 39.49 | - |
| YUV | 193.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 158 | 0 | 0.24 | 0.33 | 0.07 | 16.15 | 0.67 | 0.77 |
| Hex | EC | B3 | 9E | 0 | 18 | 21 | 7 | 10 | 43 | 4D |
| Octal | 354 | 263 | 236 | 0 | 30 | 41 | 7 | 20 | 103 | 115 |
| Binary | 11101100 | 10110011 | 10011110 | 0 | 11000 | 100001 | 111 | 10000 | 1000011 | 1001101 |
Color Harmonies of #ECB39E
Complementary color
Monochromatic Colors of #ECB39E
Black with #ECB39E
Text Example
Text Example
White with #ECB39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB39E; }
p { color: rgb(236,179,158); }
H1.HeaderClassName
{
color: #ECB39E;
}
.AnyTagClassName
{
color: #ECB39E;
}
</style>
background-color css
<style>
a { background-color: #ECB39E; }
a { background-color: rgb(236,179,158); }
div.DivClassName
{
background-color: #ECB39E;
}
.BgClassName
{
background-color: #ECB39E;
}
</style>
border-color css
<style>
span { border-color: #ECB39E; }
span { border-color: rgb(236,179,158); }
td.TdClassName
{
border-color: #ECB39E;
}
.TagClassName
{
border-color: #ECB39E;
}
</style>