Shades of Gamboge #EC9503
Tints of Gamboge #EC9503
RGB
CMYK
RGB Variations
Color information
#EC9503 (or 0xEC9503) is known color: Gamboge. HEX triplet: EC, 95 and 03. RGB value is (236,149,3). Sum of RGB (Red+Green+Blue) = 236+149+3=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9503 is #136AFC. Grayscale: #9F9F9F. Windows color (decimal): -1272573 or 234988. OLE color: 234988.
HSL color Cylindrical-coordinate representation of color #EC9503: hue angle of 37.6º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC9503 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.07 |
| HSL | 37.6º | 0.97% | 0.47% | - |
| HSV(B) | 37.6º | 0.99% | 0.93% | - |
| XYZ | 45.36 | 39.33 | 5.29 | - |
| YUV | 158.37 | 40.32 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 3 | 0 | 0.37 | 0.99 | 0.07 | 37.6 | 0.97 | 0.47 |
| Hex | EC | 95 | 3 | 0 | 25 | 63 | 7 | 26 | 61 | 2F |
| Octal | 354 | 225 | 3 | 0 | 45 | 143 | 7 | 46 | 141 | 57 |
| Binary | 11101100 | 10010101 | 11 | 0 | 100101 | 1100011 | 111 | 100110 | 1100001 | 101111 |
Color Harmonies of #EC9503
Complementary color
Monochromatic Colors of #EC9503
Black with #EC9503
Text Example
Text Example
White with #EC9503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9503; }
p { color: rgb(236,149,3); }
H1.HeaderClassName
{
color: #EC9503;
}
.AnyTagClassName
{
color: #EC9503;
}
</style>
background-color css
<style>
a { background-color: #EC9503; }
a { background-color: rgb(236,149,3); }
div.DivClassName
{
background-color: #EC9503;
}
.BgClassName
{
background-color: #EC9503;
}
</style>
border-color css
<style>
span { border-color: #EC9503; }
span { border-color: rgb(236,149,3); }
td.TdClassName
{
border-color: #EC9503;
}
.TagClassName
{
border-color: #EC9503;
}
</style>