Shades of Gamboge #E79F16
Tints of Gamboge #E79F16
RGB
CMYK
RGB Variations
Color information
#E79F16 (or 0xE79F16) is known color: Gamboge. HEX triplet: E7, 9F and 16. RGB value is (231,159,22). Sum of RGB (Red+Green+Blue) = 231+159+22=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79F16 is #1860E9. Grayscale: #A5A5A5. Windows color (decimal): -1597674 or 1482727. OLE color: 1482727.
HSL color Cylindrical-coordinate representation of color #E79F16: hue angle of 39.33º 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 #E79F16 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 22 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.09 |
| HSL | 39.33º | 0.83% | 0.5% | - |
| HSV(B) | 39.33º | 0.9% | 0.91% | - |
| XYZ | 45.5 | 41.84 | 6.44 | - |
| YUV | 164.91 | 47.35 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 22 | 0 | 0.31 | 0.90 | 0.09 | 39.33 | 0.83 | 0.5 |
| Hex | E7 | 9F | 16 | 0 | 1F | 5A | 9 | 27 | 53 | 32 |
| Octal | 347 | 237 | 26 | 0 | 37 | 132 | 11 | 47 | 123 | 62 |
| Binary | 11100111 | 10011111 | 10110 | 0 | 11111 | 1011010 | 1001 | 100111 | 1010011 | 110010 |
Color Harmonies of #E79F16
Complementary color
Monochromatic Colors of #E79F16
Black with #E79F16
Text Example
Text Example
White with #E79F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79F16; }
p { color: rgb(231,159,22); }
H1.HeaderClassName
{
color: #E79F16;
}
.AnyTagClassName
{
color: #E79F16;
}
</style>
background-color css
<style>
a { background-color: #E79F16; }
a { background-color: rgb(231,159,22); }
div.DivClassName
{
background-color: #E79F16;
}
.BgClassName
{
background-color: #E79F16;
}
</style>
border-color css
<style>
span { border-color: #E79F16; }
span { border-color: rgb(231,159,22); }
td.TdClassName
{
border-color: #E79F16;
}
.TagClassName
{
border-color: #E79F16;
}
</style>