Shades of Gamboge #E8A019
Tints of Gamboge #E8A019
RGB
CMYK
RGB Variations
Color information
#E8A019 (or 0xE8A019) is known color: Gamboge. HEX triplet: E8, A0 and 19. RGB value is (232,160,25). Sum of RGB (Red+Green+Blue) = 232+160+25=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A019 is #175FE6. Grayscale: #A6A6A6. Windows color (decimal): -1531879 or 1679592. OLE color: 1679592.
HSL color Cylindrical-coordinate representation of color #E8A019: hue angle of 39.13º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8A019 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 160 | 25 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.09 |
| HSL | 39.13º | 0.82% | 0.5% | - |
| HSV(B) | 39.13º | 0.89% | 0.91% | - |
| XYZ | 46.02 | 42.37 | 6.67 | - |
| YUV | 166.14 | 48.35 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 160 | 25 | 0 | 0.31 | 0.89 | 0.09 | 39.13 | 0.82 | 0.5 |
| Hex | E8 | A0 | 19 | 0 | 1F | 59 | 9 | 27 | 52 | 32 |
| Octal | 350 | 240 | 31 | 0 | 37 | 131 | 11 | 47 | 122 | 62 |
| Binary | 11101000 | 10100000 | 11001 | 0 | 11111 | 1011001 | 1001 | 100111 | 1010010 | 110010 |
Color Harmonies of #E8A019
Complementary color
Monochromatic Colors of #E8A019
Black with #E8A019
Text Example
Text Example
White with #E8A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A019; }
p { color: rgb(232,160,25); }
H1.HeaderClassName
{
color: #E8A019;
}
.AnyTagClassName
{
color: #E8A019;
}
</style>
background-color css
<style>
a { background-color: #E8A019; }
a { background-color: rgb(232,160,25); }
div.DivClassName
{
background-color: #E8A019;
}
.BgClassName
{
background-color: #E8A019;
}
</style>
border-color css
<style>
span { border-color: #E8A019; }
span { border-color: rgb(232,160,25); }
td.TdClassName
{
border-color: #E8A019;
}
.TagClassName
{
border-color: #E8A019;
}
</style>