Shades of Gamboge #E39519
Tints of Gamboge #E39519
RGB
CMYK
RGB Variations
Color information
#E39519 (or 0xE39519) is known color: Gamboge. HEX triplet: E3, 95 and 19. RGB value is (227,149,25). Sum of RGB (Red+Green+Blue) = 227+149+25=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E39519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39519 is #1C6AE6. Grayscale: #9E9E9E. Windows color (decimal): -1862375 or 1676771. OLE color: 1676771.
HSL color Cylindrical-coordinate representation of color #E39519: hue angle of 36.83º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E39519 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 25 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.11 |
| HSL | 36.83º | 0.8% | 0.49% | - |
| HSV(B) | 36.83º | 0.89% | 0.89% | - |
| XYZ | 42.6 | 37.9 | 5.99 | - |
| YUV | 158.19 | 52.84 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 25 | 0 | 0.34 | 0.89 | 0.11 | 36.83 | 0.8 | 0.49 |
| Hex | E3 | 95 | 19 | 0 | 22 | 59 | B | 25 | 50 | 31 |
| Octal | 343 | 225 | 31 | 0 | 42 | 131 | 13 | 45 | 120 | 61 |
| Binary | 11100011 | 10010101 | 11001 | 0 | 100010 | 1011001 | 1011 | 100101 | 1010000 | 110001 |
Color Harmonies of #E39519
Complementary color
Monochromatic Colors of #E39519
Black with #E39519
Text Example
Text Example
White with #E39519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39519; }
p { color: rgb(227,149,25); }
H1.HeaderClassName
{
color: #E39519;
}
.AnyTagClassName
{
color: #E39519;
}
</style>
background-color css
<style>
a { background-color: #E39519; }
a { background-color: rgb(227,149,25); }
div.DivClassName
{
background-color: #E39519;
}
.BgClassName
{
background-color: #E39519;
}
</style>
border-color css
<style>
span { border-color: #E39519; }
span { border-color: rgb(227,149,25); }
td.TdClassName
{
border-color: #E39519;
}
.TagClassName
{
border-color: #E39519;
}
</style>