Shades of Gamboge #EF9F0D
Tints of Gamboge #EF9F0D
RGB
CMYK
RGB Variations
Color information
#EF9F0D (or 0xEF9F0D) is known color: Gamboge. HEX triplet: EF, 9F and 0D. RGB value is (239,159,13). Sum of RGB (Red+Green+Blue) = 239+159+13=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9F0D is #1060F2. Grayscale: #A6A6A6. Windows color (decimal): -1073395 or 892911. OLE color: 892911.
HSL color Cylindrical-coordinate representation of color #EF9F0D: hue angle of 38.76º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF9F0D is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 13 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.06 |
| HSL | 38.76º | 0.9% | 0.49% | - |
| HSV(B) | 38.76º | 0.95% | 0.94% | - |
| XYZ | 48.07 | 43.18 | 6.18 | - |
| YUV | 166.28 | 41.5 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 13 | 0 | 0.33 | 0.95 | 0.06 | 38.76 | 0.9 | 0.49 |
| Hex | EF | 9F | D | 0 | 21 | 5F | 6 | 27 | 5A | 31 |
| Octal | 357 | 237 | 15 | 0 | 41 | 137 | 6 | 47 | 132 | 61 |
| Binary | 11101111 | 10011111 | 1101 | 0 | 100001 | 1011111 | 110 | 100111 | 1011010 | 110001 |
Color Harmonies of #EF9F0D
Complementary color
Monochromatic Colors of #EF9F0D
Black with #EF9F0D
Text Example
Text Example
White with #EF9F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F0D; }
p { color: rgb(239,159,13); }
H1.HeaderClassName
{
color: #EF9F0D;
}
.AnyTagClassName
{
color: #EF9F0D;
}
</style>
background-color css
<style>
a { background-color: #EF9F0D; }
a { background-color: rgb(239,159,13); }
div.DivClassName
{
background-color: #EF9F0D;
}
.BgClassName
{
background-color: #EF9F0D;
}
</style>
border-color css
<style>
span { border-color: #EF9F0D; }
span { border-color: rgb(239,159,13); }
td.TdClassName
{
border-color: #EF9F0D;
}
.TagClassName
{
border-color: #EF9F0D;
}
</style>