Shades of Gamboge #E39E00
Tints of Gamboge #E39E00
RGB
CMYK
RGB Variations
Color information
#E39E00 (or 0xE39E00) is known color: Gamboge. HEX triplet: E3, 9E and 00. RGB value is (227,158,0). Sum of RGB (Red+Green+Blue) = 227+158+0=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E39E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39E00 is #1C61FF. Grayscale: #A1A1A1. Windows color (decimal): -1860096 or 40675. OLE color: 40675.
HSL color Cylindrical-coordinate representation of color #E39E00: hue angle of 41.76º 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 #E39E00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 158 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.11 |
| HSL | 41.76º | 1% | 0.45% | - |
| HSV(B) | 41.76º | 1% | 0.89% | - |
| XYZ | 43.91 | 40.78 | 5.56 | - |
| YUV | 160.62 | 37.36 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 158 | 0 | 0 | 0.30 | 1 | 0.11 | 41.76 | 1 | 0.45 |
| Hex | E3 | 9E | 0 | 0 | 1E | 64 | B | 2A | 64 | 2D |
| Octal | 343 | 236 | 0 | 0 | 36 | 144 | 13 | 52 | 144 | 55 |
| Binary | 11100011 | 10011110 | 0 | 0 | 11110 | 1100100 | 1011 | 101010 | 1100100 | 101101 |
Color Harmonies of #E39E00
Complementary color
Monochromatic Colors of #E39E00
Black with #E39E00
Text Example
Text Example
White with #E39E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39E00; }
p { color: rgb(227,158,0); }
H1.HeaderClassName
{
color: #E39E00;
}
.AnyTagClassName
{
color: #E39E00;
}
</style>
background-color css
<style>
a { background-color: #E39E00; }
a { background-color: rgb(227,158,0); }
div.DivClassName
{
background-color: #E39E00;
}
.BgClassName
{
background-color: #E39E00;
}
</style>
border-color css
<style>
span { border-color: #E39E00; }
span { border-color: rgb(227,158,0); }
td.TdClassName
{
border-color: #E39E00;
}
.TagClassName
{
border-color: #E39E00;
}
</style>