Shades of Gamboge #E79A1A
Tints of Gamboge #E79A1A
RGB
CMYK
RGB Variations
Color information
#E79A1A (or 0xE79A1A) is known color: Gamboge. HEX triplet: E7, 9A and 1A. RGB value is (231,154,26). Sum of RGB (Red+Green+Blue) = 231+154+26=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79A1A is #1865E5. Grayscale: #A3A3A3. Windows color (decimal): -1598950 or 1743591. OLE color: 1743591.
HSL color Cylindrical-coordinate representation of color #E79A1A: hue angle of 37.46º 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 #E79A1A is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 26 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.09 |
| HSL | 37.46º | 0.81% | 0.5% | - |
| HSV(B) | 37.46º | 0.89% | 0.91% | - |
| XYZ | 44.7 | 40.17 | 6.38 | - |
| YUV | 162.43 | 51.01 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 26 | 0 | 0.33 | 0.89 | 0.09 | 37.46 | 0.81 | 0.5 |
| Hex | E7 | 9A | 1A | 0 | 21 | 59 | 9 | 25 | 51 | 32 |
| Octal | 347 | 232 | 32 | 0 | 41 | 131 | 11 | 45 | 121 | 62 |
| Binary | 11100111 | 10011010 | 11010 | 0 | 100001 | 1011001 | 1001 | 100101 | 1010001 | 110010 |
Color Harmonies of #E79A1A
Complementary color
Monochromatic Colors of #E79A1A
Black with #E79A1A
Text Example
Text Example
White with #E79A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79A1A; }
p { color: rgb(231,154,26); }
H1.HeaderClassName
{
color: #E79A1A;
}
.AnyTagClassName
{
color: #E79A1A;
}
</style>
background-color css
<style>
a { background-color: #E79A1A; }
a { background-color: rgb(231,154,26); }
div.DivClassName
{
background-color: #E79A1A;
}
.BgClassName
{
background-color: #E79A1A;
}
</style>
border-color css
<style>
span { border-color: #E79A1A; }
span { border-color: rgb(231,154,26); }
td.TdClassName
{
border-color: #E79A1A;
}
.TagClassName
{
border-color: #E79A1A;
}
</style>