Shades of Wax Flower #ECB295
Tints of Wax Flower #ECB295
RGB
CMYK
RGB Variations
Color information
#ECB295 (or 0xECB295) is known color: Wax Flower. HEX triplet: EC, B2 and 95. RGB value is (236,178,149). Sum of RGB (Red+Green+Blue) = 236+178+149=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB295 is #134D6A. Grayscale: #C0C0C0. Windows color (decimal): -1265003 or 9810668. OLE color: 9810668.
HSL color Cylindrical-coordinate representation of color #ECB295: hue angle of 20º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECB295 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 149 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.07 |
| HSL | 20º | 0.7% | 0.75% | - |
| HSV(B) | 20º | 0.37% | 0.93% | - |
| XYZ | 55.94 | 51.84 | 35.49 | - |
| YUV | 192.04 | 103.72 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 149 | 0 | 0.25 | 0.37 | 0.07 | 20 | 0.7 | 0.75 |
| Hex | EC | B2 | 95 | 0 | 19 | 25 | 7 | 14 | 46 | 4B |
| Octal | 354 | 262 | 225 | 0 | 31 | 45 | 7 | 24 | 106 | 113 |
| Binary | 11101100 | 10110010 | 10010101 | 0 | 11001 | 100101 | 111 | 10100 | 1000110 | 1001011 |
Color Harmonies of #ECB295
Complementary color
Monochromatic Colors of #ECB295
Black with #ECB295
Text Example
Text Example
White with #ECB295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB295; }
p { color: rgb(236,178,149); }
H1.HeaderClassName
{
color: #ECB295;
}
.AnyTagClassName
{
color: #ECB295;
}
</style>
background-color css
<style>
a { background-color: #ECB295; }
a { background-color: rgb(236,178,149); }
div.DivClassName
{
background-color: #ECB295;
}
.BgClassName
{
background-color: #ECB295;
}
</style>
border-color css
<style>
span { border-color: #ECB295; }
span { border-color: rgb(236,178,149); }
td.TdClassName
{
border-color: #ECB295;
}
.TagClassName
{
border-color: #ECB295;
}
</style>