Shades of Wax Flower #ECB097
Tints of Wax Flower #ECB097
RGB
CMYK
RGB Variations
Color information
#ECB097 (or 0xECB097) is known color: Wax Flower. HEX triplet: EC, B0 and 97. RGB value is (236,176,151). Sum of RGB (Red+Green+Blue) = 236+176+151=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB097 is #134F68. Grayscale: #BFBFBF. Windows color (decimal): -1265513 or 9941228. OLE color: 9941228.
HSL color Cylindrical-coordinate representation of color #ECB097: hue angle of 17.65º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECB097 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 151 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.07 |
| HSL | 17.65º | 0.69% | 0.76% | - |
| HSV(B) | 17.65º | 0.36% | 0.93% | - |
| XYZ | 55.7 | 51.12 | 36.21 | - |
| YUV | 191.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 151 | 0 | 0.25 | 0.36 | 0.07 | 17.65 | 0.69 | 0.76 |
| Hex | EC | B0 | 97 | 0 | 19 | 24 | 7 | 12 | 45 | 4C |
| Octal | 354 | 260 | 227 | 0 | 31 | 44 | 7 | 22 | 105 | 114 |
| Binary | 11101100 | 10110000 | 10010111 | 0 | 11001 | 100100 | 111 | 10010 | 1000101 | 1001100 |
Color Harmonies of #ECB097
Complementary color
Monochromatic Colors of #ECB097
Black with #ECB097
Text Example
Text Example
White with #ECB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB097; }
p { color: rgb(236,176,151); }
H1.HeaderClassName
{
color: #ECB097;
}
.AnyTagClassName
{
color: #ECB097;
}
</style>
background-color css
<style>
a { background-color: #ECB097; }
a { background-color: rgb(236,176,151); }
div.DivClassName
{
background-color: #ECB097;
}
.BgClassName
{
background-color: #ECB097;
}
</style>
border-color css
<style>
span { border-color: #ECB097; }
span { border-color: rgb(236,176,151); }
td.TdClassName
{
border-color: #ECB097;
}
.TagClassName
{
border-color: #ECB097;
}
</style>