Shades of Gamboge #EC9613
Tints of Gamboge #EC9613
RGB
CMYK
RGB Variations
Color information
#EC9613 (or 0xEC9613) is known color: Gamboge. HEX triplet: EC, 96 and 13. RGB value is (236,150,19). Sum of RGB (Red+Green+Blue) = 236+150+19=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9613 is #1369EC. Grayscale: #A1A1A1. Windows color (decimal): -1272301 or 1283820. OLE color: 1283820.
HSL color Cylindrical-coordinate representation of color #EC9613: hue angle of 36.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC9613 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 19 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.07 |
| HSL | 36.22º | 0.85% | 0.5% | - |
| HSV(B) | 36.22º | 0.92% | 0.93% | - |
| XYZ | 45.62 | 39.69 | 5.87 | - |
| YUV | 160.78 | 47.99 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 19 | 0 | 0.36 | 0.92 | 0.07 | 36.22 | 0.85 | 0.5 |
| Hex | EC | 96 | 13 | 0 | 24 | 5C | 7 | 24 | 55 | 32 |
| Octal | 354 | 226 | 23 | 0 | 44 | 134 | 7 | 44 | 125 | 62 |
| Binary | 11101100 | 10010110 | 10011 | 0 | 100100 | 1011100 | 111 | 100100 | 1010101 | 110010 |
Color Harmonies of #EC9613
Complementary color
Monochromatic Colors of #EC9613
Black with #EC9613
Text Example
Text Example
White with #EC9613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9613; }
p { color: rgb(236,150,19); }
H1.HeaderClassName
{
color: #EC9613;
}
.AnyTagClassName
{
color: #EC9613;
}
</style>
background-color css
<style>
a { background-color: #EC9613; }
a { background-color: rgb(236,150,19); }
div.DivClassName
{
background-color: #EC9613;
}
.BgClassName
{
background-color: #EC9613;
}
</style>
border-color css
<style>
span { border-color: #EC9613; }
span { border-color: rgb(236,150,19); }
td.TdClassName
{
border-color: #EC9613;
}
.TagClassName
{
border-color: #EC9613;
}
</style>