Shades of Gamboge #E79315
Tints of Gamboge #E79315
RGB
CMYK
RGB Variations
Color information
#E79315 (or 0xE79315) is known color: Gamboge. HEX triplet: E7, 93 and 15. RGB value is (231,147,21). Sum of RGB (Red+Green+Blue) = 231+147+21=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E79315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79315 is #186CEA. Grayscale: #9E9E9E. Windows color (decimal): -1600747 or 1414119. OLE color: 1414119.
HSL color Cylindrical-coordinate representation of color #E79315: hue angle of 36º 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 #E79315 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 147 | 21 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.09 |
| HSL | 36º | 0.83% | 0.49% | - |
| HSV(B) | 36º | 0.91% | 0.91% | - |
| XYZ | 43.52 | 37.91 | 5.73 | - |
| YUV | 157.75 | 50.83 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 147 | 21 | 0 | 0.36 | 0.91 | 0.09 | 36 | 0.83 | 0.49 |
| Hex | E7 | 93 | 15 | 0 | 24 | 5B | 9 | 24 | 53 | 31 |
| Octal | 347 | 223 | 25 | 0 | 44 | 133 | 11 | 44 | 123 | 61 |
| Binary | 11100111 | 10010011 | 10101 | 0 | 100100 | 1011011 | 1001 | 100100 | 1010011 | 110001 |
Color Harmonies of #E79315
Complementary color
Monochromatic Colors of #E79315
Black with #E79315
Text Example
Text Example
White with #E79315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79315; }
p { color: rgb(231,147,21); }
H1.HeaderClassName
{
color: #E79315;
}
.AnyTagClassName
{
color: #E79315;
}
</style>
background-color css
<style>
a { background-color: #E79315; }
a { background-color: rgb(231,147,21); }
div.DivClassName
{
background-color: #E79315;
}
.BgClassName
{
background-color: #E79315;
}
</style>
border-color css
<style>
span { border-color: #E79315; }
span { border-color: rgb(231,147,21); }
td.TdClassName
{
border-color: #E79315;
}
.TagClassName
{
border-color: #E79315;
}
</style>