Shades of Gamboge #EC9910
Tints of Gamboge #EC9910
RGB
CMYK
RGB Variations
Color information
#EC9910 (or 0xEC9910) is known color: Gamboge. HEX triplet: EC, 99 and 10. RGB value is (236,153,16). Sum of RGB (Red+Green+Blue) = 236+153+16=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9910 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9910 is #1366EF. Grayscale: #A2A2A2. Windows color (decimal): -1271536 or 1087980. OLE color: 1087980.
HSL color Cylindrical-coordinate representation of color #EC9910: hue angle of 37.36º 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 #EC9910 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 16 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.07 |
| HSL | 37.36º | 0.87% | 0.49% | - |
| HSV(B) | 37.36º | 0.93% | 0.93% | - |
| XYZ | 46.08 | 40.65 | 5.91 | - |
| YUV | 162.2 | 45.5 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 16 | 0 | 0.35 | 0.93 | 0.07 | 37.36 | 0.87 | 0.49 |
| Hex | EC | 99 | 10 | 0 | 23 | 5D | 7 | 25 | 57 | 31 |
| Octal | 354 | 231 | 20 | 0 | 43 | 135 | 7 | 45 | 127 | 61 |
| Binary | 11101100 | 10011001 | 10000 | 0 | 100011 | 1011101 | 111 | 100101 | 1010111 | 110001 |
Color Harmonies of #EC9910
Complementary color
Monochromatic Colors of #EC9910
Black with #EC9910
Text Example
Text Example
White with #EC9910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9910; }
p { color: rgb(236,153,16); }
H1.HeaderClassName
{
color: #EC9910;
}
.AnyTagClassName
{
color: #EC9910;
}
</style>
background-color css
<style>
a { background-color: #EC9910; }
a { background-color: rgb(236,153,16); }
div.DivClassName
{
background-color: #EC9910;
}
.BgClassName
{
background-color: #EC9910;
}
</style>
border-color css
<style>
span { border-color: #EC9910; }
span { border-color: rgb(236,153,16); }
td.TdClassName
{
border-color: #EC9910;
}
.TagClassName
{
border-color: #EC9910;
}
</style>