Shades of Gamboge #E79A19
Tints of Gamboge #E79A19
RGB
CMYK
RGB Variations
Color information
#E79A19 (or 0xE79A19) is known color: Gamboge. HEX triplet: E7, 9A and 19. RGB value is (231,154,25). Sum of RGB (Red+Green+Blue) = 231+154+25=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79A19 is #1865E6. Grayscale: #A2A2A2. Windows color (decimal): -1598951 or 1678055. OLE color: 1678055.
HSL color Cylindrical-coordinate representation of color #E79A19: hue angle of 37.57º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E79A19 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 25 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.09 |
| HSL | 37.57º | 0.81% | 0.5% | - |
| HSV(B) | 37.57º | 0.89% | 0.91% | - |
| XYZ | 44.69 | 40.17 | 6.32 | - |
| YUV | 162.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 25 | 0 | 0.33 | 0.89 | 0.09 | 37.57 | 0.81 | 0.5 |
| Hex | E7 | 9A | 19 | 0 | 21 | 59 | 9 | 26 | 51 | 32 |
| Octal | 347 | 232 | 31 | 0 | 41 | 131 | 11 | 46 | 121 | 62 |
| Binary | 11100111 | 10011010 | 11001 | 0 | 100001 | 1011001 | 1001 | 100110 | 1010001 | 110010 |
Color Harmonies of #E79A19
Complementary color
Monochromatic Colors of #E79A19
Black with #E79A19
Text Example
Text Example
White with #E79A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79A19; }
p { color: rgb(231,154,25); }
H1.HeaderClassName
{
color: #E79A19;
}
.AnyTagClassName
{
color: #E79A19;
}
</style>
background-color css
<style>
a { background-color: #E79A19; }
a { background-color: rgb(231,154,25); }
div.DivClassName
{
background-color: #E79A19;
}
.BgClassName
{
background-color: #E79A19;
}
</style>
border-color css
<style>
span { border-color: #E79A19; }
span { border-color: rgb(231,154,25); }
td.TdClassName
{
border-color: #E79A19;
}
.TagClassName
{
border-color: #E79A19;
}
</style>