Shades of Gamboge #E49711
Tints of Gamboge #E49711
RGB
CMYK
RGB Variations
Color information
#E49711 (or 0xE49711) is known color: Gamboge. HEX triplet: E4, 97 and 11. RGB value is (228,151,17). Sum of RGB (Red+Green+Blue) = 228+151+17=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E49711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49711 is #1B68EE. Grayscale: #9F9F9F. Windows color (decimal): -1796335 or 1152996. OLE color: 1152996.
HSL color Cylindrical-coordinate representation of color #E49711: hue angle of 38.1º 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 #E49711 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 17 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.11 |
| HSL | 38.1º | 0.86% | 0.48% | - |
| HSV(B) | 38.1º | 0.93% | 0.89% | - |
| XYZ | 43.16 | 38.67 | 5.72 | - |
| YUV | 158.75 | 48.01 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 17 | 0 | 0.34 | 0.93 | 0.11 | 38.1 | 0.86 | 0.48 |
| Hex | E4 | 97 | 11 | 0 | 22 | 5D | B | 26 | 56 | 30 |
| Octal | 344 | 227 | 21 | 0 | 42 | 135 | 13 | 46 | 126 | 60 |
| Binary | 11100100 | 10010111 | 10001 | 0 | 100010 | 1011101 | 1011 | 100110 | 1010110 | 110000 |
Color Harmonies of #E49711
Complementary color
Monochromatic Colors of #E49711
Black with #E49711
Text Example
Text Example
White with #E49711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49711; }
p { color: rgb(228,151,17); }
H1.HeaderClassName
{
color: #E49711;
}
.AnyTagClassName
{
color: #E49711;
}
</style>
background-color css
<style>
a { background-color: #E49711; }
a { background-color: rgb(228,151,17); }
div.DivClassName
{
background-color: #E49711;
}
.BgClassName
{
background-color: #E49711;
}
</style>
border-color css
<style>
span { border-color: #E49711; }
span { border-color: rgb(228,151,17); }
td.TdClassName
{
border-color: #E49711;
}
.TagClassName
{
border-color: #E49711;
}
</style>