Shades of Gamboge #EF980F
Tints of Gamboge #EF980F
RGB
CMYK
RGB Variations
Color information
#EF980F (or 0xEF980F) is known color: Gamboge. HEX triplet: EF, 98 and 0F. RGB value is (239,152,15). Sum of RGB (Red+Green+Blue) = 239+152+15=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF980F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF980F is #1067F0. Grayscale: #A3A3A3. Windows color (decimal): -1075185 or 1022191. OLE color: 1022191.
HSL color Cylindrical-coordinate representation of color #EF980F: hue angle of 36.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF980F is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 15 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.06 |
| HSL | 36.7º | 0.88% | 0.5% | - |
| HSV(B) | 36.7º | 0.94% | 0.94% | - |
| XYZ | 46.91 | 40.84 | 5.86 | - |
| YUV | 162.4 | 44.82 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 15 | 0 | 0.36 | 0.94 | 0.06 | 36.7 | 0.88 | 0.5 |
| Hex | EF | 98 | F | 0 | 24 | 5E | 6 | 25 | 58 | 32 |
| Octal | 357 | 230 | 17 | 0 | 44 | 136 | 6 | 45 | 130 | 62 |
| Binary | 11101111 | 10011000 | 1111 | 0 | 100100 | 1011110 | 110 | 100101 | 1011000 | 110010 |
Color Harmonies of #EF980F
Complementary color
Monochromatic Colors of #EF980F
Black with #EF980F
Text Example
Text Example
White with #EF980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF980F; }
p { color: rgb(239,152,15); }
H1.HeaderClassName
{
color: #EF980F;
}
.AnyTagClassName
{
color: #EF980F;
}
</style>
background-color css
<style>
a { background-color: #EF980F; }
a { background-color: rgb(239,152,15); }
div.DivClassName
{
background-color: #EF980F;
}
.BgClassName
{
background-color: #EF980F;
}
</style>
border-color css
<style>
span { border-color: #EF980F; }
span { border-color: rgb(239,152,15); }
td.TdClassName
{
border-color: #EF980F;
}
.TagClassName
{
border-color: #EF980F;
}
</style>