Shades of Gamboge #E7A90D
Tints of Gamboge #E7A90D
RGB
CMYK
RGB Variations
Color information
#E7A90D (or 0xE7A90D) is known color: Gamboge. HEX triplet: E7, A9 and 0D. RGB value is (231,169,13). Sum of RGB (Red+Green+Blue) = 231+169+13=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A90D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A90D is #1856F2. Grayscale: #AAAAAA. Windows color (decimal): -1595123 or 895463. OLE color: 895463.
HSL color Cylindrical-coordinate representation of color #E7A90D: hue angle of 42.94º 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 #E7A90D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 13 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.09 |
| HSL | 42.94º | 0.89% | 0.48% | - |
| HSV(B) | 42.94º | 0.94% | 0.91% | - |
| XYZ | 47.22 | 45.39 | 6.65 | - |
| YUV | 169.75 | 39.54 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 13 | 0 | 0.27 | 0.94 | 0.09 | 42.94 | 0.89 | 0.48 |
| Hex | E7 | A9 | D | 0 | 1B | 5E | 9 | 2B | 59 | 30 |
| Octal | 347 | 251 | 15 | 0 | 33 | 136 | 11 | 53 | 131 | 60 |
| Binary | 11100111 | 10101001 | 1101 | 0 | 11011 | 1011110 | 1001 | 101011 | 1011001 | 110000 |
Color Harmonies of #E7A90D
Complementary color
Monochromatic Colors of #E7A90D
Black with #E7A90D
Text Example
Text Example
White with #E7A90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A90D; }
p { color: rgb(231,169,13); }
H1.HeaderClassName
{
color: #E7A90D;
}
.AnyTagClassName
{
color: #E7A90D;
}
</style>
background-color css
<style>
a { background-color: #E7A90D; }
a { background-color: rgb(231,169,13); }
div.DivClassName
{
background-color: #E7A90D;
}
.BgClassName
{
background-color: #E7A90D;
}
</style>
border-color css
<style>
span { border-color: #E7A90D; }
span { border-color: rgb(231,169,13); }
td.TdClassName
{
border-color: #E7A90D;
}
.TagClassName
{
border-color: #E7A90D;
}
</style>