Shades of Gamboge #E8980C
Tints of Gamboge #E8980C
RGB
CMYK
RGB Variations
Color information
#E8980C (or 0xE8980C) is known color: Gamboge. HEX triplet: E8, 98 and 0C. RGB value is (232,152,12). Sum of RGB (Red+Green+Blue) = 232+152+12=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E8980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8980C is #1767F3. Grayscale: #A0A0A0. Windows color (decimal): -1533940 or 825576. OLE color: 825576.
HSL color Cylindrical-coordinate representation of color #E8980C: hue angle of 38.18º 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 #E8980C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.09 |
| HSL | 38.18º | 0.9% | 0.48% | - |
| HSV(B) | 38.18º | 0.95% | 0.91% | - |
| XYZ | 44.57 | 39.64 | 5.65 | - |
| YUV | 159.96 | 44.5 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 12 | 0 | 0.34 | 0.95 | 0.09 | 38.18 | 0.9 | 0.48 |
| Hex | E8 | 98 | C | 0 | 22 | 5F | 9 | 26 | 5A | 30 |
| Octal | 350 | 230 | 14 | 0 | 42 | 137 | 11 | 46 | 132 | 60 |
| Binary | 11101000 | 10011000 | 1100 | 0 | 100010 | 1011111 | 1001 | 100110 | 1011010 | 110000 |
Color Harmonies of #E8980C
Complementary color
Monochromatic Colors of #E8980C
Black with #E8980C
Text Example
Text Example
White with #E8980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8980C; }
p { color: rgb(232,152,12); }
H1.HeaderClassName
{
color: #E8980C;
}
.AnyTagClassName
{
color: #E8980C;
}
</style>
background-color css
<style>
a { background-color: #E8980C; }
a { background-color: rgb(232,152,12); }
div.DivClassName
{
background-color: #E8980C;
}
.BgClassName
{
background-color: #E8980C;
}
</style>
border-color css
<style>
span { border-color: #E8980C; }
span { border-color: rgb(232,152,12); }
td.TdClassName
{
border-color: #E8980C;
}
.TagClassName
{
border-color: #E8980C;
}
</style>