Shades of Gamboge #E79E00
Tints of Gamboge #E79E00
RGB
CMYK
RGB Variations
Color information
#E79E00 (or 0xE79E00) is known color: Gamboge. HEX triplet: E7, 9E and 00. RGB value is (231,158,0). Sum of RGB (Red+Green+Blue) = 231+158+0=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E79E00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79E00 is #1861FF. Grayscale: #A2A2A2. Windows color (decimal): -1597952 or 40679. OLE color: 40679.
HSL color Cylindrical-coordinate representation of color #E79E00: hue angle of 41.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E79E00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.09 |
| HSL | 41.04º | 1% | 0.45% | - |
| HSV(B) | 41.04º | 1% | 0.91% | - |
| XYZ | 45.18 | 41.44 | 5.62 | - |
| YUV | 161.82 | 36.68 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 0 | 0 | 0.32 | 1 | 0.09 | 41.04 | 1 | 0.45 |
| Hex | E7 | 9E | 0 | 0 | 20 | 64 | 9 | 29 | 64 | 2D |
| Octal | 347 | 236 | 0 | 0 | 40 | 144 | 11 | 51 | 144 | 55 |
| Binary | 11100111 | 10011110 | 0 | 0 | 100000 | 1100100 | 1001 | 101001 | 1100100 | 101101 |
Color Harmonies of #E79E00
Complementary color
Monochromatic Colors of #E79E00
Black with #E79E00
Text Example
Text Example
White with #E79E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79E00; }
p { color: rgb(231,158,0); }
H1.HeaderClassName
{
color: #E79E00;
}
.AnyTagClassName
{
color: #E79E00;
}
</style>
background-color css
<style>
a { background-color: #E79E00; }
a { background-color: rgb(231,158,0); }
div.DivClassName
{
background-color: #E79E00;
}
.BgClassName
{
background-color: #E79E00;
}
</style>
border-color css
<style>
span { border-color: #E79E00; }
span { border-color: rgb(231,158,0); }
td.TdClassName
{
border-color: #E79E00;
}
.TagClassName
{
border-color: #E79E00;
}
</style>