Shades of Gamboge #E7A115
Tints of Gamboge #E7A115
RGB
CMYK
RGB Variations
Color information
#E7A115 (or 0xE7A115) is known color: Gamboge. HEX triplet: E7, A1 and 15. RGB value is (231,161,21). Sum of RGB (Red+Green+Blue) = 231+161+21=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A115 is #185EEA. Grayscale: #A6A6A6. Windows color (decimal): -1597163 or 1417703. OLE color: 1417703.
HSL color Cylindrical-coordinate representation of color #E7A115: hue angle of 40º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7A115 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 21 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.09 |
| HSL | 40º | 0.83% | 0.49% | - |
| HSV(B) | 40º | 0.91% | 0.91% | - |
| XYZ | 45.84 | 42.53 | 6.5 | - |
| YUV | 165.97 | 46.19 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 21 | 0 | 0.30 | 0.91 | 0.09 | 40 | 0.83 | 0.49 |
| Hex | E7 | A1 | 15 | 0 | 1E | 5B | 9 | 28 | 53 | 31 |
| Octal | 347 | 241 | 25 | 0 | 36 | 133 | 11 | 50 | 123 | 61 |
| Binary | 11100111 | 10100001 | 10101 | 0 | 11110 | 1011011 | 1001 | 101000 | 1010011 | 110001 |
Color Harmonies of #E7A115
Complementary color
Monochromatic Colors of #E7A115
Black with #E7A115
Text Example
Text Example
White with #E7A115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A115; }
p { color: rgb(231,161,21); }
H1.HeaderClassName
{
color: #E7A115;
}
.AnyTagClassName
{
color: #E7A115;
}
</style>
background-color css
<style>
a { background-color: #E7A115; }
a { background-color: rgb(231,161,21); }
div.DivClassName
{
background-color: #E7A115;
}
.BgClassName
{
background-color: #E7A115;
}
</style>
border-color css
<style>
span { border-color: #E7A115; }
span { border-color: rgb(231,161,21); }
td.TdClassName
{
border-color: #E7A115;
}
.TagClassName
{
border-color: #E7A115;
}
</style>