Shades of Gamboge #E79515
Tints of Gamboge #E79515
RGB
CMYK
RGB Variations
Color information
#E79515 (or 0xE79515) is known color: Gamboge. HEX triplet: E7, 95 and 15. RGB value is (231,149,21). Sum of RGB (Red+Green+Blue) = 231+149+21=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E79515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79515 is #186AEA. Grayscale: #9F9F9F. Windows color (decimal): -1600235 or 1414631. OLE color: 1414631.
HSL color Cylindrical-coordinate representation of color #E79515: hue angle of 36.57º 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 #E79515 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 149 | 21 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.09 |
| HSL | 36.57º | 0.83% | 0.49% | - |
| HSV(B) | 36.57º | 0.91% | 0.91% | - |
| XYZ | 43.84 | 38.54 | 5.84 | - |
| YUV | 158.93 | 50.17 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 21 | 0 | 0.35 | 0.91 | 0.09 | 36.57 | 0.83 | 0.49 |
| Hex | E7 | 95 | 15 | 0 | 23 | 5B | 9 | 25 | 53 | 31 |
| Octal | 347 | 225 | 25 | 0 | 43 | 133 | 11 | 45 | 123 | 61 |
| Binary | 11100111 | 10010101 | 10101 | 0 | 100011 | 1011011 | 1001 | 100101 | 1010011 | 110001 |
Color Harmonies of #E79515
Complementary color
Monochromatic Colors of #E79515
Black with #E79515
Text Example
Text Example
White with #E79515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79515; }
p { color: rgb(231,149,21); }
H1.HeaderClassName
{
color: #E79515;
}
.AnyTagClassName
{
color: #E79515;
}
</style>
background-color css
<style>
a { background-color: #E79515; }
a { background-color: rgb(231,149,21); }
div.DivClassName
{
background-color: #E79515;
}
.BgClassName
{
background-color: #E79515;
}
</style>
border-color css
<style>
span { border-color: #E79515; }
span { border-color: rgb(231,149,21); }
td.TdClassName
{
border-color: #E79515;
}
.TagClassName
{
border-color: #E79515;
}
</style>