Shades of Gamboge #EC9916
Tints of Gamboge #EC9916
RGB
CMYK
RGB Variations
Color information
#EC9916 (or 0xEC9916) is known color: Gamboge. HEX triplet: EC, 99 and 16. RGB value is (236,153,22). Sum of RGB (Red+Green+Blue) = 236+153+22=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9916 is #1366E9. Grayscale: #A3A3A3. Windows color (decimal): -1271530 or 1481196. OLE color: 1481196.
HSL color Cylindrical-coordinate representation of color #EC9916: hue angle of 36.73º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC9916 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 22 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.07 |
| HSL | 36.73º | 0.85% | 0.51% | - |
| HSV(B) | 36.73º | 0.91% | 0.93% | - |
| XYZ | 46.13 | 40.67 | 6.18 | - |
| YUV | 162.88 | 48.5 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 22 | 0 | 0.35 | 0.91 | 0.07 | 36.73 | 0.85 | 0.51 |
| Hex | EC | 99 | 16 | 0 | 23 | 5B | 7 | 25 | 55 | 33 |
| Octal | 354 | 231 | 26 | 0 | 43 | 133 | 7 | 45 | 125 | 63 |
| Binary | 11101100 | 10011001 | 10110 | 0 | 100011 | 1011011 | 111 | 100101 | 1010101 | 110011 |
Color Harmonies of #EC9916
Complementary color
Monochromatic Colors of #EC9916
Black with #EC9916
Text Example
Text Example
White with #EC9916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9916; }
p { color: rgb(236,153,22); }
H1.HeaderClassName
{
color: #EC9916;
}
.AnyTagClassName
{
color: #EC9916;
}
</style>
background-color css
<style>
a { background-color: #EC9916; }
a { background-color: rgb(236,153,22); }
div.DivClassName
{
background-color: #EC9916;
}
.BgClassName
{
background-color: #EC9916;
}
</style>
border-color css
<style>
span { border-color: #EC9916; }
span { border-color: rgb(236,153,22); }
td.TdClassName
{
border-color: #EC9916;
}
.TagClassName
{
border-color: #EC9916;
}
</style>