Shades of Gamboge #E49011
Tints of Gamboge #E49011
RGB
CMYK
RGB Variations
Color information
#E49011 (or 0xE49011) is known color: Gamboge. HEX triplet: E4, 90 and 11. RGB value is (228,144,17). Sum of RGB (Red+Green+Blue) = 228+144+17=389 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.61% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 228 - color contains mainly: red. Hex color #E49011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49011 is #1B6FEE. Grayscale: #9B9B9B. Windows color (decimal): -1798127 or 1151204. OLE color: 1151204.
HSL color Cylindrical-coordinate representation of color #E49011: hue angle of 36.11º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E49011 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 17 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.11 |
| HSL | 36.11º | 0.86% | 0.48% | - |
| HSV(B) | 36.11º | 0.93% | 0.89% | - |
| XYZ | 42.07 | 36.48 | 5.35 | - |
| YUV | 154.64 | 50.33 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 17 | 0 | 0.37 | 0.93 | 0.11 | 36.11 | 0.86 | 0.48 |
| Hex | E4 | 90 | 11 | 0 | 25 | 5D | B | 24 | 56 | 30 |
| Octal | 344 | 220 | 21 | 0 | 45 | 135 | 13 | 44 | 126 | 60 |
| Binary | 11100100 | 10010000 | 10001 | 0 | 100101 | 1011101 | 1011 | 100100 | 1010110 | 110000 |
Color Harmonies of #E49011
Complementary color
Monochromatic Colors of #E49011
Black with #E49011
Text Example
Text Example
White with #E49011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49011; }
p { color: rgb(228,144,17); }
H1.HeaderClassName
{
color: #E49011;
}
.AnyTagClassName
{
color: #E49011;
}
</style>
background-color css
<style>
a { background-color: #E49011; }
a { background-color: rgb(228,144,17); }
div.DivClassName
{
background-color: #E49011;
}
.BgClassName
{
background-color: #E49011;
}
</style>
border-color css
<style>
span { border-color: #E49011; }
span { border-color: rgb(228,144,17); }
td.TdClassName
{
border-color: #E49011;
}
.TagClassName
{
border-color: #E49011;
}
</style>