Shades of Gamboge #E79C02
Tints of Gamboge #E79C02
RGB
CMYK
RGB Variations
Color information
#E79C02 (or 0xE79C02) is known color: Gamboge. HEX triplet: E7, 9C and 02. RGB value is (231,156,2). Sum of RGB (Red+Green+Blue) = 231+156+2=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E79C02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79C02 is #1863FD. Grayscale: #A1A1A1. Windows color (decimal): -1598462 or 171239. OLE color: 171239.
HSL color Cylindrical-coordinate representation of color #E79C02: hue angle of 40.35º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E79C02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.09 |
| HSL | 40.35º | 0.98% | 0.46% | - |
| HSV(B) | 40.35º | 0.99% | 0.91% | - |
| XYZ | 44.85 | 40.77 | 5.56 | - |
| YUV | 160.87 | 38.35 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 2 | 0 | 0.32 | 0.99 | 0.09 | 40.35 | 0.98 | 0.46 |
| Hex | E7 | 9C | 2 | 0 | 20 | 63 | 9 | 28 | 62 | 2E |
| Octal | 347 | 234 | 2 | 0 | 40 | 143 | 11 | 50 | 142 | 56 |
| Binary | 11100111 | 10011100 | 10 | 0 | 100000 | 1100011 | 1001 | 101000 | 1100010 | 101110 |
Color Harmonies of #E79C02
Complementary color
Monochromatic Colors of #E79C02
Black with #E79C02
Text Example
Text Example
White with #E79C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79C02; }
p { color: rgb(231,156,2); }
H1.HeaderClassName
{
color: #E79C02;
}
.AnyTagClassName
{
color: #E79C02;
}
</style>
background-color css
<style>
a { background-color: #E79C02; }
a { background-color: rgb(231,156,2); }
div.DivClassName
{
background-color: #E79C02;
}
.BgClassName
{
background-color: #E79C02;
}
</style>
border-color css
<style>
span { border-color: #E79C02; }
span { border-color: rgb(231,156,2); }
td.TdClassName
{
border-color: #E79C02;
}
.TagClassName
{
border-color: #E79C02;
}
</style>