Shades of Gamboge #EF9610
Tints of Gamboge #EF9610
RGB
CMYK
RGB Variations
Color information
#EF9610 (or 0xEF9610) is known color: Gamboge. HEX triplet: EF, 96 and 10. RGB value is (239,150,16). Sum of RGB (Red+Green+Blue) = 239+150+16=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9610 is #1069EF. Grayscale: #A1A1A1. Windows color (decimal): -1075696 or 1087215. OLE color: 1087215.
HSL color Cylindrical-coordinate representation of color #EF9610: hue angle of 36.05º 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 #EF9610 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 16 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.06 |
| HSL | 36.05º | 0.87% | 0.5% | - |
| HSV(B) | 36.05º | 0.93% | 0.94% | - |
| XYZ | 46.6 | 40.2 | 5.79 | - |
| YUV | 161.34 | 45.99 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 16 | 0 | 0.37 | 0.93 | 0.06 | 36.05 | 0.87 | 0.5 |
| Hex | EF | 96 | 10 | 0 | 25 | 5D | 6 | 24 | 57 | 32 |
| Octal | 357 | 226 | 20 | 0 | 45 | 135 | 6 | 44 | 127 | 62 |
| Binary | 11101111 | 10010110 | 10000 | 0 | 100101 | 1011101 | 110 | 100100 | 1010111 | 110010 |
Color Harmonies of #EF9610
Complementary color
Monochromatic Colors of #EF9610
Black with #EF9610
Text Example
Text Example
White with #EF9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9610; }
p { color: rgb(239,150,16); }
H1.HeaderClassName
{
color: #EF9610;
}
.AnyTagClassName
{
color: #EF9610;
}
</style>
background-color css
<style>
a { background-color: #EF9610; }
a { background-color: rgb(239,150,16); }
div.DivClassName
{
background-color: #EF9610;
}
.BgClassName
{
background-color: #EF9610;
}
</style>
border-color css
<style>
span { border-color: #EF9610; }
span { border-color: rgb(239,150,16); }
td.TdClassName
{
border-color: #EF9610;
}
.TagClassName
{
border-color: #EF9610;
}
</style>