Shades of Gamboge #E8920C
Tints of Gamboge #E8920C
RGB
CMYK
RGB Variations
Color information
#E8920C (or 0xE8920C) is known color: Gamboge. HEX triplet: E8, 92 and 0C. RGB value is (232,146,12). Sum of RGB (Red+Green+Blue) = 232+146+12=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E8920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8920C is #176DF3. Grayscale: #9D9D9D. Windows color (decimal): -1535476 or 824040. OLE color: 824040.
HSL color Cylindrical-coordinate representation of color #E8920C: hue angle of 36.55º 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 #E8920C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.09 |
| HSL | 36.55º | 0.9% | 0.48% | - |
| HSV(B) | 36.55º | 0.95% | 0.91% | - |
| XYZ | 43.62 | 37.74 | 5.33 | - |
| YUV | 156.44 | 46.49 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 12 | 0 | 0.37 | 0.95 | 0.09 | 36.55 | 0.9 | 0.48 |
| Hex | E8 | 92 | C | 0 | 25 | 5F | 9 | 25 | 5A | 30 |
| Octal | 350 | 222 | 14 | 0 | 45 | 137 | 11 | 45 | 132 | 60 |
| Binary | 11101000 | 10010010 | 1100 | 0 | 100101 | 1011111 | 1001 | 100101 | 1011010 | 110000 |
Color Harmonies of #E8920C
Complementary color
Monochromatic Colors of #E8920C
Black with #E8920C
Text Example
Text Example
White with #E8920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8920C; }
p { color: rgb(232,146,12); }
H1.HeaderClassName
{
color: #E8920C;
}
.AnyTagClassName
{
color: #E8920C;
}
</style>
background-color css
<style>
a { background-color: #E8920C; }
a { background-color: rgb(232,146,12); }
div.DivClassName
{
background-color: #E8920C;
}
.BgClassName
{
background-color: #E8920C;
}
</style>
border-color css
<style>
span { border-color: #E8920C; }
span { border-color: rgb(232,146,12); }
td.TdClassName
{
border-color: #E8920C;
}
.TagClassName
{
border-color: #E8920C;
}
</style>