Shades of Gamboge #EC980E
Tints of Gamboge #EC980E
RGB
CMYK
RGB Variations
Color information
#EC980E (or 0xEC980E) is known color: Gamboge. HEX triplet: EC, 98 and 0E. RGB value is (236,152,14). Sum of RGB (Red+Green+Blue) = 236+152+14=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC980E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC980E is #1367F1. Grayscale: #A2A2A2. Windows color (decimal): -1271794 or 956652. OLE color: 956652.
HSL color Cylindrical-coordinate representation of color #EC980E: hue angle of 37.3º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC980E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 14 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.07 |
| HSL | 37.3º | 0.89% | 0.49% | - |
| HSV(B) | 37.3º | 0.94% | 0.93% | - |
| XYZ | 45.9 | 40.32 | 5.78 | - |
| YUV | 161.38 | 44.83 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 14 | 0 | 0.36 | 0.94 | 0.07 | 37.3 | 0.89 | 0.49 |
| Hex | EC | 98 | E | 0 | 24 | 5E | 7 | 25 | 59 | 31 |
| Octal | 354 | 230 | 16 | 0 | 44 | 136 | 7 | 45 | 131 | 61 |
| Binary | 11101100 | 10011000 | 1110 | 0 | 100100 | 1011110 | 111 | 100101 | 1011001 | 110001 |
Color Harmonies of #EC980E
Complementary color
Monochromatic Colors of #EC980E
Black with #EC980E
Text Example
Text Example
White with #EC980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC980E; }
p { color: rgb(236,152,14); }
H1.HeaderClassName
{
color: #EC980E;
}
.AnyTagClassName
{
color: #EC980E;
}
</style>
background-color css
<style>
a { background-color: #EC980E; }
a { background-color: rgb(236,152,14); }
div.DivClassName
{
background-color: #EC980E;
}
.BgClassName
{
background-color: #EC980E;
}
</style>
border-color css
<style>
span { border-color: #EC980E; }
span { border-color: rgb(236,152,14); }
td.TdClassName
{
border-color: #EC980E;
}
.TagClassName
{
border-color: #EC980E;
}
</style>