Shades of Gamboge #E8A615
Tints of Gamboge #E8A615
RGB
CMYK
RGB Variations
Color information
#E8A615 (or 0xE8A615) is known color: Gamboge. HEX triplet: E8, A6 and 15. RGB value is (232,166,21). Sum of RGB (Red+Green+Blue) = 232+166+21=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A615 is #1759EA. Grayscale: #A9A9A9. Windows color (decimal): -1530347 or 1418984. OLE color: 1418984.
HSL color Cylindrical-coordinate representation of color #E8A615: hue angle of 41.23º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8A615 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 166 | 21 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.09 |
| HSL | 41.23º | 0.83% | 0.5% | - |
| HSV(B) | 41.23º | 0.91% | 0.91% | - |
| XYZ | 47.05 | 44.48 | 6.82 | - |
| YUV | 169.2 | 44.37 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 166 | 21 | 0 | 0.28 | 0.91 | 0.09 | 41.23 | 0.83 | 0.5 |
| Hex | E8 | A6 | 15 | 0 | 1C | 5B | 9 | 29 | 53 | 32 |
| Octal | 350 | 246 | 25 | 0 | 34 | 133 | 11 | 51 | 123 | 62 |
| Binary | 11101000 | 10100110 | 10101 | 0 | 11100 | 1011011 | 1001 | 101001 | 1010011 | 110010 |
Color Harmonies of #E8A615
Complementary color
Monochromatic Colors of #E8A615
Black with #E8A615
Text Example
Text Example
White with #E8A615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A615; }
p { color: rgb(232,166,21); }
H1.HeaderClassName
{
color: #E8A615;
}
.AnyTagClassName
{
color: #E8A615;
}
</style>
background-color css
<style>
a { background-color: #E8A615; }
a { background-color: rgb(232,166,21); }
div.DivClassName
{
background-color: #E8A615;
}
.BgClassName
{
background-color: #E8A615;
}
</style>
border-color css
<style>
span { border-color: #E8A615; }
span { border-color: rgb(232,166,21); }
td.TdClassName
{
border-color: #E8A615;
}
.TagClassName
{
border-color: #E8A615;
}
</style>