Shades of Gamboge #E9980E
Tints of Gamboge #E9980E
RGB
CMYK
RGB Variations
Color information
#E9980E (or 0xE9980E) is known color: Gamboge. HEX triplet: E9, 98 and 0E. RGB value is (233,152,14). Sum of RGB (Red+Green+Blue) = 233+152+14=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E9980E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9980E is #1667F1. Grayscale: #A1A1A1. Windows color (decimal): -1468402 or 956649. OLE color: 956649.
HSL color Cylindrical-coordinate representation of color #E9980E: hue angle of 37.81º 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 #E9980E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 14 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.09 |
| HSL | 37.81º | 0.89% | 0.48% | - |
| HSV(B) | 37.81º | 0.94% | 0.91% | - |
| XYZ | 44.91 | 39.81 | 5.73 | - |
| YUV | 160.49 | 45.34 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 14 | 0 | 0.35 | 0.94 | 0.09 | 37.81 | 0.89 | 0.48 |
| Hex | E9 | 98 | E | 0 | 23 | 5E | 9 | 26 | 59 | 30 |
| Octal | 351 | 230 | 16 | 0 | 43 | 136 | 11 | 46 | 131 | 60 |
| Binary | 11101001 | 10011000 | 1110 | 0 | 100011 | 1011110 | 1001 | 100110 | 1011001 | 110000 |
Color Harmonies of #E9980E
Complementary color
Monochromatic Colors of #E9980E
Black with #E9980E
Text Example
Text Example
White with #E9980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9980E; }
p { color: rgb(233,152,14); }
H1.HeaderClassName
{
color: #E9980E;
}
.AnyTagClassName
{
color: #E9980E;
}
</style>
background-color css
<style>
a { background-color: #E9980E; }
a { background-color: rgb(233,152,14); }
div.DivClassName
{
background-color: #E9980E;
}
.BgClassName
{
background-color: #E9980E;
}
</style>
border-color css
<style>
span { border-color: #E9980E; }
span { border-color: rgb(233,152,14); }
td.TdClassName
{
border-color: #E9980E;
}
.TagClassName
{
border-color: #E9980E;
}
</style>