Shades of Gamboge #E49519
Tints of Gamboge #E49519
RGB
CMYK
RGB Variations
Color information
#E49519 (or 0xE49519) is known color: Gamboge. HEX triplet: E4, 95 and 19. RGB value is (228,149,25). Sum of RGB (Red+Green+Blue) = 228+149+25=402 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.72% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 228 - color contains mainly: red. Hex color #E49519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49519 is #1B6AE6. Grayscale: #9F9F9F. Windows color (decimal): -1796839 or 1676772. OLE color: 1676772.
HSL color Cylindrical-coordinate representation of color #E49519: hue angle of 36.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E49519 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 25 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.11 |
| HSL | 36.65º | 0.8% | 0.5% | - |
| HSV(B) | 36.65º | 0.89% | 0.89% | - |
| XYZ | 42.92 | 38.06 | 6 | - |
| YUV | 158.49 | 52.67 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 25 | 0 | 0.35 | 0.89 | 0.11 | 36.65 | 0.8 | 0.5 |
| Hex | E4 | 95 | 19 | 0 | 23 | 59 | B | 25 | 50 | 32 |
| Octal | 344 | 225 | 31 | 0 | 43 | 131 | 13 | 45 | 120 | 62 |
| Binary | 11100100 | 10010101 | 11001 | 0 | 100011 | 1011001 | 1011 | 100101 | 1010000 | 110010 |
Color Harmonies of #E49519
Complementary color
Monochromatic Colors of #E49519
Black with #E49519
Text Example
Text Example
White with #E49519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49519; }
p { color: rgb(228,149,25); }
H1.HeaderClassName
{
color: #E49519;
}
.AnyTagClassName
{
color: #E49519;
}
</style>
background-color css
<style>
a { background-color: #E49519; }
a { background-color: rgb(228,149,25); }
div.DivClassName
{
background-color: #E49519;
}
.BgClassName
{
background-color: #E49519;
}
</style>
border-color css
<style>
span { border-color: #E49519; }
span { border-color: rgb(228,149,25); }
td.TdClassName
{
border-color: #E49519;
}
.TagClassName
{
border-color: #E49519;
}
</style>