Shades of Gamboge #EF9411
Tints of Gamboge #EF9411
RGB
CMYK
RGB Variations
Color information
#EF9411 (or 0xEF9411) is known color: Gamboge. HEX triplet: EF, 94 and 11. RGB value is (239,148,17). Sum of RGB (Red+Green+Blue) = 239+148+17=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9411 is #106BEE. Grayscale: #A0A0A0. Windows color (decimal): -1076207 or 1152239. OLE color: 1152239.
HSL color Cylindrical-coordinate representation of color #EF9411: hue angle of 35.41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF9411 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 17 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.06 |
| HSL | 35.41º | 0.87% | 0.5% | - |
| HSV(B) | 35.41º | 0.93% | 0.94% | - |
| XYZ | 46.29 | 39.57 | 5.73 | - |
| YUV | 160.28 | 47.15 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 17 | 0 | 0.38 | 0.93 | 0.06 | 35.41 | 0.87 | 0.5 |
| Hex | EF | 94 | 11 | 0 | 26 | 5D | 6 | 23 | 57 | 32 |
| Octal | 357 | 224 | 21 | 0 | 46 | 135 | 6 | 43 | 127 | 62 |
| Binary | 11101111 | 10010100 | 10001 | 0 | 100110 | 1011101 | 110 | 100011 | 1010111 | 110010 |
Color Harmonies of #EF9411
Complementary color
Monochromatic Colors of #EF9411
Black with #EF9411
Text Example
Text Example
White with #EF9411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9411; }
p { color: rgb(239,148,17); }
H1.HeaderClassName
{
color: #EF9411;
}
.AnyTagClassName
{
color: #EF9411;
}
</style>
background-color css
<style>
a { background-color: #EF9411; }
a { background-color: rgb(239,148,17); }
div.DivClassName
{
background-color: #EF9411;
}
.BgClassName
{
background-color: #EF9411;
}
</style>
border-color css
<style>
span { border-color: #EF9411; }
span { border-color: rgb(239,148,17); }
td.TdClassName
{
border-color: #EF9411;
}
.TagClassName
{
border-color: #EF9411;
}
</style>