Shades of Gamboge #E79D0D
Tints of Gamboge #E79D0D
RGB
CMYK
RGB Variations
Color information
#E79D0D (or 0xE79D0D) is known color: Gamboge. HEX triplet: E7, 9D and 0D. RGB value is (231,157,13). Sum of RGB (Red+Green+Blue) = 231+157+13=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79D0D is #1862F2. Grayscale: #A3A3A3. Windows color (decimal): -1598195 or 892391. OLE color: 892391.
HSL color Cylindrical-coordinate representation of color #E79D0D: hue angle of 39.63º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E79D0D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 13 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.09 |
| HSL | 39.63º | 0.89% | 0.48% | - |
| HSV(B) | 39.63º | 0.94% | 0.91% | - |
| XYZ | 45.08 | 41.13 | 5.94 | - |
| YUV | 162.71 | 43.52 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 13 | 0 | 0.32 | 0.94 | 0.09 | 39.63 | 0.89 | 0.48 |
| Hex | E7 | 9D | D | 0 | 20 | 5E | 9 | 28 | 59 | 30 |
| Octal | 347 | 235 | 15 | 0 | 40 | 136 | 11 | 50 | 131 | 60 |
| Binary | 11100111 | 10011101 | 1101 | 0 | 100000 | 1011110 | 1001 | 101000 | 1011001 | 110000 |
Color Harmonies of #E79D0D
Complementary color
Monochromatic Colors of #E79D0D
Black with #E79D0D
Text Example
Text Example
White with #E79D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D0D; }
p { color: rgb(231,157,13); }
H1.HeaderClassName
{
color: #E79D0D;
}
.AnyTagClassName
{
color: #E79D0D;
}
</style>
background-color css
<style>
a { background-color: #E79D0D; }
a { background-color: rgb(231,157,13); }
div.DivClassName
{
background-color: #E79D0D;
}
.BgClassName
{
background-color: #E79D0D;
}
</style>
border-color css
<style>
span { border-color: #E79D0D; }
span { border-color: rgb(231,157,13); }
td.TdClassName
{
border-color: #E79D0D;
}
.TagClassName
{
border-color: #E79D0D;
}
</style>