Shades of Gamboge #E8930E
Tints of Gamboge #E8930E
RGB
CMYK
RGB Variations
Color information
#E8930E (or 0xE8930E) is known color: Gamboge. HEX triplet: E8, 93 and 0E. RGB value is (232,147,14). Sum of RGB (Red+Green+Blue) = 232+147+14=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E8930E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8930E is #176CF1. Grayscale: #9D9D9D. Windows color (decimal): -1535218 or 955368. OLE color: 955368.
HSL color Cylindrical-coordinate representation of color #E8930E: hue angle of 36.61º 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 #E8930E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.09 |
| HSL | 36.61º | 0.89% | 0.48% | - |
| HSV(B) | 36.61º | 0.94% | 0.91% | - |
| XYZ | 43.79 | 38.05 | 5.45 | - |
| YUV | 157.25 | 47.16 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 14 | 0 | 0.37 | 0.94 | 0.09 | 36.61 | 0.89 | 0.48 |
| Hex | E8 | 93 | E | 0 | 25 | 5E | 9 | 25 | 59 | 30 |
| Octal | 350 | 223 | 16 | 0 | 45 | 136 | 11 | 45 | 131 | 60 |
| Binary | 11101000 | 10010011 | 1110 | 0 | 100101 | 1011110 | 1001 | 100101 | 1011001 | 110000 |
Color Harmonies of #E8930E
Complementary color
Monochromatic Colors of #E8930E
Black with #E8930E
Text Example
Text Example
White with #E8930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8930E; }
p { color: rgb(232,147,14); }
H1.HeaderClassName
{
color: #E8930E;
}
.AnyTagClassName
{
color: #E8930E;
}
</style>
background-color css
<style>
a { background-color: #E8930E; }
a { background-color: rgb(232,147,14); }
div.DivClassName
{
background-color: #E8930E;
}
.BgClassName
{
background-color: #E8930E;
}
</style>
border-color css
<style>
span { border-color: #E8930E; }
span { border-color: rgb(232,147,14); }
td.TdClassName
{
border-color: #E8930E;
}
.TagClassName
{
border-color: #E8930E;
}
</style>