Shades of Gamboge #E7A615
Tints of Gamboge #E7A615
RGB
CMYK
RGB Variations
Color information
#E7A615 (or 0xE7A615) is known color: Gamboge. HEX triplet: E7, A6 and 15. RGB value is (231,166,21). Sum of RGB (Red+Green+Blue) = 231+166+21=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A615 is #1859EA. Grayscale: #A9A9A9. Windows color (decimal): -1595883 or 1418983. OLE color: 1418983.
HSL color Cylindrical-coordinate representation of color #E7A615: hue angle of 41.43º 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 #E7A615 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 21 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.09 |
| HSL | 41.43º | 0.83% | 0.49% | - |
| HSV(B) | 41.43º | 0.91% | 0.91% | - |
| XYZ | 46.73 | 44.32 | 6.8 | - |
| YUV | 168.91 | 44.53 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 21 | 0 | 0.28 | 0.91 | 0.09 | 41.43 | 0.83 | 0.49 |
| Hex | E7 | A6 | 15 | 0 | 1C | 5B | 9 | 29 | 53 | 31 |
| Octal | 347 | 246 | 25 | 0 | 34 | 133 | 11 | 51 | 123 | 61 |
| Binary | 11100111 | 10100110 | 10101 | 0 | 11100 | 1011011 | 1001 | 101001 | 1010011 | 110001 |
Color Harmonies of #E7A615
Complementary color
Monochromatic Colors of #E7A615
Black with #E7A615
Text Example
Text Example
White with #E7A615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A615; }
p { color: rgb(231,166,21); }
H1.HeaderClassName
{
color: #E7A615;
}
.AnyTagClassName
{
color: #E7A615;
}
</style>
background-color css
<style>
a { background-color: #E7A615; }
a { background-color: rgb(231,166,21); }
div.DivClassName
{
background-color: #E7A615;
}
.BgClassName
{
background-color: #E7A615;
}
</style>
border-color css
<style>
span { border-color: #E7A615; }
span { border-color: rgb(231,166,21); }
td.TdClassName
{
border-color: #E7A615;
}
.TagClassName
{
border-color: #E7A615;
}
</style>