Shades of Gamboge #E79D12
Tints of Gamboge #E79D12
RGB
CMYK
RGB Variations
Color information
#E79D12 (or 0xE79D12) is known color: Gamboge. HEX triplet: E7, 9D and 12. RGB value is (231,157,18). Sum of RGB (Red+Green+Blue) = 231+157+18=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79D12 is #1862ED. Grayscale: #A3A3A3. Windows color (decimal): -1598190 or 1220071. OLE color: 1220071.
HSL color Cylindrical-coordinate representation of color #E79D12: hue angle of 39.15º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E79D12 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.09 |
| HSL | 39.15º | 0.86% | 0.49% | - |
| HSV(B) | 39.15º | 0.92% | 0.91% | - |
| XYZ | 45.12 | 41.15 | 6.14 | - |
| YUV | 163.28 | 46.02 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 18 | 0 | 0.32 | 0.92 | 0.09 | 39.15 | 0.86 | 0.49 |
| Hex | E7 | 9D | 12 | 0 | 20 | 5C | 9 | 27 | 56 | 31 |
| Octal | 347 | 235 | 22 | 0 | 40 | 134 | 11 | 47 | 126 | 61 |
| Binary | 11100111 | 10011101 | 10010 | 0 | 100000 | 1011100 | 1001 | 100111 | 1010110 | 110001 |
Color Harmonies of #E79D12
Complementary color
Monochromatic Colors of #E79D12
Black with #E79D12
Text Example
Text Example
White with #E79D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D12; }
p { color: rgb(231,157,18); }
H1.HeaderClassName
{
color: #E79D12;
}
.AnyTagClassName
{
color: #E79D12;
}
</style>
background-color css
<style>
a { background-color: #E79D12; }
a { background-color: rgb(231,157,18); }
div.DivClassName
{
background-color: #E79D12;
}
.BgClassName
{
background-color: #E79D12;
}
</style>
border-color css
<style>
span { border-color: #E79D12; }
span { border-color: rgb(231,157,18); }
td.TdClassName
{
border-color: #E79D12;
}
.TagClassName
{
border-color: #E79D12;
}
</style>