Shades of Gamboge #E79511
Tints of Gamboge #E79511
RGB
CMYK
RGB Variations
Color information
#E79511 (or 0xE79511) is known color: Gamboge. HEX triplet: E7, 95 and 11. RGB value is (231,149,17). Sum of RGB (Red+Green+Blue) = 231+149+17=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E79511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79511 is #186AEE. Grayscale: #9F9F9F. Windows color (decimal): -1600239 or 1152487. OLE color: 1152487.
HSL color Cylindrical-coordinate representation of color #E79511: hue angle of 37.01º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E79511 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 149 | 17 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.09 |
| HSL | 37.01º | 0.86% | 0.49% | - |
| HSV(B) | 37.01º | 0.93% | 0.91% | - |
| XYZ | 43.8 | 38.52 | 5.66 | - |
| YUV | 158.47 | 48.17 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 17 | 0 | 0.35 | 0.93 | 0.09 | 37.01 | 0.86 | 0.49 |
| Hex | E7 | 95 | 11 | 0 | 23 | 5D | 9 | 25 | 56 | 31 |
| Octal | 347 | 225 | 21 | 0 | 43 | 135 | 11 | 45 | 126 | 61 |
| Binary | 11100111 | 10010101 | 10001 | 0 | 100011 | 1011101 | 1001 | 100101 | 1010110 | 110001 |
Color Harmonies of #E79511
Complementary color
Monochromatic Colors of #E79511
Black with #E79511
Text Example
Text Example
White with #E79511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79511; }
p { color: rgb(231,149,17); }
H1.HeaderClassName
{
color: #E79511;
}
.AnyTagClassName
{
color: #E79511;
}
</style>
background-color css
<style>
a { background-color: #E79511; }
a { background-color: rgb(231,149,17); }
div.DivClassName
{
background-color: #E79511;
}
.BgClassName
{
background-color: #E79511;
}
</style>
border-color css
<style>
span { border-color: #E79511; }
span { border-color: rgb(231,149,17); }
td.TdClassName
{
border-color: #E79511;
}
.TagClassName
{
border-color: #E79511;
}
</style>