Shades of Gamboge #E8A905
Tints of Gamboge #E8A905
RGB
CMYK
RGB Variations
Color information
#E8A905 (or 0xE8A905) is known color: Gamboge. HEX triplet: E8, A9 and 05. RGB value is (232,169,5). Sum of RGB (Red+Green+Blue) = 232+169+5=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A905 is #1756FA. Grayscale: #A9A9A9. Windows color (decimal): -1529595 or 371176. OLE color: 371176.
HSL color Cylindrical-coordinate representation of color #E8A905: hue angle of 43.35º 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 #E8A905 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 169 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.09 |
| HSL | 43.35º | 0.96% | 0.46% | - |
| HSV(B) | 43.35º | 0.98% | 0.91% | - |
| XYZ | 47.49 | 45.54 | 6.43 | - |
| YUV | 169.14 | 35.37 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 5 | 0 | 0.27 | 0.98 | 0.09 | 43.35 | 0.96 | 0.46 |
| Hex | E8 | A9 | 5 | 0 | 1B | 62 | 9 | 2B | 60 | 2E |
| Octal | 350 | 251 | 5 | 0 | 33 | 142 | 11 | 53 | 140 | 56 |
| Binary | 11101000 | 10101001 | 101 | 0 | 11011 | 1100010 | 1001 | 101011 | 1100000 | 101110 |
Color Harmonies of #E8A905
Complementary color
Monochromatic Colors of #E8A905
Black with #E8A905
Text Example
Text Example
White with #E8A905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A905; }
p { color: rgb(232,169,5); }
H1.HeaderClassName
{
color: #E8A905;
}
.AnyTagClassName
{
color: #E8A905;
}
</style>
background-color css
<style>
a { background-color: #E8A905; }
a { background-color: rgb(232,169,5); }
div.DivClassName
{
background-color: #E8A905;
}
.BgClassName
{
background-color: #E8A905;
}
</style>
border-color css
<style>
span { border-color: #E8A905; }
span { border-color: rgb(232,169,5); }
td.TdClassName
{
border-color: #E8A905;
}
.TagClassName
{
border-color: #E8A905;
}
</style>