Shades of Gamboge #EC9411
Tints of Gamboge #EC9411
RGB
CMYK
RGB Variations
Color information
#EC9411 (or 0xEC9411) is known color: Gamboge. HEX triplet: EC, 94 and 11. RGB value is (236,148,17). Sum of RGB (Red+Green+Blue) = 236+148+17=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9411 is #136BEE. Grayscale: #9F9F9F. Windows color (decimal): -1272815 or 1152236. OLE color: 1152236.
HSL color Cylindrical-coordinate representation of color #EC9411: hue angle of 35.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC9411 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 17 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.07 |
| HSL | 35.89º | 0.87% | 0.5% | - |
| HSV(B) | 35.89º | 0.93% | 0.93% | - |
| XYZ | 45.28 | 39.05 | 5.68 | - |
| YUV | 159.38 | 47.65 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 17 | 0 | 0.37 | 0.93 | 0.07 | 35.89 | 0.87 | 0.5 |
| Hex | EC | 94 | 11 | 0 | 25 | 5D | 7 | 24 | 57 | 32 |
| Octal | 354 | 224 | 21 | 0 | 45 | 135 | 7 | 44 | 127 | 62 |
| Binary | 11101100 | 10010100 | 10001 | 0 | 100101 | 1011101 | 111 | 100100 | 1010111 | 110010 |
Color Harmonies of #EC9411
Complementary color
Monochromatic Colors of #EC9411
Black with #EC9411
Text Example
Text Example
White with #EC9411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9411; }
p { color: rgb(236,148,17); }
H1.HeaderClassName
{
color: #EC9411;
}
.AnyTagClassName
{
color: #EC9411;
}
</style>
background-color css
<style>
a { background-color: #EC9411; }
a { background-color: rgb(236,148,17); }
div.DivClassName
{
background-color: #EC9411;
}
.BgClassName
{
background-color: #EC9411;
}
</style>
border-color css
<style>
span { border-color: #EC9411; }
span { border-color: rgb(236,148,17); }
td.TdClassName
{
border-color: #EC9411;
}
.TagClassName
{
border-color: #EC9411;
}
</style>