Shades of Gamboge #EC9C14
Tints of Gamboge #EC9C14
RGB
CMYK
RGB Variations
Color information
#EC9C14 (or 0xEC9C14) is known color: Gamboge. HEX triplet: EC, 9C and 14. RGB value is (236,156,20). Sum of RGB (Red+Green+Blue) = 236+156+20=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C14 is #1363EB. Grayscale: #A5A5A5. Windows color (decimal): -1270764 or 1350892. OLE color: 1350892.
HSL color Cylindrical-coordinate representation of color #EC9C14: hue angle of 37.78º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC9C14 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 20 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.07 |
| HSL | 37.78º | 0.85% | 0.5% | - |
| HSV(B) | 37.78º | 0.92% | 0.93% | - |
| XYZ | 46.61 | 41.66 | 6.25 | - |
| YUV | 164.42 | 46.5 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 20 | 0 | 0.34 | 0.92 | 0.07 | 37.78 | 0.85 | 0.5 |
| Hex | EC | 9C | 14 | 0 | 22 | 5C | 7 | 26 | 55 | 32 |
| Octal | 354 | 234 | 24 | 0 | 42 | 134 | 7 | 46 | 125 | 62 |
| Binary | 11101100 | 10011100 | 10100 | 0 | 100010 | 1011100 | 111 | 100110 | 1010101 | 110010 |
Color Harmonies of #EC9C14
Complementary color
Monochromatic Colors of #EC9C14
Black with #EC9C14
Text Example
Text Example
White with #EC9C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C14; }
p { color: rgb(236,156,20); }
H1.HeaderClassName
{
color: #EC9C14;
}
.AnyTagClassName
{
color: #EC9C14;
}
</style>
background-color css
<style>
a { background-color: #EC9C14; }
a { background-color: rgb(236,156,20); }
div.DivClassName
{
background-color: #EC9C14;
}
.BgClassName
{
background-color: #EC9C14;
}
</style>
border-color css
<style>
span { border-color: #EC9C14; }
span { border-color: rgb(236,156,20); }
td.TdClassName
{
border-color: #EC9C14;
}
.TagClassName
{
border-color: #EC9C14;
}
</style>