Shades of Gamboge #EC9817
Tints of Gamboge #EC9817
RGB
CMYK
RGB Variations
Color information
#EC9817 (or 0xEC9817) is known color: Gamboge. HEX triplet: EC, 98 and 17. RGB value is (236,152,23). Sum of RGB (Red+Green+Blue) = 236+152+23=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9817 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9817 is #1367E8. Grayscale: #A3A3A3. Windows color (decimal): -1271785 or 1546476. OLE color: 1546476.
HSL color Cylindrical-coordinate representation of color #EC9817: hue angle of 36.34º 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 #EC9817 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 23 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.07 |
| HSL | 36.34º | 0.85% | 0.51% | - |
| HSV(B) | 36.34º | 0.9% | 0.93% | - |
| XYZ | 45.97 | 40.35 | 6.18 | - |
| YUV | 162.41 | 49.33 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 23 | 0 | 0.36 | 0.90 | 0.07 | 36.34 | 0.85 | 0.51 |
| Hex | EC | 98 | 17 | 0 | 24 | 5A | 7 | 24 | 55 | 33 |
| Octal | 354 | 230 | 27 | 0 | 44 | 132 | 7 | 44 | 125 | 63 |
| Binary | 11101100 | 10011000 | 10111 | 0 | 100100 | 1011010 | 111 | 100100 | 1010101 | 110011 |
Color Harmonies of #EC9817
Complementary color
Monochromatic Colors of #EC9817
Black with #EC9817
Text Example
Text Example
White with #EC9817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9817; }
p { color: rgb(236,152,23); }
H1.HeaderClassName
{
color: #EC9817;
}
.AnyTagClassName
{
color: #EC9817;
}
</style>
background-color css
<style>
a { background-color: #EC9817; }
a { background-color: rgb(236,152,23); }
div.DivClassName
{
background-color: #EC9817;
}
.BgClassName
{
background-color: #EC9817;
}
</style>
border-color css
<style>
span { border-color: #EC9817; }
span { border-color: rgb(236,152,23); }
td.TdClassName
{
border-color: #EC9817;
}
.TagClassName
{
border-color: #EC9817;
}
</style>