Shades of Gamboge #E79F00
Tints of Gamboge #E79F00
RGB
CMYK
RGB Variations
Color information
#E79F00 (or 0xE79F00) is known color: Gamboge. HEX triplet: E7, 9F and 00. RGB value is (231,159,0). Sum of RGB (Red+Green+Blue) = 231+159+0=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79F00 is #1860FF. Grayscale: #A3A3A3. Windows color (decimal): -1597696 or 40935. OLE color: 40935.
HSL color Cylindrical-coordinate representation of color #E79F00: hue angle of 41.3º 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 #E79F00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.09 |
| HSL | 41.3º | 1% | 0.45% | - |
| HSV(B) | 41.3º | 1% | 0.91% | - |
| XYZ | 45.35 | 41.79 | 5.67 | - |
| YUV | 162.4 | 36.35 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 0 | 0 | 0.31 | 1 | 0.09 | 41.3 | 1 | 0.45 |
| Hex | E7 | 9F | 0 | 0 | 1F | 64 | 9 | 29 | 64 | 2D |
| Octal | 347 | 237 | 0 | 0 | 37 | 144 | 11 | 51 | 144 | 55 |
| Binary | 11100111 | 10011111 | 0 | 0 | 11111 | 1100100 | 1001 | 101001 | 1100100 | 101101 |
Color Harmonies of #E79F00
Complementary color
Monochromatic Colors of #E79F00
Black with #E79F00
Text Example
Text Example
White with #E79F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79F00; }
p { color: rgb(231,159,0); }
H1.HeaderClassName
{
color: #E79F00;
}
.AnyTagClassName
{
color: #E79F00;
}
</style>
background-color css
<style>
a { background-color: #E79F00; }
a { background-color: rgb(231,159,0); }
div.DivClassName
{
background-color: #E79F00;
}
.BgClassName
{
background-color: #E79F00;
}
</style>
border-color css
<style>
span { border-color: #E79F00; }
span { border-color: rgb(231,159,0); }
td.TdClassName
{
border-color: #E79F00;
}
.TagClassName
{
border-color: #E79F00;
}
</style>