Shades of Gamboge #E49B1B
Tints of Gamboge #E49B1B
RGB
CMYK
RGB Variations
Color information
#E49B1B (or 0xE49B1B) is known color: Gamboge. HEX triplet: E4, 9B and 1B. RGB value is (228,155,27). Sum of RGB (Red+Green+Blue) = 228+155+27=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49B1B is #1B64E4. Grayscale: #A2A2A2. Windows color (decimal): -1795301 or 1809380. OLE color: 1809380.
HSL color Cylindrical-coordinate representation of color #E49B1B: hue angle of 38.21º 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 #E49B1B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 27 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.11 |
| HSL | 38.21º | 0.79% | 0.5% | - |
| HSV(B) | 38.21º | 0.88% | 0.89% | - |
| XYZ | 43.91 | 40.02 | 6.45 | - |
| YUV | 162.24 | 51.68 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 27 | 0 | 0.32 | 0.88 | 0.11 | 38.21 | 0.79 | 0.5 |
| Hex | E4 | 9B | 1B | 0 | 20 | 58 | B | 26 | 4F | 32 |
| Octal | 344 | 233 | 33 | 0 | 40 | 130 | 13 | 46 | 117 | 62 |
| Binary | 11100100 | 10011011 | 11011 | 0 | 100000 | 1011000 | 1011 | 100110 | 1001111 | 110010 |
Color Harmonies of #E49B1B
Complementary color
Monochromatic Colors of #E49B1B
Black with #E49B1B
Text Example
Text Example
White with #E49B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B1B; }
p { color: rgb(228,155,27); }
H1.HeaderClassName
{
color: #E49B1B;
}
.AnyTagClassName
{
color: #E49B1B;
}
</style>
background-color css
<style>
a { background-color: #E49B1B; }
a { background-color: rgb(228,155,27); }
div.DivClassName
{
background-color: #E49B1B;
}
.BgClassName
{
background-color: #E49B1B;
}
</style>
border-color css
<style>
span { border-color: #E49B1B; }
span { border-color: rgb(228,155,27); }
td.TdClassName
{
border-color: #E49B1B;
}
.TagClassName
{
border-color: #E49B1B;
}
</style>