Shades of Gamboge #EF9A0D
Tints of Gamboge #EF9A0D
RGB
CMYK
RGB Variations
Color information
#EF9A0D (or 0xEF9A0D) is known color: Gamboge. HEX triplet: EF, 9A and 0D. RGB value is (239,154,13). Sum of RGB (Red+Green+Blue) = 239+154+13=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9A0D is #1065F2. Grayscale: #A3A3A3. Windows color (decimal): -1074675 or 891631. OLE color: 891631.
HSL color Cylindrical-coordinate representation of color #EF9A0D: hue angle of 37.43º 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 #EF9A0D is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 13 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.06 |
| HSL | 37.43º | 0.9% | 0.49% | - |
| HSV(B) | 37.43º | 0.95% | 0.94% | - |
| XYZ | 47.22 | 41.49 | 5.9 | - |
| YUV | 163.34 | 43.16 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 13 | 0 | 0.36 | 0.95 | 0.06 | 37.43 | 0.9 | 0.49 |
| Hex | EF | 9A | D | 0 | 24 | 5F | 6 | 25 | 5A | 31 |
| Octal | 357 | 232 | 15 | 0 | 44 | 137 | 6 | 45 | 132 | 61 |
| Binary | 11101111 | 10011010 | 1101 | 0 | 100100 | 1011111 | 110 | 100101 | 1011010 | 110001 |
Color Harmonies of #EF9A0D
Complementary color
Monochromatic Colors of #EF9A0D
Black with #EF9A0D
Text Example
Text Example
White with #EF9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A0D; }
p { color: rgb(239,154,13); }
H1.HeaderClassName
{
color: #EF9A0D;
}
.AnyTagClassName
{
color: #EF9A0D;
}
</style>
background-color css
<style>
a { background-color: #EF9A0D; }
a { background-color: rgb(239,154,13); }
div.DivClassName
{
background-color: #EF9A0D;
}
.BgClassName
{
background-color: #EF9A0D;
}
</style>
border-color css
<style>
span { border-color: #EF9A0D; }
span { border-color: rgb(239,154,13); }
td.TdClassName
{
border-color: #EF9A0D;
}
.TagClassName
{
border-color: #EF9A0D;
}
</style>