Shades of Wax Flower #ECB19E
Tints of Wax Flower #ECB19E
RGB
CMYK
RGB Variations
Color information
#ECB19E (or 0xECB19E) is known color: Wax Flower. HEX triplet: EC, B1 and 9E. RGB value is (236,177,158). Sum of RGB (Red+Green+Blue) = 236+177+158=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB19E is #134E61. Grayscale: #C0C0C0. Windows color (decimal): -1265250 or 10400236. OLE color: 10400236.
HSL color Cylindrical-coordinate representation of color #ECB19E: hue angle of 14.62º 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 #ECB19E is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 158 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.07 |
| HSL | 14.62º | 0.67% | 0.77% | - |
| HSV(B) | 14.62º | 0.33% | 0.93% | - |
| XYZ | 56.49 | 51.75 | 39.36 | - |
| YUV | 192.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 158 | 0 | 0.25 | 0.33 | 0.07 | 14.62 | 0.67 | 0.77 |
| Hex | EC | B1 | 9E | 0 | 19 | 21 | 7 | F | 43 | 4D |
| Octal | 354 | 261 | 236 | 0 | 31 | 41 | 7 | 17 | 103 | 115 |
| Binary | 11101100 | 10110001 | 10011110 | 0 | 11001 | 100001 | 111 | 1111 | 1000011 | 1001101 |
Color Harmonies of #ECB19E
Complementary color
Monochromatic Colors of #ECB19E
Black with #ECB19E
Text Example
Text Example
White with #ECB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB19E; }
p { color: rgb(236,177,158); }
H1.HeaderClassName
{
color: #ECB19E;
}
.AnyTagClassName
{
color: #ECB19E;
}
</style>
background-color css
<style>
a { background-color: #ECB19E; }
a { background-color: rgb(236,177,158); }
div.DivClassName
{
background-color: #ECB19E;
}
.BgClassName
{
background-color: #ECB19E;
}
</style>
border-color css
<style>
span { border-color: #ECB19E; }
span { border-color: rgb(236,177,158); }
td.TdClassName
{
border-color: #ECB19E;
}
.TagClassName
{
border-color: #ECB19E;
}
</style>