Shades of Gamboge #E39F00
Tints of Gamboge #E39F00
RGB
CMYK
RGB Variations
Color information
#E39F00 (or 0xE39F00) is known color: Gamboge. HEX triplet: E3, 9F and 00. RGB value is (227,159,0). Sum of RGB (Red+Green+Blue) = 227+159+0=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E39F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39F00 is #1C60FF. Grayscale: #A1A1A1. Windows color (decimal): -1859840 or 40931. OLE color: 40931.
HSL color Cylindrical-coordinate representation of color #E39F00: hue angle of 42.03º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E39F00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 159 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.11 |
| HSL | 42.03º | 1% | 0.45% | - |
| HSV(B) | 42.03º | 1% | 0.89% | - |
| XYZ | 44.08 | 41.13 | 5.62 | - |
| YUV | 161.21 | 37.03 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 159 | 0 | 0 | 0.30 | 1 | 0.11 | 42.03 | 1 | 0.45 |
| Hex | E3 | 9F | 0 | 0 | 1E | 64 | B | 2A | 64 | 2D |
| Octal | 343 | 237 | 0 | 0 | 36 | 144 | 13 | 52 | 144 | 55 |
| Binary | 11100011 | 10011111 | 0 | 0 | 11110 | 1100100 | 1011 | 101010 | 1100100 | 101101 |
Color Harmonies of #E39F00
Complementary color
Monochromatic Colors of #E39F00
Black with #E39F00
Text Example
Text Example
White with #E39F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39F00; }
p { color: rgb(227,159,0); }
H1.HeaderClassName
{
color: #E39F00;
}
.AnyTagClassName
{
color: #E39F00;
}
</style>
background-color css
<style>
a { background-color: #E39F00; }
a { background-color: rgb(227,159,0); }
div.DivClassName
{
background-color: #E39F00;
}
.BgClassName
{
background-color: #E39F00;
}
</style>
border-color css
<style>
span { border-color: #E39F00; }
span { border-color: rgb(227,159,0); }
td.TdClassName
{
border-color: #E39F00;
}
.TagClassName
{
border-color: #E39F00;
}
</style>