Shades of Gamboge #E79B11
Tints of Gamboge #E79B11
RGB
CMYK
RGB Variations
Color information
#E79B11 (or 0xE79B11) is known color: Gamboge. HEX triplet: E7, 9B and 11. RGB value is (231,155,17). Sum of RGB (Red+Green+Blue) = 231+155+17=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79B11 is #1864EE. Grayscale: #A2A2A2. Windows color (decimal): -1598703 or 1154023. OLE color: 1154023.
HSL color Cylindrical-coordinate representation of color #E79B11: hue angle of 38.69º 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 #E79B11 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 17 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.09 |
| HSL | 38.69º | 0.86% | 0.49% | - |
| HSV(B) | 38.69º | 0.93% | 0.91% | - |
| XYZ | 44.78 | 40.47 | 5.98 | - |
| YUV | 161.99 | 46.18 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 17 | 0 | 0.33 | 0.93 | 0.09 | 38.69 | 0.86 | 0.49 |
| Hex | E7 | 9B | 11 | 0 | 21 | 5D | 9 | 27 | 56 | 31 |
| Octal | 347 | 233 | 21 | 0 | 41 | 135 | 11 | 47 | 126 | 61 |
| Binary | 11100111 | 10011011 | 10001 | 0 | 100001 | 1011101 | 1001 | 100111 | 1010110 | 110001 |
Color Harmonies of #E79B11
Complementary color
Monochromatic Colors of #E79B11
Black with #E79B11
Text Example
Text Example
White with #E79B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79B11; }
p { color: rgb(231,155,17); }
H1.HeaderClassName
{
color: #E79B11;
}
.AnyTagClassName
{
color: #E79B11;
}
</style>
background-color css
<style>
a { background-color: #E79B11; }
a { background-color: rgb(231,155,17); }
div.DivClassName
{
background-color: #E79B11;
}
.BgClassName
{
background-color: #E79B11;
}
</style>
border-color css
<style>
span { border-color: #E79B11; }
span { border-color: rgb(231,155,17); }
td.TdClassName
{
border-color: #E79B11;
}
.TagClassName
{
border-color: #E79B11;
}
</style>