Shades of Gamboge #E7910C
Tints of Gamboge #E7910C
RGB
CMYK
RGB Variations
Color information
#E7910C (or 0xE7910C) is known color: Gamboge. HEX triplet: E7, 91 and 0C. RGB value is (231,145,12). Sum of RGB (Red+Green+Blue) = 231+145+12=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E7910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7910C is #186EF3. Grayscale: #9C9C9C. Windows color (decimal): -1601268 or 823783. OLE color: 823783.
HSL color Cylindrical-coordinate representation of color #E7910C: hue angle of 36.44º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7910C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.09 |
| HSL | 36.44º | 0.9% | 0.48% | - |
| HSV(B) | 36.44º | 0.95% | 0.91% | - |
| XYZ | 43.15 | 37.27 | 5.27 | - |
| YUV | 155.55 | 46.99 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 12 | 0 | 0.37 | 0.95 | 0.09 | 36.44 | 0.9 | 0.48 |
| Hex | E7 | 91 | C | 0 | 25 | 5F | 9 | 24 | 5A | 30 |
| Octal | 347 | 221 | 14 | 0 | 45 | 137 | 11 | 44 | 132 | 60 |
| Binary | 11100111 | 10010001 | 1100 | 0 | 100101 | 1011111 | 1001 | 100100 | 1011010 | 110000 |
Color Harmonies of #E7910C
Complementary color
Monochromatic Colors of #E7910C
Black with #E7910C
Text Example
Text Example
White with #E7910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7910C; }
p { color: rgb(231,145,12); }
H1.HeaderClassName
{
color: #E7910C;
}
.AnyTagClassName
{
color: #E7910C;
}
</style>
background-color css
<style>
a { background-color: #E7910C; }
a { background-color: rgb(231,145,12); }
div.DivClassName
{
background-color: #E7910C;
}
.BgClassName
{
background-color: #E7910C;
}
</style>
border-color css
<style>
span { border-color: #E7910C; }
span { border-color: rgb(231,145,12); }
td.TdClassName
{
border-color: #E7910C;
}
.TagClassName
{
border-color: #E7910C;
}
</style>