Shades of Gamboge #EC980B
Tints of Gamboge #EC980B
RGB
CMYK
RGB Variations
Color information
#EC980B (or 0xEC980B) is known color: Gamboge. HEX triplet: EC, 98 and 0B. RGB value is (236,152,11). Sum of RGB (Red+Green+Blue) = 236+152+11=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC980B is #1367F4. Grayscale: #A1A1A1. Windows color (decimal): -1271797 or 760044. OLE color: 760044.
HSL color Cylindrical-coordinate representation of color #EC980B: hue angle of 37.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC980B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.07 |
| HSL | 37.6º | 0.91% | 0.48% | - |
| HSV(B) | 37.6º | 0.95% | 0.93% | - |
| XYZ | 45.88 | 40.31 | 5.68 | - |
| YUV | 161.04 | 43.33 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 11 | 0 | 0.36 | 0.95 | 0.07 | 37.6 | 0.91 | 0.48 |
| Hex | EC | 98 | B | 0 | 24 | 5F | 7 | 26 | 5B | 30 |
| Octal | 354 | 230 | 13 | 0 | 44 | 137 | 7 | 46 | 133 | 60 |
| Binary | 11101100 | 10011000 | 1011 | 0 | 100100 | 1011111 | 111 | 100110 | 1011011 | 110000 |
Color Harmonies of #EC980B
Complementary color
Monochromatic Colors of #EC980B
Black with #EC980B
Text Example
Text Example
White with #EC980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC980B; }
p { color: rgb(236,152,11); }
H1.HeaderClassName
{
color: #EC980B;
}
.AnyTagClassName
{
color: #EC980B;
}
</style>
background-color css
<style>
a { background-color: #EC980B; }
a { background-color: rgb(236,152,11); }
div.DivClassName
{
background-color: #EC980B;
}
.BgClassName
{
background-color: #EC980B;
}
</style>
border-color css
<style>
span { border-color: #EC980B; }
span { border-color: rgb(236,152,11); }
td.TdClassName
{
border-color: #EC980B;
}
.TagClassName
{
border-color: #EC980B;
}
</style>