Shades of Gamboge #E49B19
Tints of Gamboge #E49B19
RGB
CMYK
RGB Variations
Color information
#E49B19 (or 0xE49B19) is known color: Gamboge. HEX triplet: E4, 9B and 19. RGB value is (228,155,25). Sum of RGB (Red+Green+Blue) = 228+155+25=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49B19 is #1B64E6. Grayscale: #A2A2A2. Windows color (decimal): -1795303 or 1678308. OLE color: 1678308.
HSL color Cylindrical-coordinate representation of color #E49B19: hue angle of 38.42º 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 #E49B19 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 25 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.11 |
| HSL | 38.42º | 0.8% | 0.5% | - |
| HSV(B) | 38.42º | 0.89% | 0.89% | - |
| XYZ | 43.89 | 40.01 | 6.33 | - |
| YUV | 162.01 | 50.68 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 25 | 0 | 0.32 | 0.89 | 0.11 | 38.42 | 0.8 | 0.5 |
| Hex | E4 | 9B | 19 | 0 | 20 | 59 | B | 26 | 50 | 32 |
| Octal | 344 | 233 | 31 | 0 | 40 | 131 | 13 | 46 | 120 | 62 |
| Binary | 11100100 | 10011011 | 11001 | 0 | 100000 | 1011001 | 1011 | 100110 | 1010000 | 110010 |
Color Harmonies of #E49B19
Complementary color
Monochromatic Colors of #E49B19
Black with #E49B19
Text Example
Text Example
White with #E49B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B19; }
p { color: rgb(228,155,25); }
H1.HeaderClassName
{
color: #E49B19;
}
.AnyTagClassName
{
color: #E49B19;
}
</style>
background-color css
<style>
a { background-color: #E49B19; }
a { background-color: rgb(228,155,25); }
div.DivClassName
{
background-color: #E49B19;
}
.BgClassName
{
background-color: #E49B19;
}
</style>
border-color css
<style>
span { border-color: #E49B19; }
span { border-color: rgb(228,155,25); }
td.TdClassName
{
border-color: #E49B19;
}
.TagClassName
{
border-color: #E49B19;
}
</style>