Shades of Gamboge #EC9917
Tints of Gamboge #EC9917
RGB
CMYK
RGB Variations
Color information
#EC9917 (or 0xEC9917) is known color: Gamboge. HEX triplet: EC, 99 and 17. RGB value is (236,153,23). Sum of RGB (Red+Green+Blue) = 236+153+23=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9917 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9917 is #1366E8. Grayscale: #A3A3A3. Windows color (decimal): -1271529 or 1546732. OLE color: 1546732.
HSL color Cylindrical-coordinate representation of color #EC9917: hue angle of 36.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC9917 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 23 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.07 |
| HSL | 36.62º | 0.85% | 0.51% | - |
| HSV(B) | 36.62º | 0.9% | 0.93% | - |
| XYZ | 46.14 | 40.68 | 6.23 | - |
| YUV | 163 | 49 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 23 | 0 | 0.35 | 0.90 | 0.07 | 36.62 | 0.85 | 0.51 |
| Hex | EC | 99 | 17 | 0 | 23 | 5A | 7 | 25 | 55 | 33 |
| Octal | 354 | 231 | 27 | 0 | 43 | 132 | 7 | 45 | 125 | 63 |
| Binary | 11101100 | 10011001 | 10111 | 0 | 100011 | 1011010 | 111 | 100101 | 1010101 | 110011 |
Color Harmonies of #EC9917
Complementary color
Monochromatic Colors of #EC9917
Black with #EC9917
Text Example
Text Example
White with #EC9917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9917; }
p { color: rgb(236,153,23); }
H1.HeaderClassName
{
color: #EC9917;
}
.AnyTagClassName
{
color: #EC9917;
}
</style>
background-color css
<style>
a { background-color: #EC9917; }
a { background-color: rgb(236,153,23); }
div.DivClassName
{
background-color: #EC9917;
}
.BgClassName
{
background-color: #EC9917;
}
</style>
border-color css
<style>
span { border-color: #EC9917; }
span { border-color: rgb(236,153,23); }
td.TdClassName
{
border-color: #EC9917;
}
.TagClassName
{
border-color: #EC9917;
}
</style>