Shades of Gamboge #EF930E
Tints of Gamboge #EF930E
RGB
CMYK
RGB Variations
Color information
#EF930E (or 0xEF930E) is known color: Gamboge. HEX triplet: EF, 93 and 0E. RGB value is (239,147,14). Sum of RGB (Red+Green+Blue) = 239+147+14=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF930E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF930E is #106CF1. Grayscale: #9F9F9F. Windows color (decimal): -1076466 or 955375. OLE color: 955375.
HSL color Cylindrical-coordinate representation of color #EF930E: hue angle of 35.47º 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 #EF930E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 14 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.06 |
| HSL | 35.47º | 0.89% | 0.5% | - |
| HSV(B) | 35.47º | 0.94% | 0.94% | - |
| XYZ | 46.11 | 39.25 | 5.56 | - |
| YUV | 159.35 | 45.98 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 14 | 0 | 0.38 | 0.94 | 0.06 | 35.47 | 0.89 | 0.5 |
| Hex | EF | 93 | E | 0 | 26 | 5E | 6 | 23 | 59 | 32 |
| Octal | 357 | 223 | 16 | 0 | 46 | 136 | 6 | 43 | 131 | 62 |
| Binary | 11101111 | 10010011 | 1110 | 0 | 100110 | 1011110 | 110 | 100011 | 1011001 | 110010 |
Color Harmonies of #EF930E
Complementary color
Monochromatic Colors of #EF930E
Black with #EF930E
Text Example
Text Example
White with #EF930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF930E; }
p { color: rgb(239,147,14); }
H1.HeaderClassName
{
color: #EF930E;
}
.AnyTagClassName
{
color: #EF930E;
}
</style>
background-color css
<style>
a { background-color: #EF930E; }
a { background-color: rgb(239,147,14); }
div.DivClassName
{
background-color: #EF930E;
}
.BgClassName
{
background-color: #EF930E;
}
</style>
border-color css
<style>
span { border-color: #EF930E; }
span { border-color: rgb(239,147,14); }
td.TdClassName
{
border-color: #EF930E;
}
.TagClassName
{
border-color: #EF930E;
}
</style>