Shades of Gamboge #EC980D
Tints of Gamboge #EC980D
RGB
CMYK
RGB Variations
Color information
#EC980D (or 0xEC980D) is known color: Gamboge. HEX triplet: EC, 98 and 0D. RGB value is (236,152,13). Sum of RGB (Red+Green+Blue) = 236+152+13=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC980D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC980D is #1367F2. Grayscale: #A1A1A1. Windows color (decimal): -1271795 or 891116. OLE color: 891116.
HSL color Cylindrical-coordinate representation of color #EC980D: hue angle of 37.4º degrees, saturation: 0.9, 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 #EC980D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.07 |
| HSL | 37.4º | 0.9% | 0.49% | - |
| HSV(B) | 37.4º | 0.94% | 0.93% | - |
| XYZ | 45.89 | 40.32 | 5.74 | - |
| YUV | 161.27 | 44.33 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 13 | 0 | 0.36 | 0.94 | 0.07 | 37.4 | 0.9 | 0.49 |
| Hex | EC | 98 | D | 0 | 24 | 5E | 7 | 25 | 5A | 31 |
| Octal | 354 | 230 | 15 | 0 | 44 | 136 | 7 | 45 | 132 | 61 |
| Binary | 11101100 | 10011000 | 1101 | 0 | 100100 | 1011110 | 111 | 100101 | 1011010 | 110001 |
Color Harmonies of #EC980D
Complementary color
Monochromatic Colors of #EC980D
Black with #EC980D
Text Example
Text Example
White with #EC980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC980D; }
p { color: rgb(236,152,13); }
H1.HeaderClassName
{
color: #EC980D;
}
.AnyTagClassName
{
color: #EC980D;
}
</style>
background-color css
<style>
a { background-color: #EC980D; }
a { background-color: rgb(236,152,13); }
div.DivClassName
{
background-color: #EC980D;
}
.BgClassName
{
background-color: #EC980D;
}
</style>
border-color css
<style>
span { border-color: #EC980D; }
span { border-color: rgb(236,152,13); }
td.TdClassName
{
border-color: #EC980D;
}
.TagClassName
{
border-color: #EC980D;
}
</style>