Shades of Gamboge #E7A010
Tints of Gamboge #E7A010
RGB
CMYK
RGB Variations
Color information
#E7A010 (or 0xE7A010) is known color: Gamboge. HEX triplet: E7, A0 and 10. RGB value is (231,160,16). Sum of RGB (Red+Green+Blue) = 231+160+16=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A010 is #185FEF. Grayscale: #A5A5A5. Windows color (decimal): -1597424 or 1089767. OLE color: 1089767.
HSL color Cylindrical-coordinate representation of color #E7A010: hue angle of 40.19º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7A010 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 16 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.09 |
| HSL | 40.19º | 0.87% | 0.48% | - |
| HSV(B) | 40.19º | 0.93% | 0.91% | - |
| XYZ | 45.62 | 42.17 | 6.23 | - |
| YUV | 164.81 | 44.02 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 16 | 0 | 0.31 | 0.93 | 0.09 | 40.19 | 0.87 | 0.48 |
| Hex | E7 | A0 | 10 | 0 | 1F | 5D | 9 | 28 | 57 | 30 |
| Octal | 347 | 240 | 20 | 0 | 37 | 135 | 11 | 50 | 127 | 60 |
| Binary | 11100111 | 10100000 | 10000 | 0 | 11111 | 1011101 | 1001 | 101000 | 1010111 | 110000 |
Color Harmonies of #E7A010
Complementary color
Monochromatic Colors of #E7A010
Black with #E7A010
Text Example
Text Example
White with #E7A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A010; }
p { color: rgb(231,160,16); }
H1.HeaderClassName
{
color: #E7A010;
}
.AnyTagClassName
{
color: #E7A010;
}
</style>
background-color css
<style>
a { background-color: #E7A010; }
a { background-color: rgb(231,160,16); }
div.DivClassName
{
background-color: #E7A010;
}
.BgClassName
{
background-color: #E7A010;
}
</style>
border-color css
<style>
span { border-color: #E7A010; }
span { border-color: rgb(231,160,16); }
td.TdClassName
{
border-color: #E7A010;
}
.TagClassName
{
border-color: #E7A010;
}
</style>