Shades of Gamboge #E7980C
Tints of Gamboge #E7980C
RGB
CMYK
RGB Variations
Color information
#E7980C (or 0xE7980C) is known color: Gamboge. HEX triplet: E7, 98 and 0C. RGB value is (231,152,12). Sum of RGB (Red+Green+Blue) = 231+152+12=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E7980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7980C is #1867F3. Grayscale: #A0A0A0. Windows color (decimal): -1599476 or 825575. OLE color: 825575.
HSL color Cylindrical-coordinate representation of color #E7980C: hue angle of 38.36º 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 #E7980C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.09 |
| HSL | 38.36º | 0.9% | 0.48% | - |
| HSV(B) | 38.36º | 0.95% | 0.91% | - |
| XYZ | 44.25 | 39.47 | 5.63 | - |
| YUV | 159.66 | 44.67 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 12 | 0 | 0.34 | 0.95 | 0.09 | 38.36 | 0.9 | 0.48 |
| Hex | E7 | 98 | C | 0 | 22 | 5F | 9 | 26 | 5A | 30 |
| Octal | 347 | 230 | 14 | 0 | 42 | 137 | 11 | 46 | 132 | 60 |
| Binary | 11100111 | 10011000 | 1100 | 0 | 100010 | 1011111 | 1001 | 100110 | 1011010 | 110000 |
Color Harmonies of #E7980C
Complementary color
Monochromatic Colors of #E7980C
Black with #E7980C
Text Example
Text Example
White with #E7980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7980C; }
p { color: rgb(231,152,12); }
H1.HeaderClassName
{
color: #E7980C;
}
.AnyTagClassName
{
color: #E7980C;
}
</style>
background-color css
<style>
a { background-color: #E7980C; }
a { background-color: rgb(231,152,12); }
div.DivClassName
{
background-color: #E7980C;
}
.BgClassName
{
background-color: #E7980C;
}
</style>
border-color css
<style>
span { border-color: #E7980C; }
span { border-color: rgb(231,152,12); }
td.TdClassName
{
border-color: #E7980C;
}
.TagClassName
{
border-color: #E7980C;
}
</style>