Shades of Gamboge #E7A70D
Tints of Gamboge #E7A70D
RGB
CMYK
RGB Variations
Color information
#E7A70D (or 0xE7A70D) is known color: Gamboge. HEX triplet: E7, A7 and 0D. RGB value is (231,167,13). Sum of RGB (Red+Green+Blue) = 231+167+13=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A70D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A70D is #1858F2. Grayscale: #A9A9A9. Windows color (decimal): -1595635 or 894951. OLE color: 894951.
HSL color Cylindrical-coordinate representation of color #E7A70D: hue angle of 42.39º 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 #E7A70D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 167 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.09 |
| HSL | 42.39º | 0.89% | 0.48% | - |
| HSV(B) | 42.39º | 0.94% | 0.91% | - |
| XYZ | 46.85 | 44.66 | 6.53 | - |
| YUV | 168.58 | 40.2 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 167 | 13 | 0 | 0.28 | 0.94 | 0.09 | 42.39 | 0.89 | 0.48 |
| Hex | E7 | A7 | D | 0 | 1C | 5E | 9 | 2A | 59 | 30 |
| Octal | 347 | 247 | 15 | 0 | 34 | 136 | 11 | 52 | 131 | 60 |
| Binary | 11100111 | 10100111 | 1101 | 0 | 11100 | 1011110 | 1001 | 101010 | 1011001 | 110000 |
Color Harmonies of #E7A70D
Complementary color
Monochromatic Colors of #E7A70D
Black with #E7A70D
Text Example
Text Example
White with #E7A70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A70D; }
p { color: rgb(231,167,13); }
H1.HeaderClassName
{
color: #E7A70D;
}
.AnyTagClassName
{
color: #E7A70D;
}
</style>
background-color css
<style>
a { background-color: #E7A70D; }
a { background-color: rgb(231,167,13); }
div.DivClassName
{
background-color: #E7A70D;
}
.BgClassName
{
background-color: #E7A70D;
}
</style>
border-color css
<style>
span { border-color: #E7A70D; }
span { border-color: rgb(231,167,13); }
td.TdClassName
{
border-color: #E7A70D;
}
.TagClassName
{
border-color: #E7A70D;
}
</style>