Shades of Gamboge #E79115
Tints of Gamboge #E79115
RGB
CMYK
RGB Variations
Color information
#E79115 (or 0xE79115) is known color: Gamboge. HEX triplet: E7, 91 and 15. RGB value is (231,145,21). Sum of RGB (Red+Green+Blue) = 231+145+21=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E79115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79115 is #186EEA. Grayscale: #9D9D9D. Windows color (decimal): -1601259 or 1413607. OLE color: 1413607.
HSL color Cylindrical-coordinate representation of color #E79115: hue angle of 35.43º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E79115 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 21 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.09 |
| HSL | 35.43º | 0.83% | 0.49% | - |
| HSV(B) | 35.43º | 0.91% | 0.91% | - |
| XYZ | 43.22 | 37.29 | 5.63 | - |
| YUV | 156.58 | 51.49 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 21 | 0 | 0.37 | 0.91 | 0.09 | 35.43 | 0.83 | 0.49 |
| Hex | E7 | 91 | 15 | 0 | 25 | 5B | 9 | 23 | 53 | 31 |
| Octal | 347 | 221 | 25 | 0 | 45 | 133 | 11 | 43 | 123 | 61 |
| Binary | 11100111 | 10010001 | 10101 | 0 | 100101 | 1011011 | 1001 | 100011 | 1010011 | 110001 |
Color Harmonies of #E79115
Complementary color
Monochromatic Colors of #E79115
Black with #E79115
Text Example
Text Example
White with #E79115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79115; }
p { color: rgb(231,145,21); }
H1.HeaderClassName
{
color: #E79115;
}
.AnyTagClassName
{
color: #E79115;
}
</style>
background-color css
<style>
a { background-color: #E79115; }
a { background-color: rgb(231,145,21); }
div.DivClassName
{
background-color: #E79115;
}
.BgClassName
{
background-color: #E79115;
}
</style>
border-color css
<style>
span { border-color: #E79115; }
span { border-color: rgb(231,145,21); }
td.TdClassName
{
border-color: #E79115;
}
.TagClassName
{
border-color: #E79115;
}
</style>