Shades of Wax Flower #ECB499
Tints of Wax Flower #ECB499
RGB
CMYK
RGB Variations
Color information
#ECB499 (or 0xECB499) is known color: Wax Flower. HEX triplet: EC, B4 and 99. RGB value is (236,180,153). Sum of RGB (Red+Green+Blue) = 236+180+153=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB499 is #134B66. Grayscale: #C1C1C1. Windows color (decimal): -1264487 or 10073324. OLE color: 10073324.
HSL color Cylindrical-coordinate representation of color #ECB499: hue angle of 19.52º 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 #ECB499 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 153 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.07 |
| HSL | 19.52º | 0.69% | 0.76% | - |
| HSV(B) | 19.52º | 0.35% | 0.93% | - |
| XYZ | 56.66 | 52.78 | 37.34 | - |
| YUV | 193.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 153 | 0 | 0.24 | 0.35 | 0.07 | 19.52 | 0.69 | 0.76 |
| Hex | EC | B4 | 99 | 0 | 18 | 23 | 7 | 14 | 45 | 4C |
| Octal | 354 | 264 | 231 | 0 | 30 | 43 | 7 | 24 | 105 | 114 |
| Binary | 11101100 | 10110100 | 10011001 | 0 | 11000 | 100011 | 111 | 10100 | 1000101 | 1001100 |
Color Harmonies of #ECB499
Complementary color
Monochromatic Colors of #ECB499
Black with #ECB499
Text Example
Text Example
White with #ECB499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB499; }
p { color: rgb(236,180,153); }
H1.HeaderClassName
{
color: #ECB499;
}
.AnyTagClassName
{
color: #ECB499;
}
</style>
background-color css
<style>
a { background-color: #ECB499; }
a { background-color: rgb(236,180,153); }
div.DivClassName
{
background-color: #ECB499;
}
.BgClassName
{
background-color: #ECB499;
}
</style>
border-color css
<style>
span { border-color: #ECB499; }
span { border-color: rgb(236,180,153); }
td.TdClassName
{
border-color: #ECB499;
}
.TagClassName
{
border-color: #ECB499;
}
</style>