Shades of Wax Flower #ECB099
Tints of Wax Flower #ECB099
RGB
CMYK
RGB Variations
Color information
#ECB099 (or 0xECB099) is known color: Wax Flower. HEX triplet: EC, B0 and 99. RGB value is (236,176,153). Sum of RGB (Red+Green+Blue) = 236+176+153=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB099 is #134F66. Grayscale: #BFBFBF. Windows color (decimal): -1265511 or 10072300. OLE color: 10072300.
HSL color Cylindrical-coordinate representation of color #ECB099: hue angle of 16.63º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECB099 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 153 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.07 |
| HSL | 16.63º | 0.69% | 0.76% | - |
| HSV(B) | 16.63º | 0.35% | 0.93% | - |
| XYZ | 55.87 | 51.18 | 37.07 | - |
| YUV | 191.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 153 | 0 | 0.25 | 0.35 | 0.07 | 16.63 | 0.69 | 0.76 |
| Hex | EC | B0 | 99 | 0 | 19 | 23 | 7 | 11 | 45 | 4C |
| Octal | 354 | 260 | 231 | 0 | 31 | 43 | 7 | 21 | 105 | 114 |
| Binary | 11101100 | 10110000 | 10011001 | 0 | 11001 | 100011 | 111 | 10001 | 1000101 | 1001100 |
Color Harmonies of #ECB099
Complementary color
Monochromatic Colors of #ECB099
Black with #ECB099
Text Example
Text Example
White with #ECB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB099; }
p { color: rgb(236,176,153); }
H1.HeaderClassName
{
color: #ECB099;
}
.AnyTagClassName
{
color: #ECB099;
}
</style>
background-color css
<style>
a { background-color: #ECB099; }
a { background-color: rgb(236,176,153); }
div.DivClassName
{
background-color: #ECB099;
}
.BgClassName
{
background-color: #ECB099;
}
</style>
border-color css
<style>
span { border-color: #ECB099; }
span { border-color: rgb(236,176,153); }
td.TdClassName
{
border-color: #ECB099;
}
.TagClassName
{
border-color: #ECB099;
}
</style>