Shades of Gamboge #E8A70D
Tints of Gamboge #E8A70D
RGB
CMYK
RGB Variations
Color information
#E8A70D (or 0xE8A70D) is known color: Gamboge. HEX triplet: E8, A7 and 0D. RGB value is (232,167,13). Sum of RGB (Red+Green+Blue) = 232+167+13=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A70D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A70D is #1758F2. Grayscale: #A9A9A9. Windows color (decimal): -1530099 or 894952. OLE color: 894952.
HSL color Cylindrical-coordinate representation of color #E8A70D: hue angle of 42.19º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8A70D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 167 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.09 |
| HSL | 42.19º | 0.89% | 0.48% | - |
| HSV(B) | 42.19º | 0.94% | 0.91% | - |
| XYZ | 47.17 | 44.82 | 6.55 | - |
| YUV | 168.88 | 40.03 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 167 | 13 | 0 | 0.28 | 0.94 | 0.09 | 42.19 | 0.89 | 0.48 |
| Hex | E8 | A7 | D | 0 | 1C | 5E | 9 | 2A | 59 | 30 |
| Octal | 350 | 247 | 15 | 0 | 34 | 136 | 11 | 52 | 131 | 60 |
| Binary | 11101000 | 10100111 | 1101 | 0 | 11100 | 1011110 | 1001 | 101010 | 1011001 | 110000 |
Color Harmonies of #E8A70D
Complementary color
Monochromatic Colors of #E8A70D
Black with #E8A70D
Text Example
Text Example
White with #E8A70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A70D; }
p { color: rgb(232,167,13); }
H1.HeaderClassName
{
color: #E8A70D;
}
.AnyTagClassName
{
color: #E8A70D;
}
</style>
background-color css
<style>
a { background-color: #E8A70D; }
a { background-color: rgb(232,167,13); }
div.DivClassName
{
background-color: #E8A70D;
}
.BgClassName
{
background-color: #E8A70D;
}
</style>
border-color css
<style>
span { border-color: #E8A70D; }
span { border-color: rgb(232,167,13); }
td.TdClassName
{
border-color: #E8A70D;
}
.TagClassName
{
border-color: #E8A70D;
}
</style>