Shades of Gamboge #E49710
Tints of Gamboge #E49710
RGB
CMYK
RGB Variations
Color information
#E49710 (or 0xE49710) is known color: Gamboge. HEX triplet: E4, 97 and 10. RGB value is (228,151,16). Sum of RGB (Red+Green+Blue) = 228+151+16=395 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.72% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 228 - color contains mainly: red. Hex color #E49710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49710 is #1B68EF. Grayscale: #9F9F9F. Windows color (decimal): -1796336 or 1087460. OLE color: 1087460.
HSL color Cylindrical-coordinate representation of color #E49710: hue angle of 38.21º 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 #E49710 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.11 |
| HSL | 38.21º | 0.87% | 0.48% | - |
| HSV(B) | 38.21º | 0.93% | 0.89% | - |
| XYZ | 43.16 | 38.66 | 5.68 | - |
| YUV | 158.63 | 47.51 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 16 | 0 | 0.34 | 0.93 | 0.11 | 38.21 | 0.87 | 0.48 |
| Hex | E4 | 97 | 10 | 0 | 22 | 5D | B | 26 | 57 | 30 |
| Octal | 344 | 227 | 20 | 0 | 42 | 135 | 13 | 46 | 127 | 60 |
| Binary | 11100100 | 10010111 | 10000 | 0 | 100010 | 1011101 | 1011 | 100110 | 1010111 | 110000 |
Color Harmonies of #E49710
Complementary color
Monochromatic Colors of #E49710
Black with #E49710
Text Example
Text Example
White with #E49710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49710; }
p { color: rgb(228,151,16); }
H1.HeaderClassName
{
color: #E49710;
}
.AnyTagClassName
{
color: #E49710;
}
</style>
background-color css
<style>
a { background-color: #E49710; }
a { background-color: rgb(228,151,16); }
div.DivClassName
{
background-color: #E49710;
}
.BgClassName
{
background-color: #E49710;
}
</style>
border-color css
<style>
span { border-color: #E49710; }
span { border-color: rgb(228,151,16); }
td.TdClassName
{
border-color: #E49710;
}
.TagClassName
{
border-color: #E49710;
}
</style>