Shades of Gamboge #E49F11
Tints of Gamboge #E49F11
RGB
CMYK
RGB Variations
Color information
#E49F11 (or 0xE49F11) is known color: Gamboge. HEX triplet: E4, 9F and 11. RGB value is (228,159,17). Sum of RGB (Red+Green+Blue) = 228+159+17=404 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.44% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 228 - color contains mainly: red. Hex color #E49F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49F11 is #1B60EE. Grayscale: #A4A4A4. Windows color (decimal): -1794287 or 1155044. OLE color: 1155044.
HSL color Cylindrical-coordinate representation of color #E49F11: hue angle of 40.38º 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 #E49F11 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 17 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.11 |
| HSL | 40.38º | 0.86% | 0.48% | - |
| HSV(B) | 40.38º | 0.93% | 0.89% | - |
| XYZ | 44.49 | 41.33 | 6.16 | - |
| YUV | 163.44 | 45.36 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 17 | 0 | 0.30 | 0.93 | 0.11 | 40.38 | 0.86 | 0.48 |
| Hex | E4 | 9F | 11 | 0 | 1E | 5D | B | 28 | 56 | 30 |
| Octal | 344 | 237 | 21 | 0 | 36 | 135 | 13 | 50 | 126 | 60 |
| Binary | 11100100 | 10011111 | 10001 | 0 | 11110 | 1011101 | 1011 | 101000 | 1010110 | 110000 |
Color Harmonies of #E49F11
Complementary color
Monochromatic Colors of #E49F11
Black with #E49F11
Text Example
Text Example
White with #E49F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49F11; }
p { color: rgb(228,159,17); }
H1.HeaderClassName
{
color: #E49F11;
}
.AnyTagClassName
{
color: #E49F11;
}
</style>
background-color css
<style>
a { background-color: #E49F11; }
a { background-color: rgb(228,159,17); }
div.DivClassName
{
background-color: #E49F11;
}
.BgClassName
{
background-color: #E49F11;
}
</style>
border-color css
<style>
span { border-color: #E49F11; }
span { border-color: rgb(228,159,17); }
td.TdClassName
{
border-color: #E49F11;
}
.TagClassName
{
border-color: #E49F11;
}
</style>