Shades of Gamboge #EC9C0C
Tints of Gamboge #EC9C0C
RGB
CMYK
RGB Variations
Color information
#EC9C0C (or 0xEC9C0C) is known color: Gamboge. HEX triplet: EC, 9C and 0C. RGB value is (236,156,12). Sum of RGB (Red+Green+Blue) = 236+156+12=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C0C is #1363F3. Grayscale: #A4A4A4. Windows color (decimal): -1270772 or 826604. OLE color: 826604.
HSL color Cylindrical-coordinate representation of color #EC9C0C: hue angle of 38.57º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC9C0C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.07 |
| HSL | 38.57º | 0.9% | 0.49% | - |
| HSV(B) | 38.57º | 0.95% | 0.93% | - |
| XYZ | 46.55 | 41.64 | 5.93 | - |
| YUV | 163.5 | 42.5 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 12 | 0 | 0.34 | 0.95 | 0.07 | 38.57 | 0.9 | 0.49 |
| Hex | EC | 9C | C | 0 | 22 | 5F | 7 | 27 | 5A | 31 |
| Octal | 354 | 234 | 14 | 0 | 42 | 137 | 7 | 47 | 132 | 61 |
| Binary | 11101100 | 10011100 | 1100 | 0 | 100010 | 1011111 | 111 | 100111 | 1011010 | 110001 |
Color Harmonies of #EC9C0C
Complementary color
Monochromatic Colors of #EC9C0C
Black with #EC9C0C
Text Example
Text Example
White with #EC9C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C0C; }
p { color: rgb(236,156,12); }
H1.HeaderClassName
{
color: #EC9C0C;
}
.AnyTagClassName
{
color: #EC9C0C;
}
</style>
background-color css
<style>
a { background-color: #EC9C0C; }
a { background-color: rgb(236,156,12); }
div.DivClassName
{
background-color: #EC9C0C;
}
.BgClassName
{
background-color: #EC9C0C;
}
</style>
border-color css
<style>
span { border-color: #EC9C0C; }
span { border-color: rgb(236,156,12); }
td.TdClassName
{
border-color: #EC9C0C;
}
.TagClassName
{
border-color: #EC9C0C;
}
</style>