Shades of Gamboge #E7A30E
Tints of Gamboge #E7A30E
RGB
CMYK
RGB Variations
Color information
#E7A30E (or 0xE7A30E) is known color: Gamboge. HEX triplet: E7, A3 and 0E. RGB value is (231,163,14). Sum of RGB (Red+Green+Blue) = 231+163+14=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A30E is #185CF1. Grayscale: #A7A7A7. Windows color (decimal): -1596658 or 959463. OLE color: 959463.
HSL color Cylindrical-coordinate representation of color #E7A30E: hue angle of 41.2º 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 #E7A30E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 14 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.09 |
| HSL | 41.2º | 0.89% | 0.48% | - |
| HSV(B) | 41.2º | 0.94% | 0.91% | - |
| XYZ | 46.13 | 43.22 | 6.33 | - |
| YUV | 166.35 | 42.03 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 14 | 0 | 0.29 | 0.94 | 0.09 | 41.2 | 0.89 | 0.48 |
| Hex | E7 | A3 | E | 0 | 1D | 5E | 9 | 29 | 59 | 30 |
| Octal | 347 | 243 | 16 | 0 | 35 | 136 | 11 | 51 | 131 | 60 |
| Binary | 11100111 | 10100011 | 1110 | 0 | 11101 | 1011110 | 1001 | 101001 | 1011001 | 110000 |
Color Harmonies of #E7A30E
Complementary color
Monochromatic Colors of #E7A30E
Black with #E7A30E
Text Example
Text Example
White with #E7A30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A30E; }
p { color: rgb(231,163,14); }
H1.HeaderClassName
{
color: #E7A30E;
}
.AnyTagClassName
{
color: #E7A30E;
}
</style>
background-color css
<style>
a { background-color: #E7A30E; }
a { background-color: rgb(231,163,14); }
div.DivClassName
{
background-color: #E7A30E;
}
.BgClassName
{
background-color: #E7A30E;
}
</style>
border-color css
<style>
span { border-color: #E7A30E; }
span { border-color: rgb(231,163,14); }
td.TdClassName
{
border-color: #E7A30E;
}
.TagClassName
{
border-color: #E7A30E;
}
</style>