Shades of Gamboge #E79C00
Tints of Gamboge #E79C00
RGB
CMYK
RGB Variations
Color information
#E79C00 (or 0xE79C00) is known color: Gamboge. HEX triplet: E7, 9C and 00. RGB value is (231,156,0). Sum of RGB (Red+Green+Blue) = 231+156+0=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E79C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79C00 is #1863FF. Grayscale: #A1A1A1. Windows color (decimal): -1598464 or 40167. OLE color: 40167.
HSL color Cylindrical-coordinate representation of color #E79C00: hue angle of 40.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E79C00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.09 |
| HSL | 40.52º | 1% | 0.45% | - |
| HSV(B) | 40.52º | 1% | 0.91% | - |
| XYZ | 44.84 | 40.77 | 5.51 | - |
| YUV | 160.64 | 37.35 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 0 | 0 | 0.32 | 1 | 0.09 | 40.52 | 1 | 0.45 |
| Hex | E7 | 9C | 0 | 0 | 20 | 64 | 9 | 29 | 64 | 2D |
| Octal | 347 | 234 | 0 | 0 | 40 | 144 | 11 | 51 | 144 | 55 |
| Binary | 11100111 | 10011100 | 0 | 0 | 100000 | 1100100 | 1001 | 101001 | 1100100 | 101101 |
Color Harmonies of #E79C00
Complementary color
Monochromatic Colors of #E79C00
Black with #E79C00
Text Example
Text Example
White with #E79C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79C00; }
p { color: rgb(231,156,0); }
H1.HeaderClassName
{
color: #E79C00;
}
.AnyTagClassName
{
color: #E79C00;
}
</style>
background-color css
<style>
a { background-color: #E79C00; }
a { background-color: rgb(231,156,0); }
div.DivClassName
{
background-color: #E79C00;
}
.BgClassName
{
background-color: #E79C00;
}
</style>
border-color css
<style>
span { border-color: #E79C00; }
span { border-color: rgb(231,156,0); }
td.TdClassName
{
border-color: #E79C00;
}
.TagClassName
{
border-color: #E79C00;
}
</style>