Shades of Gamboge #EF9807
Tints of Gamboge #EF9807
RGB
CMYK
RGB Variations
Color information
#EF9807 (or 0xEF9807) is known color: Gamboge. HEX triplet: EF, 98 and 07. RGB value is (239,152,7). Sum of RGB (Red+Green+Blue) = 239+152+7=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9807 is #1067F8. Grayscale: #A2A2A2. Windows color (decimal): -1075193 or 497903. OLE color: 497903.
HSL color Cylindrical-coordinate representation of color #EF9807: hue angle of 37.5º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF9807 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 7 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.06 |
| HSL | 37.5º | 0.94% | 0.48% | - |
| HSV(B) | 37.5º | 0.97% | 0.94% | - |
| XYZ | 46.86 | 40.82 | 5.61 | - |
| YUV | 161.48 | 40.82 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 7 | 0 | 0.36 | 0.97 | 0.06 | 37.5 | 0.94 | 0.48 |
| Hex | EF | 98 | 7 | 0 | 24 | 61 | 6 | 26 | 5E | 30 |
| Octal | 357 | 230 | 7 | 0 | 44 | 141 | 6 | 46 | 136 | 60 |
| Binary | 11101111 | 10011000 | 111 | 0 | 100100 | 1100001 | 110 | 100110 | 1011110 | 110000 |
Color Harmonies of #EF9807
Complementary color
Monochromatic Colors of #EF9807
Black with #EF9807
Text Example
Text Example
White with #EF9807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9807; }
p { color: rgb(239,152,7); }
H1.HeaderClassName
{
color: #EF9807;
}
.AnyTagClassName
{
color: #EF9807;
}
</style>
background-color css
<style>
a { background-color: #EF9807; }
a { background-color: rgb(239,152,7); }
div.DivClassName
{
background-color: #EF9807;
}
.BgClassName
{
background-color: #EF9807;
}
</style>
border-color css
<style>
span { border-color: #EF9807; }
span { border-color: rgb(239,152,7); }
td.TdClassName
{
border-color: #EF9807;
}
.TagClassName
{
border-color: #EF9807;
}
</style>