Shades of Gamboge #EC9610
Tints of Gamboge #EC9610
RGB
CMYK
RGB Variations
Color information
#EC9610 (or 0xEC9610) is known color: Gamboge. HEX triplet: EC, 96 and 10. RGB value is (236,150,16). Sum of RGB (Red+Green+Blue) = 236+150+16=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9610 is #1369EF. Grayscale: #A1A1A1. Windows color (decimal): -1272304 or 1087212. OLE color: 1087212.
HSL color Cylindrical-coordinate representation of color #EC9610: hue angle of 36.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC9610 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 16 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.07 |
| HSL | 36.55º | 0.87% | 0.49% | - |
| HSV(B) | 36.55º | 0.93% | 0.93% | - |
| XYZ | 45.59 | 39.68 | 5.75 | - |
| YUV | 160.44 | 46.49 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 16 | 0 | 0.36 | 0.93 | 0.07 | 36.55 | 0.87 | 0.49 |
| Hex | EC | 96 | 10 | 0 | 24 | 5D | 7 | 25 | 57 | 31 |
| Octal | 354 | 226 | 20 | 0 | 44 | 135 | 7 | 45 | 127 | 61 |
| Binary | 11101100 | 10010110 | 10000 | 0 | 100100 | 1011101 | 111 | 100101 | 1010111 | 110001 |
Color Harmonies of #EC9610
Complementary color
Monochromatic Colors of #EC9610
Black with #EC9610
Text Example
Text Example
White with #EC9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9610; }
p { color: rgb(236,150,16); }
H1.HeaderClassName
{
color: #EC9610;
}
.AnyTagClassName
{
color: #EC9610;
}
</style>
background-color css
<style>
a { background-color: #EC9610; }
a { background-color: rgb(236,150,16); }
div.DivClassName
{
background-color: #EC9610;
}
.BgClassName
{
background-color: #EC9610;
}
</style>
border-color css
<style>
span { border-color: #EC9610; }
span { border-color: rgb(236,150,16); }
td.TdClassName
{
border-color: #EC9610;
}
.TagClassName
{
border-color: #EC9610;
}
</style>