Shades of Gamboge #EF9E04
Tints of Gamboge #EF9E04
RGB
CMYK
RGB Variations
Color information
#EF9E04 (or 0xEF9E04) is known color: Gamboge. HEX triplet: EF, 9E and 04. RGB value is (239,158,4). Sum of RGB (Red+Green+Blue) = 239+158+4=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9E04 is #1061FB. Grayscale: #A5A5A5. Windows color (decimal): -1073660 or 302831. OLE color: 302831.
HSL color Cylindrical-coordinate representation of color #EF9E04: hue angle of 39.32º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF9E04 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.06 |
| HSL | 39.32º | 0.97% | 0.48% | - |
| HSV(B) | 39.32º | 0.98% | 0.94% | - |
| XYZ | 47.85 | 42.81 | 5.86 | - |
| YUV | 164.66 | 37.34 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 4 | 0 | 0.34 | 0.98 | 0.06 | 39.32 | 0.97 | 0.48 |
| Hex | EF | 9E | 4 | 0 | 22 | 62 | 6 | 27 | 61 | 30 |
| Octal | 357 | 236 | 4 | 0 | 42 | 142 | 6 | 47 | 141 | 60 |
| Binary | 11101111 | 10011110 | 100 | 0 | 100010 | 1100010 | 110 | 100111 | 1100001 | 110000 |
Color Harmonies of #EF9E04
Complementary color
Monochromatic Colors of #EF9E04
Black with #EF9E04
Text Example
Text Example
White with #EF9E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E04; }
p { color: rgb(239,158,4); }
H1.HeaderClassName
{
color: #EF9E04;
}
.AnyTagClassName
{
color: #EF9E04;
}
</style>
background-color css
<style>
a { background-color: #EF9E04; }
a { background-color: rgb(239,158,4); }
div.DivClassName
{
background-color: #EF9E04;
}
.BgClassName
{
background-color: #EF9E04;
}
</style>
border-color css
<style>
span { border-color: #EF9E04; }
span { border-color: rgb(239,158,4); }
td.TdClassName
{
border-color: #EF9E04;
}
.TagClassName
{
border-color: #EF9E04;
}
</style>