Shades of Gamboge #E79C03
Tints of Gamboge #E79C03
RGB
CMYK
RGB Variations
Color information
#E79C03 (or 0xE79C03) is known color: Gamboge. HEX triplet: E7, 9C and 03. RGB value is (231,156,3). Sum of RGB (Red+Green+Blue) = 231+156+3=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E79C03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79C03 is #1863FC. Grayscale: #A1A1A1. Windows color (decimal): -1598461 or 236775. OLE color: 236775.
HSL color Cylindrical-coordinate representation of color #E79C03: hue angle of 40.26º degrees, saturation: 0.97, 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 #E79C03 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.09 |
| HSL | 40.26º | 0.97% | 0.46% | - |
| HSV(B) | 40.26º | 0.99% | 0.91% | - |
| XYZ | 44.86 | 40.77 | 5.59 | - |
| YUV | 160.98 | 38.85 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 3 | 0 | 0.32 | 0.99 | 0.09 | 40.26 | 0.97 | 0.46 |
| Hex | E7 | 9C | 3 | 0 | 20 | 63 | 9 | 28 | 61 | 2E |
| Octal | 347 | 234 | 3 | 0 | 40 | 143 | 11 | 50 | 141 | 56 |
| Binary | 11100111 | 10011100 | 11 | 0 | 100000 | 1100011 | 1001 | 101000 | 1100001 | 101110 |
Color Harmonies of #E79C03
Complementary color
Monochromatic Colors of #E79C03
Black with #E79C03
Text Example
Text Example
White with #E79C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79C03; }
p { color: rgb(231,156,3); }
H1.HeaderClassName
{
color: #E79C03;
}
.AnyTagClassName
{
color: #E79C03;
}
</style>
background-color css
<style>
a { background-color: #E79C03; }
a { background-color: rgb(231,156,3); }
div.DivClassName
{
background-color: #E79C03;
}
.BgClassName
{
background-color: #E79C03;
}
</style>
border-color css
<style>
span { border-color: #E79C03; }
span { border-color: rgb(231,156,3); }
td.TdClassName
{
border-color: #E79C03;
}
.TagClassName
{
border-color: #E79C03;
}
</style>