Shades of Gamboge #E7A50E
Tints of Gamboge #E7A50E
RGB
CMYK
RGB Variations
Color information
#E7A50E (or 0xE7A50E) is known color: Gamboge. HEX triplet: E7, A5 and 0E. RGB value is (231,165,14). Sum of RGB (Red+Green+Blue) = 231+165+14=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A50E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A50E is #185AF1. Grayscale: #A8A8A8. Windows color (decimal): -1596146 or 959975. OLE color: 959975.
HSL color Cylindrical-coordinate representation of color #E7A50E: hue angle of 41.75º 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 #E7A50E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 165 | 14 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.09 |
| HSL | 41.75º | 0.89% | 0.48% | - |
| HSV(B) | 41.75º | 0.94% | 0.91% | - |
| XYZ | 46.49 | 43.93 | 6.44 | - |
| YUV | 167.52 | 41.37 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 165 | 14 | 0 | 0.29 | 0.94 | 0.09 | 41.75 | 0.89 | 0.48 |
| Hex | E7 | A5 | E | 0 | 1D | 5E | 9 | 2A | 59 | 30 |
| Octal | 347 | 245 | 16 | 0 | 35 | 136 | 11 | 52 | 131 | 60 |
| Binary | 11100111 | 10100101 | 1110 | 0 | 11101 | 1011110 | 1001 | 101010 | 1011001 | 110000 |
Color Harmonies of #E7A50E
Complementary color
Monochromatic Colors of #E7A50E
Black with #E7A50E
Text Example
Text Example
White with #E7A50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A50E; }
p { color: rgb(231,165,14); }
H1.HeaderClassName
{
color: #E7A50E;
}
.AnyTagClassName
{
color: #E7A50E;
}
</style>
background-color css
<style>
a { background-color: #E7A50E; }
a { background-color: rgb(231,165,14); }
div.DivClassName
{
background-color: #E7A50E;
}
.BgClassName
{
background-color: #E7A50E;
}
</style>
border-color css
<style>
span { border-color: #E7A50E; }
span { border-color: rgb(231,165,14); }
td.TdClassName
{
border-color: #E7A50E;
}
.TagClassName
{
border-color: #E7A50E;
}
</style>