Shades of Gamboge #E79C16
Tints of Gamboge #E79C16
RGB
CMYK
RGB Variations
Color information
#E79C16 (or 0xE79C16) is known color: Gamboge. HEX triplet: E7, 9C and 16. RGB value is (231,156,22). Sum of RGB (Red+Green+Blue) = 231+156+22=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E79C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79C16 is #1863E9. Grayscale: #A3A3A3. Windows color (decimal): -1598442 or 1481959. OLE color: 1481959.
HSL color Cylindrical-coordinate representation of color #E79C16: hue angle of 38.47º degrees, saturation: 0.83, 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 #E79C16 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 22 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.09 |
| HSL | 38.47º | 0.83% | 0.5% | - |
| HSV(B) | 38.47º | 0.9% | 0.91% | - |
| XYZ | 44.99 | 40.82 | 6.27 | - |
| YUV | 163.15 | 48.35 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 22 | 0 | 0.32 | 0.90 | 0.09 | 38.47 | 0.83 | 0.5 |
| Hex | E7 | 9C | 16 | 0 | 20 | 5A | 9 | 26 | 53 | 32 |
| Octal | 347 | 234 | 26 | 0 | 40 | 132 | 11 | 46 | 123 | 62 |
| Binary | 11100111 | 10011100 | 10110 | 0 | 100000 | 1011010 | 1001 | 100110 | 1010011 | 110010 |
Color Harmonies of #E79C16
Complementary color
Monochromatic Colors of #E79C16
Black with #E79C16
Text Example
Text Example
White with #E79C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79C16; }
p { color: rgb(231,156,22); }
H1.HeaderClassName
{
color: #E79C16;
}
.AnyTagClassName
{
color: #E79C16;
}
</style>
background-color css
<style>
a { background-color: #E79C16; }
a { background-color: rgb(231,156,22); }
div.DivClassName
{
background-color: #E79C16;
}
.BgClassName
{
background-color: #E79C16;
}
</style>
border-color css
<style>
span { border-color: #E79C16; }
span { border-color: rgb(231,156,22); }
td.TdClassName
{
border-color: #E79C16;
}
.TagClassName
{
border-color: #E79C16;
}
</style>