Shades of Gamboge #E79313
Tints of Gamboge #E79313
RGB
CMYK
RGB Variations
Color information
#E79313 (or 0xE79313) is known color: Gamboge. HEX triplet: E7, 93 and 13. RGB value is (231,147,19). Sum of RGB (Red+Green+Blue) = 231+147+19=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E79313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79313 is #186CEC. Grayscale: #9E9E9E. Windows color (decimal): -1600749 or 1283047. OLE color: 1283047.
HSL color Cylindrical-coordinate representation of color #E79313: hue angle of 36.23º degrees, saturation: 0.85, 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 #E79313 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 147 | 19 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.09 |
| HSL | 36.23º | 0.85% | 0.49% | - |
| HSV(B) | 36.23º | 0.92% | 0.91% | - |
| XYZ | 43.51 | 37.9 | 5.64 | - |
| YUV | 157.52 | 49.83 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 147 | 19 | 0 | 0.36 | 0.92 | 0.09 | 36.23 | 0.85 | 0.49 |
| Hex | E7 | 93 | 13 | 0 | 24 | 5C | 9 | 24 | 55 | 31 |
| Octal | 347 | 223 | 23 | 0 | 44 | 134 | 11 | 44 | 125 | 61 |
| Binary | 11100111 | 10010011 | 10011 | 0 | 100100 | 1011100 | 1001 | 100100 | 1010101 | 110001 |
Color Harmonies of #E79313
Complementary color
Monochromatic Colors of #E79313
Black with #E79313
Text Example
Text Example
White with #E79313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79313; }
p { color: rgb(231,147,19); }
H1.HeaderClassName
{
color: #E79313;
}
.AnyTagClassName
{
color: #E79313;
}
</style>
background-color css
<style>
a { background-color: #E79313; }
a { background-color: rgb(231,147,19); }
div.DivClassName
{
background-color: #E79313;
}
.BgClassName
{
background-color: #E79313;
}
</style>
border-color css
<style>
span { border-color: #E79313; }
span { border-color: rgb(231,147,19); }
td.TdClassName
{
border-color: #E79313;
}
.TagClassName
{
border-color: #E79313;
}
</style>