Shades of Gamboge #EC9C18
Tints of Gamboge #EC9C18
RGB
CMYK
RGB Variations
Color information
#EC9C18 (or 0xEC9C18) is known color: Gamboge. HEX triplet: EC, 9C and 18. RGB value is (236,156,24). Sum of RGB (Red+Green+Blue) = 236+156+24=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C18 is #1363E7. Grayscale: #A5A5A5. Windows color (decimal): -1270760 or 1613036. OLE color: 1613036.
HSL color Cylindrical-coordinate representation of color #EC9C18: hue angle of 37.36º 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 #EC9C18 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 24 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.07 |
| HSL | 37.36º | 0.85% | 0.51% | - |
| HSV(B) | 37.36º | 0.9% | 0.93% | - |
| XYZ | 46.65 | 41.68 | 6.45 | - |
| YUV | 164.87 | 48.5 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 24 | 0 | 0.34 | 0.90 | 0.07 | 37.36 | 0.85 | 0.51 |
| Hex | EC | 9C | 18 | 0 | 22 | 5A | 7 | 25 | 55 | 33 |
| Octal | 354 | 234 | 30 | 0 | 42 | 132 | 7 | 45 | 125 | 63 |
| Binary | 11101100 | 10011100 | 11000 | 0 | 100010 | 1011010 | 111 | 100101 | 1010101 | 110011 |
Color Harmonies of #EC9C18
Complementary color
Monochromatic Colors of #EC9C18
Black with #EC9C18
Text Example
Text Example
White with #EC9C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C18; }
p { color: rgb(236,156,24); }
H1.HeaderClassName
{
color: #EC9C18;
}
.AnyTagClassName
{
color: #EC9C18;
}
</style>
background-color css
<style>
a { background-color: #EC9C18; }
a { background-color: rgb(236,156,24); }
div.DivClassName
{
background-color: #EC9C18;
}
.BgClassName
{
background-color: #EC9C18;
}
</style>
border-color css
<style>
span { border-color: #EC9C18; }
span { border-color: rgb(236,156,24); }
td.TdClassName
{
border-color: #EC9C18;
}
.TagClassName
{
border-color: #EC9C18;
}
</style>