Shades of Gamboge #E49110
Tints of Gamboge #E49110
RGB
CMYK
RGB Variations
Color information
#E49110 (or 0xE49110) is known color: Gamboge. HEX triplet: E4, 91 and 10. RGB value is (228,145,16). Sum of RGB (Red+Green+Blue) = 228+145+16=389 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.61% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 228 - color contains mainly: red. Hex color #E49110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49110 is #1B6EEF. Grayscale: #9B9B9B. Windows color (decimal): -1797872 or 1085924. OLE color: 1085924.
HSL color Cylindrical-coordinate representation of color #E49110: hue angle of 36.51º degrees, saturation: 0.87, 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 #E49110 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 16 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.11 |
| HSL | 36.51º | 0.87% | 0.48% | - |
| HSV(B) | 36.51º | 0.93% | 0.89% | - |
| XYZ | 42.21 | 36.78 | 5.36 | - |
| YUV | 155.11 | 49.5 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 16 | 0 | 0.36 | 0.93 | 0.11 | 36.51 | 0.87 | 0.48 |
| Hex | E4 | 91 | 10 | 0 | 24 | 5D | B | 25 | 57 | 30 |
| Octal | 344 | 221 | 20 | 0 | 44 | 135 | 13 | 45 | 127 | 60 |
| Binary | 11100100 | 10010001 | 10000 | 0 | 100100 | 1011101 | 1011 | 100101 | 1010111 | 110000 |
Color Harmonies of #E49110
Complementary color
Monochromatic Colors of #E49110
Black with #E49110
Text Example
Text Example
White with #E49110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49110; }
p { color: rgb(228,145,16); }
H1.HeaderClassName
{
color: #E49110;
}
.AnyTagClassName
{
color: #E49110;
}
</style>
background-color css
<style>
a { background-color: #E49110; }
a { background-color: rgb(228,145,16); }
div.DivClassName
{
background-color: #E49110;
}
.BgClassName
{
background-color: #E49110;
}
</style>
border-color css
<style>
span { border-color: #E49110; }
span { border-color: rgb(228,145,16); }
td.TdClassName
{
border-color: #E49110;
}
.TagClassName
{
border-color: #E49110;
}
</style>