Shades of Gamboge #EC9C17
Tints of Gamboge #EC9C17
RGB
CMYK
RGB Variations
Color information
#EC9C17 (or 0xEC9C17) is known color: Gamboge. HEX triplet: EC, 9C and 17. RGB value is (236,156,23). Sum of RGB (Red+Green+Blue) = 236+156+23=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C17 is #1363E8. Grayscale: #A5A5A5. Windows color (decimal): -1270761 or 1547500. OLE color: 1547500.
HSL color Cylindrical-coordinate representation of color #EC9C17: hue angle of 37.46º 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 #EC9C17 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 23 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.07 |
| HSL | 37.46º | 0.85% | 0.51% | - |
| HSV(B) | 37.46º | 0.9% | 0.93% | - |
| XYZ | 46.64 | 41.67 | 6.4 | - |
| YUV | 164.76 | 48 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 23 | 0 | 0.34 | 0.90 | 0.07 | 37.46 | 0.85 | 0.51 |
| Hex | EC | 9C | 17 | 0 | 22 | 5A | 7 | 25 | 55 | 33 |
| Octal | 354 | 234 | 27 | 0 | 42 | 132 | 7 | 45 | 125 | 63 |
| Binary | 11101100 | 10011100 | 10111 | 0 | 100010 | 1011010 | 111 | 100101 | 1010101 | 110011 |
Color Harmonies of #EC9C17
Complementary color
Monochromatic Colors of #EC9C17
Black with #EC9C17
Text Example
Text Example
White with #EC9C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C17; }
p { color: rgb(236,156,23); }
H1.HeaderClassName
{
color: #EC9C17;
}
.AnyTagClassName
{
color: #EC9C17;
}
</style>
background-color css
<style>
a { background-color: #EC9C17; }
a { background-color: rgb(236,156,23); }
div.DivClassName
{
background-color: #EC9C17;
}
.BgClassName
{
background-color: #EC9C17;
}
</style>
border-color css
<style>
span { border-color: #EC9C17; }
span { border-color: rgb(236,156,23); }
td.TdClassName
{
border-color: #EC9C17;
}
.TagClassName
{
border-color: #EC9C17;
}
</style>