Shades of Gamboge #E7930D
Tints of Gamboge #E7930D
RGB
CMYK
RGB Variations
Color information
#E7930D (or 0xE7930D) is known color: Gamboge. HEX triplet: E7, 93 and 0D. RGB value is (231,147,13). Sum of RGB (Red+Green+Blue) = 231+147+13=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E7930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7930D is #186CF2. Grayscale: #9D9D9D. Windows color (decimal): -1600755 or 889831. OLE color: 889831.
HSL color Cylindrical-coordinate representation of color #E7930D: hue angle of 36.88º 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 #E7930D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 147 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.09 |
| HSL | 36.88º | 0.89% | 0.48% | - |
| HSV(B) | 36.88º | 0.94% | 0.91% | - |
| XYZ | 43.46 | 37.89 | 5.4 | - |
| YUV | 156.84 | 46.83 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 147 | 13 | 0 | 0.36 | 0.94 | 0.09 | 36.88 | 0.89 | 0.48 |
| Hex | E7 | 93 | D | 0 | 24 | 5E | 9 | 25 | 59 | 30 |
| Octal | 347 | 223 | 15 | 0 | 44 | 136 | 11 | 45 | 131 | 60 |
| Binary | 11100111 | 10010011 | 1101 | 0 | 100100 | 1011110 | 1001 | 100101 | 1011001 | 110000 |
Color Harmonies of #E7930D
Complementary color
Monochromatic Colors of #E7930D
Black with #E7930D
Text Example
Text Example
White with #E7930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7930D; }
p { color: rgb(231,147,13); }
H1.HeaderClassName
{
color: #E7930D;
}
.AnyTagClassName
{
color: #E7930D;
}
</style>
background-color css
<style>
a { background-color: #E7930D; }
a { background-color: rgb(231,147,13); }
div.DivClassName
{
background-color: #E7930D;
}
.BgClassName
{
background-color: #E7930D;
}
</style>
border-color css
<style>
span { border-color: #E7930D; }
span { border-color: rgb(231,147,13); }
td.TdClassName
{
border-color: #E7930D;
}
.TagClassName
{
border-color: #E7930D;
}
</style>