Shades of Gamboge #E79A10
Tints of Gamboge #E79A10
RGB
CMYK
RGB Variations
Color information
#E79A10 (or 0xE79A10) is known color: Gamboge. HEX triplet: E7, 9A and 10. RGB value is (231,154,16). Sum of RGB (Red+Green+Blue) = 231+154+16=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79A10 is #1865EF. Grayscale: #A1A1A1. Windows color (decimal): -1598960 or 1088231. OLE color: 1088231.
HSL color Cylindrical-coordinate representation of color #E79A10: hue angle of 38.51º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E79A10 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.09 |
| HSL | 38.51º | 0.87% | 0.48% | - |
| HSV(B) | 38.51º | 0.93% | 0.91% | - |
| XYZ | 44.6 | 40.14 | 5.89 | - |
| YUV | 161.29 | 46.01 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 16 | 0 | 0.33 | 0.93 | 0.09 | 38.51 | 0.87 | 0.48 |
| Hex | E7 | 9A | 10 | 0 | 21 | 5D | 9 | 27 | 57 | 30 |
| Octal | 347 | 232 | 20 | 0 | 41 | 135 | 11 | 47 | 127 | 60 |
| Binary | 11100111 | 10011010 | 10000 | 0 | 100001 | 1011101 | 1001 | 100111 | 1010111 | 110000 |
Color Harmonies of #E79A10
Complementary color
Monochromatic Colors of #E79A10
Black with #E79A10
Text Example
Text Example
White with #E79A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79A10; }
p { color: rgb(231,154,16); }
H1.HeaderClassName
{
color: #E79A10;
}
.AnyTagClassName
{
color: #E79A10;
}
</style>
background-color css
<style>
a { background-color: #E79A10; }
a { background-color: rgb(231,154,16); }
div.DivClassName
{
background-color: #E79A10;
}
.BgClassName
{
background-color: #E79A10;
}
</style>
border-color css
<style>
span { border-color: #E79A10; }
span { border-color: rgb(231,154,16); }
td.TdClassName
{
border-color: #E79A10;
}
.TagClassName
{
border-color: #E79A10;
}
</style>