Shades of Gamboge #E8A319
Tints of Gamboge #E8A319
RGB
CMYK
RGB Variations
Color information
#E8A319 (or 0xE8A319) is known color: Gamboge. HEX triplet: E8, A3 and 19. RGB value is (232,163,25). Sum of RGB (Red+Green+Blue) = 232+163+25=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A319 is #175CE6. Grayscale: #A8A8A8. Windows color (decimal): -1531111 or 1680360. OLE color: 1680360.
HSL color Cylindrical-coordinate representation of color #E8A319: hue angle of 40º 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 #E8A319 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 163 | 25 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.09 |
| HSL | 40º | 0.82% | 0.5% | - |
| HSV(B) | 40º | 0.89% | 0.91% | - |
| XYZ | 46.55 | 43.42 | 6.85 | - |
| YUV | 167.9 | 47.36 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 25 | 0 | 0.30 | 0.89 | 0.09 | 40 | 0.82 | 0.5 |
| Hex | E8 | A3 | 19 | 0 | 1E | 59 | 9 | 28 | 52 | 32 |
| Octal | 350 | 243 | 31 | 0 | 36 | 131 | 11 | 50 | 122 | 62 |
| Binary | 11101000 | 10100011 | 11001 | 0 | 11110 | 1011001 | 1001 | 101000 | 1010010 | 110010 |
Color Harmonies of #E8A319
Complementary color
Monochromatic Colors of #E8A319
Black with #E8A319
Text Example
Text Example
White with #E8A319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A319; }
p { color: rgb(232,163,25); }
H1.HeaderClassName
{
color: #E8A319;
}
.AnyTagClassName
{
color: #E8A319;
}
</style>
background-color css
<style>
a { background-color: #E8A319; }
a { background-color: rgb(232,163,25); }
div.DivClassName
{
background-color: #E8A319;
}
.BgClassName
{
background-color: #E8A319;
}
</style>
border-color css
<style>
span { border-color: #E8A319; }
span { border-color: rgb(232,163,25); }
td.TdClassName
{
border-color: #E8A319;
}
.TagClassName
{
border-color: #E8A319;
}
</style>