Shades of Gamboge #E79D15
Tints of Gamboge #E79D15
RGB
CMYK
RGB Variations
Color information
#E79D15 (or 0xE79D15) is known color: Gamboge. HEX triplet: E7, 9D and 15. RGB value is (231,157,21). Sum of RGB (Red+Green+Blue) = 231+157+21=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79D15 is #1862EA. Grayscale: #A4A4A4. Windows color (decimal): -1598187 or 1416679. OLE color: 1416679.
HSL color Cylindrical-coordinate representation of color #E79D15: hue angle of 38.86º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E79D15 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 21 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.09 |
| HSL | 38.86º | 0.83% | 0.49% | - |
| HSV(B) | 38.86º | 0.91% | 0.91% | - |
| XYZ | 45.15 | 41.16 | 6.27 | - |
| YUV | 163.62 | 47.52 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 21 | 0 | 0.32 | 0.91 | 0.09 | 38.86 | 0.83 | 0.49 |
| Hex | E7 | 9D | 15 | 0 | 20 | 5B | 9 | 27 | 53 | 31 |
| Octal | 347 | 235 | 25 | 0 | 40 | 133 | 11 | 47 | 123 | 61 |
| Binary | 11100111 | 10011101 | 10101 | 0 | 100000 | 1011011 | 1001 | 100111 | 1010011 | 110001 |
Color Harmonies of #E79D15
Complementary color
Monochromatic Colors of #E79D15
Black with #E79D15
Text Example
Text Example
White with #E79D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D15; }
p { color: rgb(231,157,21); }
H1.HeaderClassName
{
color: #E79D15;
}
.AnyTagClassName
{
color: #E79D15;
}
</style>
background-color css
<style>
a { background-color: #E79D15; }
a { background-color: rgb(231,157,21); }
div.DivClassName
{
background-color: #E79D15;
}
.BgClassName
{
background-color: #E79D15;
}
</style>
border-color css
<style>
span { border-color: #E79D15; }
span { border-color: rgb(231,157,21); }
td.TdClassName
{
border-color: #E79D15;
}
.TagClassName
{
border-color: #E79D15;
}
</style>