Shades of Gamboge #E7A60D
Tints of Gamboge #E7A60D
RGB
CMYK
RGB Variations
Color information
#E7A60D (or 0xE7A60D) is known color: Gamboge. HEX triplet: E7, A6 and 0D. RGB value is (231,166,13). Sum of RGB (Red+Green+Blue) = 231+166+13=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A60D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A60D is #1859F2. Grayscale: #A8A8A8. Windows color (decimal): -1595891 or 894695. OLE color: 894695.
HSL color Cylindrical-coordinate representation of color #E7A60D: hue angle of 42.11º 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 #E7A60D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.09 |
| HSL | 42.11º | 0.89% | 0.48% | - |
| HSV(B) | 42.11º | 0.94% | 0.91% | - |
| XYZ | 46.66 | 44.29 | 6.47 | - |
| YUV | 167.99 | 40.53 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 13 | 0 | 0.28 | 0.94 | 0.09 | 42.11 | 0.89 | 0.48 |
| Hex | E7 | A6 | D | 0 | 1C | 5E | 9 | 2A | 59 | 30 |
| Octal | 347 | 246 | 15 | 0 | 34 | 136 | 11 | 52 | 131 | 60 |
| Binary | 11100111 | 10100110 | 1101 | 0 | 11100 | 1011110 | 1001 | 101010 | 1011001 | 110000 |
Color Harmonies of #E7A60D
Complementary color
Monochromatic Colors of #E7A60D
Black with #E7A60D
Text Example
Text Example
White with #E7A60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A60D; }
p { color: rgb(231,166,13); }
H1.HeaderClassName
{
color: #E7A60D;
}
.AnyTagClassName
{
color: #E7A60D;
}
</style>
background-color css
<style>
a { background-color: #E7A60D; }
a { background-color: rgb(231,166,13); }
div.DivClassName
{
background-color: #E7A60D;
}
.BgClassName
{
background-color: #E7A60D;
}
</style>
border-color css
<style>
span { border-color: #E7A60D; }
span { border-color: rgb(231,166,13); }
td.TdClassName
{
border-color: #E7A60D;
}
.TagClassName
{
border-color: #E7A60D;
}
</style>