Shades of Gamboge #E79A05
Tints of Gamboge #E79A05
RGB
CMYK
RGB Variations
Color information
#E79A05 (or 0xE79A05) is known color: Gamboge. HEX triplet: E7, 9A and 05. RGB value is (231,154,5). Sum of RGB (Red+Green+Blue) = 231+154+5=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79A05 is #1865FA. Grayscale: #A0A0A0. Windows color (decimal): -1598971 or 367335. OLE color: 367335.
HSL color Cylindrical-coordinate representation of color #E79A05: hue angle of 39.56º degrees, saturation: 0.96, 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 #E79A05 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.09 |
| HSL | 39.56º | 0.96% | 0.46% | - |
| HSV(B) | 39.56º | 0.98% | 0.91% | - |
| XYZ | 44.54 | 40.11 | 5.54 | - |
| YUV | 160.04 | 40.51 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 5 | 0 | 0.33 | 0.98 | 0.09 | 39.56 | 0.96 | 0.46 |
| Hex | E7 | 9A | 5 | 0 | 21 | 62 | 9 | 28 | 60 | 2E |
| Octal | 347 | 232 | 5 | 0 | 41 | 142 | 11 | 50 | 140 | 56 |
| Binary | 11100111 | 10011010 | 101 | 0 | 100001 | 1100010 | 1001 | 101000 | 1100000 | 101110 |
Color Harmonies of #E79A05
Complementary color
Monochromatic Colors of #E79A05
Black with #E79A05
Text Example
Text Example
White with #E79A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79A05; }
p { color: rgb(231,154,5); }
H1.HeaderClassName
{
color: #E79A05;
}
.AnyTagClassName
{
color: #E79A05;
}
</style>
background-color css
<style>
a { background-color: #E79A05; }
a { background-color: rgb(231,154,5); }
div.DivClassName
{
background-color: #E79A05;
}
.BgClassName
{
background-color: #E79A05;
}
</style>
border-color css
<style>
span { border-color: #E79A05; }
span { border-color: rgb(231,154,5); }
td.TdClassName
{
border-color: #E79A05;
}
.TagClassName
{
border-color: #E79A05;
}
</style>