Shades of Gamboge #E7910E
Tints of Gamboge #E7910E
RGB
CMYK
RGB Variations
Color information
#E7910E (or 0xE7910E) is known color: Gamboge. HEX triplet: E7, 91 and 0E. RGB value is (231,145,14). Sum of RGB (Red+Green+Blue) = 231+145+14=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7910E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7910E is #186EF1. Grayscale: #9C9C9C. Windows color (decimal): -1601266 or 954855. OLE color: 954855.
HSL color Cylindrical-coordinate representation of color #E7910E: hue angle of 36.22º 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 #E7910E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.09 |
| HSL | 36.22º | 0.89% | 0.48% | - |
| HSV(B) | 36.22º | 0.94% | 0.91% | - |
| XYZ | 43.16 | 37.27 | 5.33 | - |
| YUV | 155.78 | 47.99 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 14 | 0 | 0.37 | 0.94 | 0.09 | 36.22 | 0.89 | 0.48 |
| Hex | E7 | 91 | E | 0 | 25 | 5E | 9 | 24 | 59 | 30 |
| Octal | 347 | 221 | 16 | 0 | 45 | 136 | 11 | 44 | 131 | 60 |
| Binary | 11100111 | 10010001 | 1110 | 0 | 100101 | 1011110 | 1001 | 100100 | 1011001 | 110000 |
Color Harmonies of #E7910E
Complementary color
Monochromatic Colors of #E7910E
Black with #E7910E
Text Example
Text Example
White with #E7910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7910E; }
p { color: rgb(231,145,14); }
H1.HeaderClassName
{
color: #E7910E;
}
.AnyTagClassName
{
color: #E7910E;
}
</style>
background-color css
<style>
a { background-color: #E7910E; }
a { background-color: rgb(231,145,14); }
div.DivClassName
{
background-color: #E7910E;
}
.BgClassName
{
background-color: #E7910E;
}
</style>
border-color css
<style>
span { border-color: #E7910E; }
span { border-color: rgb(231,145,14); }
td.TdClassName
{
border-color: #E7910E;
}
.TagClassName
{
border-color: #E7910E;
}
</style>