Shades of Gamboge #E49B12
Tints of Gamboge #E49B12
RGB
CMYK
RGB Variations
Color information
#E49B12 (or 0xE49B12) is known color: Gamboge. HEX triplet: E4, 9B and 12. RGB value is (228,155,18). Sum of RGB (Red+Green+Blue) = 228+155+18=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49B12 is #1B64ED. Grayscale: #A1A1A1. Windows color (decimal): -1795310 or 1219556. OLE color: 1219556.
HSL color Cylindrical-coordinate representation of color #E49B12: hue angle of 39.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E49B12 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.11 |
| HSL | 39.14º | 0.85% | 0.48% | - |
| HSV(B) | 39.14º | 0.92% | 0.89% | - |
| XYZ | 43.83 | 39.98 | 5.98 | - |
| YUV | 161.21 | 47.18 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 18 | 0 | 0.32 | 0.92 | 0.11 | 39.14 | 0.85 | 0.48 |
| Hex | E4 | 9B | 12 | 0 | 20 | 5C | B | 27 | 55 | 30 |
| Octal | 344 | 233 | 22 | 0 | 40 | 134 | 13 | 47 | 125 | 60 |
| Binary | 11100100 | 10011011 | 10010 | 0 | 100000 | 1011100 | 1011 | 100111 | 1010101 | 110000 |
Color Harmonies of #E49B12
Complementary color
Monochromatic Colors of #E49B12
Black with #E49B12
Text Example
Text Example
White with #E49B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B12; }
p { color: rgb(228,155,18); }
H1.HeaderClassName
{
color: #E49B12;
}
.AnyTagClassName
{
color: #E49B12;
}
</style>
background-color css
<style>
a { background-color: #E49B12; }
a { background-color: rgb(228,155,18); }
div.DivClassName
{
background-color: #E49B12;
}
.BgClassName
{
background-color: #E49B12;
}
</style>
border-color css
<style>
span { border-color: #E49B12; }
span { border-color: rgb(228,155,18); }
td.TdClassName
{
border-color: #E49B12;
}
.TagClassName
{
border-color: #E49B12;
}
</style>