Shades of Gamboge #E7990E
Tints of Gamboge #E7990E
RGB
CMYK
RGB Variations
Color information
#E7990E (or 0xE7990E) is known color: Gamboge. HEX triplet: E7, 99 and 0E. RGB value is (231,153,14). Sum of RGB (Red+Green+Blue) = 231+153+14=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E7990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7990E is #1866F1. Grayscale: #A1A1A1. Windows color (decimal): -1599218 or 956903. OLE color: 956903.
HSL color Cylindrical-coordinate representation of color #E7990E: hue angle of 38.43º 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 #E7990E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 14 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.09 |
| HSL | 38.43º | 0.89% | 0.48% | - |
| HSV(B) | 38.43º | 0.94% | 0.91% | - |
| XYZ | 44.43 | 39.8 | 5.76 | - |
| YUV | 160.48 | 45.34 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 14 | 0 | 0.34 | 0.94 | 0.09 | 38.43 | 0.89 | 0.48 |
| Hex | E7 | 99 | E | 0 | 22 | 5E | 9 | 26 | 59 | 30 |
| Octal | 347 | 231 | 16 | 0 | 42 | 136 | 11 | 46 | 131 | 60 |
| Binary | 11100111 | 10011001 | 1110 | 0 | 100010 | 1011110 | 1001 | 100110 | 1011001 | 110000 |
Color Harmonies of #E7990E
Complementary color
Monochromatic Colors of #E7990E
Black with #E7990E
Text Example
Text Example
White with #E7990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7990E; }
p { color: rgb(231,153,14); }
H1.HeaderClassName
{
color: #E7990E;
}
.AnyTagClassName
{
color: #E7990E;
}
</style>
background-color css
<style>
a { background-color: #E7990E; }
a { background-color: rgb(231,153,14); }
div.DivClassName
{
background-color: #E7990E;
}
.BgClassName
{
background-color: #E7990E;
}
</style>
border-color css
<style>
span { border-color: #E7990E; }
span { border-color: rgb(231,153,14); }
td.TdClassName
{
border-color: #E7990E;
}
.TagClassName
{
border-color: #E7990E;
}
</style>