Shades of Gamboge #E8A805
Tints of Gamboge #E8A805
RGB
CMYK
RGB Variations
Color information
#E8A805 (or 0xE8A805) is known color: Gamboge. HEX triplet: E8, A8 and 05. RGB value is (232,168,5). Sum of RGB (Red+Green+Blue) = 232+168+5=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A805 is #1757FA. Grayscale: #A9A9A9. Windows color (decimal): -1529851 or 370920. OLE color: 370920.
HSL color Cylindrical-coordinate representation of color #E8A805: hue angle of 43.08º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8A805 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.09 |
| HSL | 43.08º | 0.96% | 0.46% | - |
| HSV(B) | 43.08º | 0.98% | 0.91% | - |
| XYZ | 47.31 | 45.17 | 6.37 | - |
| YUV | 168.55 | 35.7 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 5 | 0 | 0.28 | 0.98 | 0.09 | 43.08 | 0.96 | 0.46 |
| Hex | E8 | A8 | 5 | 0 | 1C | 62 | 9 | 2B | 60 | 2E |
| Octal | 350 | 250 | 5 | 0 | 34 | 142 | 11 | 53 | 140 | 56 |
| Binary | 11101000 | 10101000 | 101 | 0 | 11100 | 1100010 | 1001 | 101011 | 1100000 | 101110 |
Color Harmonies of #E8A805
Complementary color
Monochromatic Colors of #E8A805
Black with #E8A805
Text Example
Text Example
White with #E8A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A805; }
p { color: rgb(232,168,5); }
H1.HeaderClassName
{
color: #E8A805;
}
.AnyTagClassName
{
color: #E8A805;
}
</style>
background-color css
<style>
a { background-color: #E8A805; }
a { background-color: rgb(232,168,5); }
div.DivClassName
{
background-color: #E8A805;
}
.BgClassName
{
background-color: #E8A805;
}
</style>
border-color css
<style>
span { border-color: #E8A805; }
span { border-color: rgb(232,168,5); }
td.TdClassName
{
border-color: #E8A805;
}
.TagClassName
{
border-color: #E8A805;
}
</style>