Shades of Gamboge #E8A70A
Tints of Gamboge #E8A70A
RGB
CMYK
RGB Variations
Color information
#E8A70A (or 0xE8A70A) is known color: Gamboge. HEX triplet: E8, A7 and 0A. RGB value is (232,167,10). Sum of RGB (Red+Green+Blue) = 232+167+10=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A70A is #1758F5. Grayscale: #A9A9A9. Windows color (decimal): -1530102 or 698344. OLE color: 698344.
HSL color Cylindrical-coordinate representation of color #E8A70A: hue angle of 42.43º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8A70A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 167 | 10 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.09 |
| HSL | 42.43º | 0.92% | 0.47% | - |
| HSV(B) | 42.43º | 0.96% | 0.91% | - |
| XYZ | 47.15 | 44.82 | 6.45 | - |
| YUV | 168.54 | 38.53 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 167 | 10 | 0 | 0.28 | 0.96 | 0.09 | 42.43 | 0.92 | 0.47 |
| Hex | E8 | A7 | A | 0 | 1C | 60 | 9 | 2A | 5C | 2F |
| Octal | 350 | 247 | 12 | 0 | 34 | 140 | 11 | 52 | 134 | 57 |
| Binary | 11101000 | 10100111 | 1010 | 0 | 11100 | 1100000 | 1001 | 101010 | 1011100 | 101111 |
Color Harmonies of #E8A70A
Complementary color
Monochromatic Colors of #E8A70A
Black with #E8A70A
Text Example
Text Example
White with #E8A70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A70A; }
p { color: rgb(232,167,10); }
H1.HeaderClassName
{
color: #E8A70A;
}
.AnyTagClassName
{
color: #E8A70A;
}
</style>
background-color css
<style>
a { background-color: #E8A70A; }
a { background-color: rgb(232,167,10); }
div.DivClassName
{
background-color: #E8A70A;
}
.BgClassName
{
background-color: #E8A70A;
}
</style>
border-color css
<style>
span { border-color: #E8A70A; }
span { border-color: rgb(232,167,10); }
td.TdClassName
{
border-color: #E8A70A;
}
.TagClassName
{
border-color: #E8A70A;
}
</style>