Shades of Gamboge #E39304
Tints of Gamboge #E39304
RGB
CMYK
RGB Variations
Color information
#E39304 (or 0xE39304) is known color: Gamboge. HEX triplet: E3, 93 and 04. RGB value is (227,147,4). Sum of RGB (Red+Green+Blue) = 227+147+4=378 (50% of max value = 765). Red value is 227 (89.06% from 255 or 60.05% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 227 - color contains mainly: red. Hex color #E39304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39304 is #1C6CFB. Grayscale: #9B9B9B. Windows color (decimal): -1862908 or 300003. OLE color: 300003.
HSL color Cylindrical-coordinate representation of color #E39304: hue angle of 38.48º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E39304 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.11 |
| HSL | 38.48º | 0.97% | 0.45% | - |
| HSV(B) | 38.48º | 0.98% | 0.89% | - |
| XYZ | 42.13 | 37.21 | 5.08 | - |
| YUV | 154.62 | 43 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 4 | 0 | 0.35 | 0.98 | 0.11 | 38.48 | 0.97 | 0.45 |
| Hex | E3 | 93 | 4 | 0 | 23 | 62 | B | 26 | 61 | 2D |
| Octal | 343 | 223 | 4 | 0 | 43 | 142 | 13 | 46 | 141 | 55 |
| Binary | 11100011 | 10010011 | 100 | 0 | 100011 | 1100010 | 1011 | 100110 | 1100001 | 101101 |
Color Harmonies of #E39304
Complementary color
Monochromatic Colors of #E39304
Black with #E39304
Text Example
Text Example
White with #E39304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39304; }
p { color: rgb(227,147,4); }
H1.HeaderClassName
{
color: #E39304;
}
.AnyTagClassName
{
color: #E39304;
}
</style>
background-color css
<style>
a { background-color: #E39304; }
a { background-color: rgb(227,147,4); }
div.DivClassName
{
background-color: #E39304;
}
.BgClassName
{
background-color: #E39304;
}
</style>
border-color css
<style>
span { border-color: #E39304; }
span { border-color: rgb(227,147,4); }
td.TdClassName
{
border-color: #E39304;
}
.TagClassName
{
border-color: #E39304;
}
</style>