Shades of Gamboge #E8A807
Tints of Gamboge #E8A807
RGB
CMYK
RGB Variations
Color information
#E8A807 (or 0xE8A807) is known color: Gamboge. HEX triplet: E8, A8 and 07. RGB value is (232,168,7). Sum of RGB (Red+Green+Blue) = 232+168+7=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A807 is #1757F8. Grayscale: #A9A9A9. Windows color (decimal): -1529849 or 501992. OLE color: 501992.
HSL color Cylindrical-coordinate representation of color #E8A807: hue angle of 42.93º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8A807 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 7 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.09 |
| HSL | 42.93º | 0.94% | 0.47% | - |
| HSV(B) | 42.93º | 0.97% | 0.91% | - |
| XYZ | 47.32 | 45.18 | 6.43 | - |
| YUV | 168.78 | 36.7 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 7 | 0 | 0.28 | 0.97 | 0.09 | 42.93 | 0.94 | 0.47 |
| Hex | E8 | A8 | 7 | 0 | 1C | 61 | 9 | 2B | 5E | 2F |
| Octal | 350 | 250 | 7 | 0 | 34 | 141 | 11 | 53 | 136 | 57 |
| Binary | 11101000 | 10101000 | 111 | 0 | 11100 | 1100001 | 1001 | 101011 | 1011110 | 101111 |
Color Harmonies of #E8A807
Complementary color
Monochromatic Colors of #E8A807
Black with #E8A807
Text Example
Text Example
White with #E8A807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A807; }
p { color: rgb(232,168,7); }
H1.HeaderClassName
{
color: #E8A807;
}
.AnyTagClassName
{
color: #E8A807;
}
</style>
background-color css
<style>
a { background-color: #E8A807; }
a { background-color: rgb(232,168,7); }
div.DivClassName
{
background-color: #E8A807;
}
.BgClassName
{
background-color: #E8A807;
}
</style>
border-color css
<style>
span { border-color: #E8A807; }
span { border-color: rgb(232,168,7); }
td.TdClassName
{
border-color: #E8A807;
}
.TagClassName
{
border-color: #E8A807;
}
</style>