Shades of Gamboge #EC9502
Tints of Gamboge #EC9502
RGB
CMYK
RGB Variations
Color information
#EC9502 (or 0xEC9502) is known color: Gamboge. HEX triplet: EC, 95 and 02. RGB value is (236,149,2). Sum of RGB (Red+Green+Blue) = 236+149+2=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9502 is #136AFD. Grayscale: #9E9E9E. Windows color (decimal): -1272574 or 169452. OLE color: 169452.
HSL color Cylindrical-coordinate representation of color #EC9502: hue angle of 37.69º degrees, saturation: 0.98, 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 #EC9502 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.07 |
| HSL | 37.69º | 0.98% | 0.47% | - |
| HSV(B) | 37.69º | 0.99% | 0.93% | - |
| XYZ | 45.35 | 39.33 | 5.26 | - |
| YUV | 158.26 | 39.82 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 2 | 0 | 0.37 | 0.99 | 0.07 | 37.69 | 0.98 | 0.47 |
| Hex | EC | 95 | 2 | 0 | 25 | 63 | 7 | 26 | 62 | 2F |
| Octal | 354 | 225 | 2 | 0 | 45 | 143 | 7 | 46 | 142 | 57 |
| Binary | 11101100 | 10010101 | 10 | 0 | 100101 | 1100011 | 111 | 100110 | 1100010 | 101111 |
Color Harmonies of #EC9502
Complementary color
Monochromatic Colors of #EC9502
Black with #EC9502
Text Example
Text Example
White with #EC9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9502; }
p { color: rgb(236,149,2); }
H1.HeaderClassName
{
color: #EC9502;
}
.AnyTagClassName
{
color: #EC9502;
}
</style>
background-color css
<style>
a { background-color: #EC9502; }
a { background-color: rgb(236,149,2); }
div.DivClassName
{
background-color: #EC9502;
}
.BgClassName
{
background-color: #EC9502;
}
</style>
border-color css
<style>
span { border-color: #EC9502; }
span { border-color: rgb(236,149,2); }
td.TdClassName
{
border-color: #EC9502;
}
.TagClassName
{
border-color: #EC9502;
}
</style>