Shades of Gamboge #E7A516
Tints of Gamboge #E7A516
RGB
CMYK
RGB Variations
Color information
#E7A516 (or 0xE7A516) is known color: Gamboge. HEX triplet: E7, A5 and 16. RGB value is (231,165,22). Sum of RGB (Red+Green+Blue) = 231+165+22=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A516 is #185AE9. Grayscale: #A9A9A9. Windows color (decimal): -1596138 or 1484263. OLE color: 1484263.
HSL color Cylindrical-coordinate representation of color #E7A516: hue angle of 41.05º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7A516 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 165 | 22 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.09 |
| HSL | 41.05º | 0.83% | 0.5% | - |
| HSV(B) | 41.05º | 0.9% | 0.91% | - |
| XYZ | 46.55 | 43.96 | 6.79 | - |
| YUV | 168.43 | 45.37 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 165 | 22 | 0 | 0.29 | 0.90 | 0.09 | 41.05 | 0.83 | 0.5 |
| Hex | E7 | A5 | 16 | 0 | 1D | 5A | 9 | 29 | 53 | 32 |
| Octal | 347 | 245 | 26 | 0 | 35 | 132 | 11 | 51 | 123 | 62 |
| Binary | 11100111 | 10100101 | 10110 | 0 | 11101 | 1011010 | 1001 | 101001 | 1010011 | 110010 |
Color Harmonies of #E7A516
Complementary color
Monochromatic Colors of #E7A516
Black with #E7A516
Text Example
Text Example
White with #E7A516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A516; }
p { color: rgb(231,165,22); }
H1.HeaderClassName
{
color: #E7A516;
}
.AnyTagClassName
{
color: #E7A516;
}
</style>
background-color css
<style>
a { background-color: #E7A516; }
a { background-color: rgb(231,165,22); }
div.DivClassName
{
background-color: #E7A516;
}
.BgClassName
{
background-color: #E7A516;
}
</style>
border-color css
<style>
span { border-color: #E7A516; }
span { border-color: rgb(231,165,22); }
td.TdClassName
{
border-color: #E7A516;
}
.TagClassName
{
border-color: #E7A516;
}
</style>