Shades of Gamboge #E8A901
Tints of Gamboge #E8A901
RGB
CMYK
RGB Variations
Color information
#E8A901 (or 0xE8A901) is known color: Gamboge. HEX triplet: E8, A9 and 01. RGB value is (232,169,1). Sum of RGB (Red+Green+Blue) = 232+169+1=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A901 is #1756FE. Grayscale: #A9A9A9. Windows color (decimal): -1529599 or 109032. OLE color: 109032.
HSL color Cylindrical-coordinate representation of color #E8A901: hue angle of 43.64º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8A901 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 169 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0.09 |
| HSL | 43.64º | 0.99% | 0.46% | - |
| HSV(B) | 43.64º | 1% | 0.91% | - |
| XYZ | 47.47 | 45.53 | 6.32 | - |
| YUV | 168.69 | 33.37 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 1 | 0 | 0.27 | 1.00 | 0.09 | 43.64 | 0.99 | 0.46 |
| Hex | E8 | A9 | 1 | 0 | 1B | 64 | 9 | 2C | 63 | 2E |
| Octal | 350 | 251 | 1 | 0 | 33 | 144 | 11 | 54 | 143 | 56 |
| Binary | 11101000 | 10101001 | 1 | 0 | 11011 | 1100100 | 1001 | 101100 | 1100011 | 101110 |
Color Harmonies of #E8A901
Complementary color
Monochromatic Colors of #E8A901
Black with #E8A901
Text Example
Text Example
White with #E8A901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A901; }
p { color: rgb(232,169,1); }
H1.HeaderClassName
{
color: #E8A901;
}
.AnyTagClassName
{
color: #E8A901;
}
</style>
background-color css
<style>
a { background-color: #E8A901; }
a { background-color: rgb(232,169,1); }
div.DivClassName
{
background-color: #E8A901;
}
.BgClassName
{
background-color: #E8A901;
}
</style>
border-color css
<style>
span { border-color: #E8A901; }
span { border-color: rgb(232,169,1); }
td.TdClassName
{
border-color: #E8A901;
}
.TagClassName
{
border-color: #E8A901;
}
</style>