Shades of Gamboge #E7A11E
Tints of Gamboge #E7A11E
RGB
CMYK
RGB Variations
Color information
#E7A11E (or 0xE7A11E) is known color: Gamboge. HEX triplet: E7, A1 and 1E. RGB value is (231,161,30). Sum of RGB (Red+Green+Blue) = 231+161+30=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A11E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A11E is #185EE1. Grayscale: #A7A7A7. Windows color (decimal): -1597154 or 2007527. OLE color: 2007527.
HSL color Cylindrical-coordinate representation of color #E7A11E: hue angle of 39.1º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7A11E is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 30 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.09 |
| HSL | 39.1º | 0.81% | 0.51% | - |
| HSV(B) | 39.1º | 0.87% | 0.91% | - |
| XYZ | 45.93 | 42.57 | 7.02 | - |
| YUV | 167 | 50.69 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 30 | 0 | 0.30 | 0.87 | 0.09 | 39.1 | 0.81 | 0.51 |
| Hex | E7 | A1 | 1E | 0 | 1E | 57 | 9 | 27 | 51 | 33 |
| Octal | 347 | 241 | 36 | 0 | 36 | 127 | 11 | 47 | 121 | 63 |
| Binary | 11100111 | 10100001 | 11110 | 0 | 11110 | 1010111 | 1001 | 100111 | 1010001 | 110011 |
Color Harmonies of #E7A11E
Complementary color
Monochromatic Colors of #E7A11E
Black with #E7A11E
Text Example
Text Example
White with #E7A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A11E; }
p { color: rgb(231,161,30); }
H1.HeaderClassName
{
color: #E7A11E;
}
.AnyTagClassName
{
color: #E7A11E;
}
</style>
background-color css
<style>
a { background-color: #E7A11E; }
a { background-color: rgb(231,161,30); }
div.DivClassName
{
background-color: #E7A11E;
}
.BgClassName
{
background-color: #E7A11E;
}
</style>
border-color css
<style>
span { border-color: #E7A11E; }
span { border-color: rgb(231,161,30); }
td.TdClassName
{
border-color: #E7A11E;
}
.TagClassName
{
border-color: #E7A11E;
}
</style>