Shades of Gamboge #EC9E17
Tints of Gamboge #EC9E17
RGB
CMYK
RGB Variations
Color information
#EC9E17 (or 0xEC9E17) is known color: Gamboge. HEX triplet: EC, 9E and 17. RGB value is (236,158,23). Sum of RGB (Red+Green+Blue) = 236+158+23=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9E17 is #1361E8. Grayscale: #A6A6A6. Windows color (decimal): -1270249 or 1548012. OLE color: 1548012.
HSL color Cylindrical-coordinate representation of color #EC9E17: hue angle of 38.03º 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 #EC9E17 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 23 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.07 |
| HSL | 38.03º | 0.85% | 0.51% | - |
| HSV(B) | 38.03º | 0.9% | 0.93% | - |
| XYZ | 46.97 | 42.35 | 6.51 | - |
| YUV | 165.93 | 47.34 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 23 | 0 | 0.33 | 0.90 | 0.07 | 38.03 | 0.85 | 0.51 |
| Hex | EC | 9E | 17 | 0 | 21 | 5A | 7 | 26 | 55 | 33 |
| Octal | 354 | 236 | 27 | 0 | 41 | 132 | 7 | 46 | 125 | 63 |
| Binary | 11101100 | 10011110 | 10111 | 0 | 100001 | 1011010 | 111 | 100110 | 1010101 | 110011 |
Color Harmonies of #EC9E17
Complementary color
Monochromatic Colors of #EC9E17
Black with #EC9E17
Text Example
Text Example
White with #EC9E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E17; }
p { color: rgb(236,158,23); }
H1.HeaderClassName
{
color: #EC9E17;
}
.AnyTagClassName
{
color: #EC9E17;
}
</style>
background-color css
<style>
a { background-color: #EC9E17; }
a { background-color: rgb(236,158,23); }
div.DivClassName
{
background-color: #EC9E17;
}
.BgClassName
{
background-color: #EC9E17;
}
</style>
border-color css
<style>
span { border-color: #EC9E17; }
span { border-color: rgb(236,158,23); }
td.TdClassName
{
border-color: #EC9E17;
}
.TagClassName
{
border-color: #EC9E17;
}
</style>