Shades of Gamboge #EF940E
Tints of Gamboge #EF940E
RGB
CMYK
RGB Variations
Color information
#EF940E (or 0xEF940E) is known color: Gamboge. HEX triplet: EF, 94 and 0E. RGB value is (239,148,14). Sum of RGB (Red+Green+Blue) = 239+148+14=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF940E is #106BF1. Grayscale: #A0A0A0. Windows color (decimal): -1076210 or 955631. OLE color: 955631.
HSL color Cylindrical-coordinate representation of color #EF940E: hue angle of 35.73º 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 #EF940E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 14 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.06 |
| HSL | 35.73º | 0.89% | 0.5% | - |
| HSV(B) | 35.73º | 0.94% | 0.94% | - |
| XYZ | 46.27 | 39.56 | 5.61 | - |
| YUV | 159.93 | 45.65 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 14 | 0 | 0.38 | 0.94 | 0.06 | 35.73 | 0.89 | 0.5 |
| Hex | EF | 94 | E | 0 | 26 | 5E | 6 | 24 | 59 | 32 |
| Octal | 357 | 224 | 16 | 0 | 46 | 136 | 6 | 44 | 131 | 62 |
| Binary | 11101111 | 10010100 | 1110 | 0 | 100110 | 1011110 | 110 | 100100 | 1011001 | 110010 |
Color Harmonies of #EF940E
Complementary color
Monochromatic Colors of #EF940E
Black with #EF940E
Text Example
Text Example
White with #EF940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF940E; }
p { color: rgb(239,148,14); }
H1.HeaderClassName
{
color: #EF940E;
}
.AnyTagClassName
{
color: #EF940E;
}
</style>
background-color css
<style>
a { background-color: #EF940E; }
a { background-color: rgb(239,148,14); }
div.DivClassName
{
background-color: #EF940E;
}
.BgClassName
{
background-color: #EF940E;
}
</style>
border-color css
<style>
span { border-color: #EF940E; }
span { border-color: rgb(239,148,14); }
td.TdClassName
{
border-color: #EF940E;
}
.TagClassName
{
border-color: #EF940E;
}
</style>