Shades of Gamboge #E79B04
Tints of Gamboge #E79B04
RGB
CMYK
RGB Variations
Color information
#E79B04 (or 0xE79B04) is known color: Gamboge. HEX triplet: E7, 9B and 04. RGB value is (231,155,4). Sum of RGB (Red+Green+Blue) = 231+155+4=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79B04 is #1864FB. Grayscale: #A1A1A1. Windows color (decimal): -1598716 or 302055. OLE color: 302055.
HSL color Cylindrical-coordinate representation of color #E79B04: hue angle of 39.91º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E79B04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.09 |
| HSL | 39.91º | 0.97% | 0.46% | - |
| HSV(B) | 39.91º | 0.98% | 0.91% | - |
| XYZ | 44.7 | 40.44 | 5.56 | - |
| YUV | 160.51 | 39.68 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 4 | 0 | 0.33 | 0.98 | 0.09 | 39.91 | 0.97 | 0.46 |
| Hex | E7 | 9B | 4 | 0 | 21 | 62 | 9 | 28 | 61 | 2E |
| Octal | 347 | 233 | 4 | 0 | 41 | 142 | 11 | 50 | 141 | 56 |
| Binary | 11100111 | 10011011 | 100 | 0 | 100001 | 1100010 | 1001 | 101000 | 1100001 | 101110 |
Color Harmonies of #E79B04
Complementary color
Monochromatic Colors of #E79B04
Black with #E79B04
Text Example
Text Example
White with #E79B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79B04; }
p { color: rgb(231,155,4); }
H1.HeaderClassName
{
color: #E79B04;
}
.AnyTagClassName
{
color: #E79B04;
}
</style>
background-color css
<style>
a { background-color: #E79B04; }
a { background-color: rgb(231,155,4); }
div.DivClassName
{
background-color: #E79B04;
}
.BgClassName
{
background-color: #E79B04;
}
</style>
border-color css
<style>
span { border-color: #E79B04; }
span { border-color: rgb(231,155,4); }
td.TdClassName
{
border-color: #E79B04;
}
.TagClassName
{
border-color: #E79B04;
}
</style>