Shades of Gamboge #E8A900
Tints of Gamboge #E8A900
RGB
CMYK
RGB Variations
Color information
#E8A900 (or 0xE8A900) is known color: Gamboge. HEX triplet: E8, A9 and 00. RGB value is (232,169,0). Sum of RGB (Red+Green+Blue) = 232+169+0=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A900 is #1756FF. Grayscale: #A9A9A9. Windows color (decimal): -1529600 or 43496. OLE color: 43496.
HSL color Cylindrical-coordinate representation of color #E8A900: hue angle of 43.71º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8A900 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 169 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.09 |
| HSL | 43.71º | 1% | 0.45% | - |
| HSV(B) | 43.71º | 1% | 0.91% | - |
| XYZ | 47.47 | 45.53 | 6.29 | - |
| YUV | 168.57 | 32.87 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 0 | 0 | 0.27 | 1 | 0.09 | 43.71 | 1 | 0.45 |
| Hex | E8 | A9 | 0 | 0 | 1B | 64 | 9 | 2C | 64 | 2D |
| Octal | 350 | 251 | 0 | 0 | 33 | 144 | 11 | 54 | 144 | 55 |
| Binary | 11101000 | 10101001 | 0 | 0 | 11011 | 1100100 | 1001 | 101100 | 1100100 | 101101 |
Color Harmonies of #E8A900
Complementary color
Monochromatic Colors of #E8A900
Black with #E8A900
Text Example
Text Example
White with #E8A900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A900; }
p { color: rgb(232,169,0); }
H1.HeaderClassName
{
color: #E8A900;
}
.AnyTagClassName
{
color: #E8A900;
}
</style>
background-color css
<style>
a { background-color: #E8A900; }
a { background-color: rgb(232,169,0); }
div.DivClassName
{
background-color: #E8A900;
}
.BgClassName
{
background-color: #E8A900;
}
</style>
border-color css
<style>
span { border-color: #E8A900; }
span { border-color: rgb(232,169,0); }
td.TdClassName
{
border-color: #E8A900;
}
.TagClassName
{
border-color: #E8A900;
}
</style>