Shades of Gamboge #E7A80D
Tints of Gamboge #E7A80D
RGB
CMYK
RGB Variations
Color information
#E7A80D (or 0xE7A80D) is known color: Gamboge. HEX triplet: E7, A8 and 0D. RGB value is (231,168,13). Sum of RGB (Red+Green+Blue) = 231+168+13=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A80D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A80D is #1857F2. Grayscale: #A9A9A9. Windows color (decimal): -1595379 or 895207. OLE color: 895207.
HSL color Cylindrical-coordinate representation of color #E7A80D: hue angle of 42.66º 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 #E7A80D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 13 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.09 |
| HSL | 42.66º | 0.89% | 0.48% | - |
| HSV(B) | 42.66º | 0.94% | 0.91% | - |
| XYZ | 47.03 | 45.02 | 6.59 | - |
| YUV | 169.17 | 39.87 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 13 | 0 | 0.27 | 0.94 | 0.09 | 42.66 | 0.89 | 0.48 |
| Hex | E7 | A8 | D | 0 | 1B | 5E | 9 | 2B | 59 | 30 |
| Octal | 347 | 250 | 15 | 0 | 33 | 136 | 11 | 53 | 131 | 60 |
| Binary | 11100111 | 10101000 | 1101 | 0 | 11011 | 1011110 | 1001 | 101011 | 1011001 | 110000 |
Color Harmonies of #E7A80D
Complementary color
Monochromatic Colors of #E7A80D
Black with #E7A80D
Text Example
Text Example
White with #E7A80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A80D; }
p { color: rgb(231,168,13); }
H1.HeaderClassName
{
color: #E7A80D;
}
.AnyTagClassName
{
color: #E7A80D;
}
</style>
background-color css
<style>
a { background-color: #E7A80D; }
a { background-color: rgb(231,168,13); }
div.DivClassName
{
background-color: #E7A80D;
}
.BgClassName
{
background-color: #E7A80D;
}
</style>
border-color css
<style>
span { border-color: #E7A80D; }
span { border-color: rgb(231,168,13); }
td.TdClassName
{
border-color: #E7A80D;
}
.TagClassName
{
border-color: #E7A80D;
}
</style>