Shades of Gamboge #EF990E
Tints of Gamboge #EF990E
RGB
CMYK
RGB Variations
Color information
#EF990E (or 0xEF990E) is known color: Gamboge. HEX triplet: EF, 99 and 0E. RGB value is (239,153,14). Sum of RGB (Red+Green+Blue) = 239+153+14=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF990E is #1066F1. Grayscale: #A3A3A3. Windows color (decimal): -1074930 or 956911. OLE color: 956911.
HSL color Cylindrical-coordinate representation of color #EF990E: hue angle of 37.07º degrees, saturation: 0.89, 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 #EF990E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 14 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.06 |
| HSL | 37.07º | 0.89% | 0.5% | - |
| HSV(B) | 37.07º | 0.94% | 0.94% | - |
| XYZ | 47.07 | 41.16 | 5.88 | - |
| YUV | 162.87 | 43.99 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 14 | 0 | 0.36 | 0.94 | 0.06 | 37.07 | 0.89 | 0.5 |
| Hex | EF | 99 | E | 0 | 24 | 5E | 6 | 25 | 59 | 32 |
| Octal | 357 | 231 | 16 | 0 | 44 | 136 | 6 | 45 | 131 | 62 |
| Binary | 11101111 | 10011001 | 1110 | 0 | 100100 | 1011110 | 110 | 100101 | 1011001 | 110010 |
Color Harmonies of #EF990E
Complementary color
Monochromatic Colors of #EF990E
Black with #EF990E
Text Example
Text Example
White with #EF990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF990E; }
p { color: rgb(239,153,14); }
H1.HeaderClassName
{
color: #EF990E;
}
.AnyTagClassName
{
color: #EF990E;
}
</style>
background-color css
<style>
a { background-color: #EF990E; }
a { background-color: rgb(239,153,14); }
div.DivClassName
{
background-color: #EF990E;
}
.BgClassName
{
background-color: #EF990E;
}
</style>
border-color css
<style>
span { border-color: #EF990E; }
span { border-color: rgb(239,153,14); }
td.TdClassName
{
border-color: #EF990E;
}
.TagClassName
{
border-color: #EF990E;
}
</style>