Shades of Gamboge #EC9310
Tints of Gamboge #EC9310
RGB
CMYK
RGB Variations
Color information
#EC9310 (or 0xEC9310) is known color: Gamboge. HEX triplet: EC, 93 and 10. RGB value is (236,147,16). Sum of RGB (Red+Green+Blue) = 236+147+16=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9310 is #136CEF. Grayscale: #9F9F9F. Windows color (decimal): -1273072 or 1086444. OLE color: 1086444.
HSL color Cylindrical-coordinate representation of color #EC9310: hue angle of 35.73º 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 #EC9310 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 16 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.07 |
| HSL | 35.73º | 0.87% | 0.49% | - |
| HSV(B) | 35.73º | 0.93% | 0.93% | - |
| XYZ | 45.12 | 38.74 | 5.59 | - |
| YUV | 158.68 | 47.49 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 16 | 0 | 0.38 | 0.93 | 0.07 | 35.73 | 0.87 | 0.49 |
| Hex | EC | 93 | 10 | 0 | 26 | 5D | 7 | 24 | 57 | 31 |
| Octal | 354 | 223 | 20 | 0 | 46 | 135 | 7 | 44 | 127 | 61 |
| Binary | 11101100 | 10010011 | 10000 | 0 | 100110 | 1011101 | 111 | 100100 | 1010111 | 110001 |
Color Harmonies of #EC9310
Complementary color
Monochromatic Colors of #EC9310
Black with #EC9310
Text Example
Text Example
White with #EC9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9310; }
p { color: rgb(236,147,16); }
H1.HeaderClassName
{
color: #EC9310;
}
.AnyTagClassName
{
color: #EC9310;
}
</style>
background-color css
<style>
a { background-color: #EC9310; }
a { background-color: rgb(236,147,16); }
div.DivClassName
{
background-color: #EC9310;
}
.BgClassName
{
background-color: #EC9310;
}
</style>
border-color css
<style>
span { border-color: #EC9310; }
span { border-color: rgb(236,147,16); }
td.TdClassName
{
border-color: #EC9310;
}
.TagClassName
{
border-color: #EC9310;
}
</style>