Shades of Gamboge #EC9E19
Tints of Gamboge #EC9E19
RGB
CMYK
RGB Variations
Color information
#EC9E19 (or 0xEC9E19) is known color: Gamboge. HEX triplet: EC, 9E and 19. RGB value is (236,158,25). Sum of RGB (Red+Green+Blue) = 236+158+25=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9E19 is #1361E6. Grayscale: #A6A6A6. Windows color (decimal): -1270247 or 1679084. OLE color: 1679084.
HSL color Cylindrical-coordinate representation of color #EC9E19: hue angle of 37.82º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC9E19 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 25 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.07 |
| HSL | 37.82º | 0.85% | 0.51% | - |
| HSV(B) | 37.82º | 0.89% | 0.93% | - |
| XYZ | 46.99 | 42.36 | 6.62 | - |
| YUV | 166.16 | 48.34 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 25 | 0 | 0.33 | 0.89 | 0.07 | 37.82 | 0.85 | 0.51 |
| Hex | EC | 9E | 19 | 0 | 21 | 59 | 7 | 26 | 55 | 33 |
| Octal | 354 | 236 | 31 | 0 | 41 | 131 | 7 | 46 | 125 | 63 |
| Binary | 11101100 | 10011110 | 11001 | 0 | 100001 | 1011001 | 111 | 100110 | 1010101 | 110011 |
Color Harmonies of #EC9E19
Complementary color
Monochromatic Colors of #EC9E19
Black with #EC9E19
Text Example
Text Example
White with #EC9E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E19; }
p { color: rgb(236,158,25); }
H1.HeaderClassName
{
color: #EC9E19;
}
.AnyTagClassName
{
color: #EC9E19;
}
</style>
background-color css
<style>
a { background-color: #EC9E19; }
a { background-color: rgb(236,158,25); }
div.DivClassName
{
background-color: #EC9E19;
}
.BgClassName
{
background-color: #EC9E19;
}
</style>
border-color css
<style>
span { border-color: #EC9E19; }
span { border-color: rgb(236,158,25); }
td.TdClassName
{
border-color: #EC9E19;
}
.TagClassName
{
border-color: #EC9E19;
}
</style>