Shades of Gamboge #E79518
Tints of Gamboge #E79518
RGB
CMYK
RGB Variations
Color information
#E79518 (or 0xE79518) is known color: Gamboge. HEX triplet: E7, 95 and 18. RGB value is (231,149,24). Sum of RGB (Red+Green+Blue) = 231+149+24=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E79518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79518 is #186AE7. Grayscale: #9F9F9F. Windows color (decimal): -1600232 or 1611239. OLE color: 1611239.
HSL color Cylindrical-coordinate representation of color #E79518: hue angle of 36.23º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E79518 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 149 | 24 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.09 |
| HSL | 36.23º | 0.81% | 0.5% | - |
| HSV(B) | 36.23º | 0.9% | 0.91% | - |
| XYZ | 43.87 | 38.55 | 5.99 | - |
| YUV | 159.27 | 51.67 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 24 | 0 | 0.35 | 0.90 | 0.09 | 36.23 | 0.81 | 0.5 |
| Hex | E7 | 95 | 18 | 0 | 23 | 5A | 9 | 24 | 51 | 32 |
| Octal | 347 | 225 | 30 | 0 | 43 | 132 | 11 | 44 | 121 | 62 |
| Binary | 11100111 | 10010101 | 11000 | 0 | 100011 | 1011010 | 1001 | 100100 | 1010001 | 110010 |
Color Harmonies of #E79518
Complementary color
Monochromatic Colors of #E79518
Black with #E79518
Text Example
Text Example
White with #E79518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79518; }
p { color: rgb(231,149,24); }
H1.HeaderClassName
{
color: #E79518;
}
.AnyTagClassName
{
color: #E79518;
}
</style>
background-color css
<style>
a { background-color: #E79518; }
a { background-color: rgb(231,149,24); }
div.DivClassName
{
background-color: #E79518;
}
.BgClassName
{
background-color: #E79518;
}
</style>
border-color css
<style>
span { border-color: #E79518; }
span { border-color: rgb(231,149,24); }
td.TdClassName
{
border-color: #E79518;
}
.TagClassName
{
border-color: #E79518;
}
</style>