Shades of Gamboge #E79105
Tints of Gamboge #E79105
RGB
CMYK
RGB Variations
Color information
#E79105 (or 0xE79105) is known color: Gamboge. HEX triplet: E7, 91 and 05. RGB value is (231,145,5). Sum of RGB (Red+Green+Blue) = 231+145+5=381 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.63% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 231 - color contains mainly: red. Hex color #E79105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79105 is #186EFA. Grayscale: #9B9B9B. Windows color (decimal): -1601275 or 365031. OLE color: 365031.
HSL color Cylindrical-coordinate representation of color #E79105: hue angle of 37.17º 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 #E79105 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.09 |
| HSL | 37.17º | 0.96% | 0.46% | - |
| HSV(B) | 37.17º | 0.98% | 0.91% | - |
| XYZ | 43.11 | 37.25 | 5.06 | - |
| YUV | 154.75 | 43.49 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 5 | 0 | 0.37 | 0.98 | 0.09 | 37.17 | 0.96 | 0.46 |
| Hex | E7 | 91 | 5 | 0 | 25 | 62 | 9 | 25 | 60 | 2E |
| Octal | 347 | 221 | 5 | 0 | 45 | 142 | 11 | 45 | 140 | 56 |
| Binary | 11100111 | 10010001 | 101 | 0 | 100101 | 1100010 | 1001 | 100101 | 1100000 | 101110 |
Color Harmonies of #E79105
Complementary color
Monochromatic Colors of #E79105
Black with #E79105
Text Example
Text Example
White with #E79105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79105; }
p { color: rgb(231,145,5); }
H1.HeaderClassName
{
color: #E79105;
}
.AnyTagClassName
{
color: #E79105;
}
</style>
background-color css
<style>
a { background-color: #E79105; }
a { background-color: rgb(231,145,5); }
div.DivClassName
{
background-color: #E79105;
}
.BgClassName
{
background-color: #E79105;
}
</style>
border-color css
<style>
span { border-color: #E79105; }
span { border-color: rgb(231,145,5); }
td.TdClassName
{
border-color: #E79105;
}
.TagClassName
{
border-color: #E79105;
}
</style>