Shades of Gamboge #E39F16
Tints of Gamboge #E39F16
RGB
CMYK
RGB Variations
Color information
#E39F16 (or 0xE39F16) is known color: Gamboge. HEX triplet: E3, 9F and 16. RGB value is (227,159,22). Sum of RGB (Red+Green+Blue) = 227+159+22=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E39F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39F16 is #1C60E9. Grayscale: #A4A4A4. Windows color (decimal): -1859818 or 1482723. OLE color: 1482723.
HSL color Cylindrical-coordinate representation of color #E39F16: hue angle of 40.1º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E39F16 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 159 | 22 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.11 |
| HSL | 40.1º | 0.82% | 0.49% | - |
| HSV(B) | 40.1º | 0.9% | 0.89% | - |
| XYZ | 44.22 | 41.19 | 6.38 | - |
| YUV | 163.71 | 48.03 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 159 | 22 | 0 | 0.30 | 0.90 | 0.11 | 40.1 | 0.82 | 0.49 |
| Hex | E3 | 9F | 16 | 0 | 1E | 5A | B | 28 | 52 | 31 |
| Octal | 343 | 237 | 26 | 0 | 36 | 132 | 13 | 50 | 122 | 61 |
| Binary | 11100011 | 10011111 | 10110 | 0 | 11110 | 1011010 | 1011 | 101000 | 1010010 | 110001 |
Color Harmonies of #E39F16
Complementary color
Monochromatic Colors of #E39F16
Black with #E39F16
Text Example
Text Example
White with #E39F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39F16; }
p { color: rgb(227,159,22); }
H1.HeaderClassName
{
color: #E39F16;
}
.AnyTagClassName
{
color: #E39F16;
}
</style>
background-color css
<style>
a { background-color: #E39F16; }
a { background-color: rgb(227,159,22); }
div.DivClassName
{
background-color: #E39F16;
}
.BgClassName
{
background-color: #E39F16;
}
</style>
border-color css
<style>
span { border-color: #E39F16; }
span { border-color: rgb(227,159,22); }
td.TdClassName
{
border-color: #E39F16;
}
.TagClassName
{
border-color: #E39F16;
}
</style>