Shades of Gamboge #E7A100
Tints of Gamboge #E7A100
RGB
CMYK
RGB Variations
Color information
#E7A100 (or 0xE7A100) is known color: Gamboge. HEX triplet: E7, A1 and 00. RGB value is (231,161,0). Sum of RGB (Red+Green+Blue) = 231+161+0=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A100 is #185EFF. Grayscale: #A4A4A4. Windows color (decimal): -1597184 or 41447. OLE color: 41447.
HSL color Cylindrical-coordinate representation of color #E7A100: hue angle of 41.82º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7A100 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.09 |
| HSL | 41.82º | 1% | 0.45% | - |
| HSV(B) | 41.82º | 1% | 0.91% | - |
| XYZ | 45.7 | 42.48 | 5.79 | - |
| YUV | 163.58 | 35.69 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 0 | 0 | 0.30 | 1 | 0.09 | 41.82 | 1 | 0.45 |
| Hex | E7 | A1 | 0 | 0 | 1E | 64 | 9 | 2A | 64 | 2D |
| Octal | 347 | 241 | 0 | 0 | 36 | 144 | 11 | 52 | 144 | 55 |
| Binary | 11100111 | 10100001 | 0 | 0 | 11110 | 1100100 | 1001 | 101010 | 1100100 | 101101 |
Color Harmonies of #E7A100
Complementary color
Monochromatic Colors of #E7A100
Black with #E7A100
Text Example
Text Example
White with #E7A100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A100; }
p { color: rgb(231,161,0); }
H1.HeaderClassName
{
color: #E7A100;
}
.AnyTagClassName
{
color: #E7A100;
}
</style>
background-color css
<style>
a { background-color: #E7A100; }
a { background-color: rgb(231,161,0); }
div.DivClassName
{
background-color: #E7A100;
}
.BgClassName
{
background-color: #E7A100;
}
</style>
border-color css
<style>
span { border-color: #E7A100; }
span { border-color: rgb(231,161,0); }
td.TdClassName
{
border-color: #E7A100;
}
.TagClassName
{
border-color: #E7A100;
}
</style>