Shades of Gamboge #E8A115
Tints of Gamboge #E8A115
RGB
CMYK
RGB Variations
Color information
#E8A115 (or 0xE8A115) is known color: Gamboge. HEX triplet: E8, A1 and 15. RGB value is (232,161,21). Sum of RGB (Red+Green+Blue) = 232+161+21=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A115 is #175EEA. Grayscale: #A6A6A6. Windows color (decimal): -1531627 or 1417704. OLE color: 1417704.
HSL color Cylindrical-coordinate representation of color #E8A115: hue angle of 39.81º 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 #E8A115 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 161 | 21 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.09 |
| HSL | 39.81º | 0.83% | 0.5% | - |
| HSV(B) | 39.81º | 0.91% | 0.91% | - |
| XYZ | 46.16 | 42.7 | 6.52 | - |
| YUV | 166.27 | 46.02 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 21 | 0 | 0.31 | 0.91 | 0.09 | 39.81 | 0.83 | 0.5 |
| Hex | E8 | A1 | 15 | 0 | 1F | 5B | 9 | 28 | 53 | 32 |
| Octal | 350 | 241 | 25 | 0 | 37 | 133 | 11 | 50 | 123 | 62 |
| Binary | 11101000 | 10100001 | 10101 | 0 | 11111 | 1011011 | 1001 | 101000 | 1010011 | 110010 |
Color Harmonies of #E8A115
Complementary color
Monochromatic Colors of #E8A115
Black with #E8A115
Text Example
Text Example
White with #E8A115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A115; }
p { color: rgb(232,161,21); }
H1.HeaderClassName
{
color: #E8A115;
}
.AnyTagClassName
{
color: #E8A115;
}
</style>
background-color css
<style>
a { background-color: #E8A115; }
a { background-color: rgb(232,161,21); }
div.DivClassName
{
background-color: #E8A115;
}
.BgClassName
{
background-color: #E8A115;
}
</style>
border-color css
<style>
span { border-color: #E8A115; }
span { border-color: rgb(232,161,21); }
td.TdClassName
{
border-color: #E8A115;
}
.TagClassName
{
border-color: #E8A115;
}
</style>