Shades of Gamboge #EC980A
Tints of Gamboge #EC980A
RGB
CMYK
RGB Variations
Color information
#EC980A (or 0xEC980A) is known color: Gamboge. HEX triplet: EC, 98 and 0A. RGB value is (236,152,10). Sum of RGB (Red+Green+Blue) = 236+152+10=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC980A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC980A is #1367F5. Grayscale: #A1A1A1. Windows color (decimal): -1271798 or 694508. OLE color: 694508.
HSL color Cylindrical-coordinate representation of color #EC980A: hue angle of 37.7º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC980A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 10 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.07 |
| HSL | 37.7º | 0.92% | 0.48% | - |
| HSV(B) | 37.7º | 0.96% | 0.93% | - |
| XYZ | 45.88 | 40.31 | 5.65 | - |
| YUV | 160.93 | 42.83 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 10 | 0 | 0.36 | 0.96 | 0.07 | 37.7 | 0.92 | 0.48 |
| Hex | EC | 98 | A | 0 | 24 | 60 | 7 | 26 | 5C | 30 |
| Octal | 354 | 230 | 12 | 0 | 44 | 140 | 7 | 46 | 134 | 60 |
| Binary | 11101100 | 10011000 | 1010 | 0 | 100100 | 1100000 | 111 | 100110 | 1011100 | 110000 |
Color Harmonies of #EC980A
Complementary color
Monochromatic Colors of #EC980A
Black with #EC980A
Text Example
Text Example
White with #EC980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC980A; }
p { color: rgb(236,152,10); }
H1.HeaderClassName
{
color: #EC980A;
}
.AnyTagClassName
{
color: #EC980A;
}
</style>
background-color css
<style>
a { background-color: #EC980A; }
a { background-color: rgb(236,152,10); }
div.DivClassName
{
background-color: #EC980A;
}
.BgClassName
{
background-color: #EC980A;
}
</style>
border-color css
<style>
span { border-color: #EC980A; }
span { border-color: rgb(236,152,10); }
td.TdClassName
{
border-color: #EC980A;
}
.TagClassName
{
border-color: #EC980A;
}
</style>