Shades of Gamboge #E49B1C
Tints of Gamboge #E49B1C
RGB
CMYK
RGB Variations
Color information
#E49B1C (or 0xE49B1C) is known color: Gamboge. HEX triplet: E4, 9B and 1C. RGB value is (228,155,28). Sum of RGB (Red+Green+Blue) = 228+155+28=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49B1C is #1B64E3. Grayscale: #A2A2A2. Windows color (decimal): -1795300 or 1874916. OLE color: 1874916.
HSL color Cylindrical-coordinate representation of color #E49B1C: hue angle of 38.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E49B1C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 28 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.11 |
| HSL | 38.1º | 0.79% | 0.5% | - |
| HSV(B) | 38.1º | 0.88% | 0.89% | - |
| XYZ | 43.93 | 40.02 | 6.51 | - |
| YUV | 162.35 | 52.18 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 28 | 0 | 0.32 | 0.88 | 0.11 | 38.1 | 0.79 | 0.5 |
| Hex | E4 | 9B | 1C | 0 | 20 | 58 | B | 26 | 4F | 32 |
| Octal | 344 | 233 | 34 | 0 | 40 | 130 | 13 | 46 | 117 | 62 |
| Binary | 11100100 | 10011011 | 11100 | 0 | 100000 | 1011000 | 1011 | 100110 | 1001111 | 110010 |
Color Harmonies of #E49B1C
Complementary color
Monochromatic Colors of #E49B1C
Black with #E49B1C
Text Example
Text Example
White with #E49B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B1C; }
p { color: rgb(228,155,28); }
H1.HeaderClassName
{
color: #E49B1C;
}
.AnyTagClassName
{
color: #E49B1C;
}
</style>
background-color css
<style>
a { background-color: #E49B1C; }
a { background-color: rgb(228,155,28); }
div.DivClassName
{
background-color: #E49B1C;
}
.BgClassName
{
background-color: #E49B1C;
}
</style>
border-color css
<style>
span { border-color: #E49B1C; }
span { border-color: rgb(228,155,28); }
td.TdClassName
{
border-color: #E49B1C;
}
.TagClassName
{
border-color: #E49B1C;
}
</style>