Shades of Gamboge #E79B18
Tints of Gamboge #E79B18
RGB
CMYK
RGB Variations
Color information
#E79B18 (or 0xE79B18) is known color: Gamboge. HEX triplet: E7, 9B and 18. RGB value is (231,155,24). Sum of RGB (Red+Green+Blue) = 231+155+24=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79B18 is #1864E7. Grayscale: #A3A3A3. Windows color (decimal): -1598696 or 1612775. OLE color: 1612775.
HSL color Cylindrical-coordinate representation of color #E79B18: hue angle of 37.97º 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 #E79B18 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 24 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.09 |
| HSL | 37.97º | 0.81% | 0.5% | - |
| HSV(B) | 37.97º | 0.9% | 0.91% | - |
| XYZ | 44.84 | 40.5 | 6.32 | - |
| YUV | 162.79 | 49.68 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 24 | 0 | 0.33 | 0.90 | 0.09 | 37.97 | 0.81 | 0.5 |
| Hex | E7 | 9B | 18 | 0 | 21 | 5A | 9 | 26 | 51 | 32 |
| Octal | 347 | 233 | 30 | 0 | 41 | 132 | 11 | 46 | 121 | 62 |
| Binary | 11100111 | 10011011 | 11000 | 0 | 100001 | 1011010 | 1001 | 100110 | 1010001 | 110010 |
Color Harmonies of #E79B18
Complementary color
Monochromatic Colors of #E79B18
Black with #E79B18
Text Example
Text Example
White with #E79B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79B18; }
p { color: rgb(231,155,24); }
H1.HeaderClassName
{
color: #E79B18;
}
.AnyTagClassName
{
color: #E79B18;
}
</style>
background-color css
<style>
a { background-color: #E79B18; }
a { background-color: rgb(231,155,24); }
div.DivClassName
{
background-color: #E79B18;
}
.BgClassName
{
background-color: #E79B18;
}
</style>
border-color css
<style>
span { border-color: #E79B18; }
span { border-color: rgb(231,155,24); }
td.TdClassName
{
border-color: #E79B18;
}
.TagClassName
{
border-color: #E79B18;
}
</style>