Shades of Gamboge #E39D00
Tints of Gamboge #E39D00
RGB
CMYK
RGB Variations
Color information
#E39D00 (or 0xE39D00) is known color: Gamboge. HEX triplet: E3, 9D and 00. RGB value is (227,157,0). Sum of RGB (Red+Green+Blue) = 227+157+0=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E39D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39D00 is #1C62FF. Grayscale: #A0A0A0. Windows color (decimal): -1860352 or 40419. OLE color: 40419.
HSL color Cylindrical-coordinate representation of color #E39D00: hue angle of 41.5º 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 #E39D00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 157 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.11 |
| HSL | 41.5º | 1% | 0.45% | - |
| HSV(B) | 41.5º | 1% | 0.89% | - |
| XYZ | 43.74 | 40.44 | 5.5 | - |
| YUV | 160.03 | 37.69 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 157 | 0 | 0 | 0.31 | 1 | 0.11 | 41.5 | 1 | 0.45 |
| Hex | E3 | 9D | 0 | 0 | 1F | 64 | B | 29 | 64 | 2D |
| Octal | 343 | 235 | 0 | 0 | 37 | 144 | 13 | 51 | 144 | 55 |
| Binary | 11100011 | 10011101 | 0 | 0 | 11111 | 1100100 | 1011 | 101001 | 1100100 | 101101 |
Color Harmonies of #E39D00
Complementary color
Monochromatic Colors of #E39D00
Black with #E39D00
Text Example
Text Example
White with #E39D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39D00; }
p { color: rgb(227,157,0); }
H1.HeaderClassName
{
color: #E39D00;
}
.AnyTagClassName
{
color: #E39D00;
}
</style>
background-color css
<style>
a { background-color: #E39D00; }
a { background-color: rgb(227,157,0); }
div.DivClassName
{
background-color: #E39D00;
}
.BgClassName
{
background-color: #E39D00;
}
</style>
border-color css
<style>
span { border-color: #E39D00; }
span { border-color: rgb(227,157,0); }
td.TdClassName
{
border-color: #E39D00;
}
.TagClassName
{
border-color: #E39D00;
}
</style>