Shades of Gamboge #E49619
Tints of Gamboge #E49619
RGB
CMYK
RGB Variations
Color information
#E49619 (or 0xE49619) is known color: Gamboge. HEX triplet: E4, 96 and 19. RGB value is (228,150,25). Sum of RGB (Red+Green+Blue) = 228+150+25=403 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.58% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 228 - color contains mainly: red. Hex color #E49619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49619 is #1B69E6. Grayscale: #9F9F9F. Windows color (decimal): -1796583 or 1677028. OLE color: 1677028.
HSL color Cylindrical-coordinate representation of color #E49619: hue angle of 36.95º 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 #E49619 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 25 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.11 |
| HSL | 36.95º | 0.8% | 0.5% | - |
| HSV(B) | 36.95º | 0.89% | 0.89% | - |
| XYZ | 43.08 | 38.38 | 6.06 | - |
| YUV | 159.07 | 52.34 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 25 | 0 | 0.34 | 0.89 | 0.11 | 36.95 | 0.8 | 0.5 |
| Hex | E4 | 96 | 19 | 0 | 22 | 59 | B | 25 | 50 | 32 |
| Octal | 344 | 226 | 31 | 0 | 42 | 131 | 13 | 45 | 120 | 62 |
| Binary | 11100100 | 10010110 | 11001 | 0 | 100010 | 1011001 | 1011 | 100101 | 1010000 | 110010 |
Color Harmonies of #E49619
Complementary color
Monochromatic Colors of #E49619
Black with #E49619
Text Example
Text Example
White with #E49619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49619; }
p { color: rgb(228,150,25); }
H1.HeaderClassName
{
color: #E49619;
}
.AnyTagClassName
{
color: #E49619;
}
</style>
background-color css
<style>
a { background-color: #E49619; }
a { background-color: rgb(228,150,25); }
div.DivClassName
{
background-color: #E49619;
}
.BgClassName
{
background-color: #E49619;
}
</style>
border-color css
<style>
span { border-color: #E49619; }
span { border-color: rgb(228,150,25); }
td.TdClassName
{
border-color: #E49619;
}
.TagClassName
{
border-color: #E49619;
}
</style>