Shades of Gamboge #E9980B
Tints of Gamboge #E9980B
RGB
CMYK
RGB Variations
Color information
#E9980B (or 0xE9980B) is known color: Gamboge. HEX triplet: E9, 98 and 0B. RGB value is (233,152,11). Sum of RGB (Red+Green+Blue) = 233+152+11=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E9980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9980B is #1667F4. Grayscale: #A0A0A0. Windows color (decimal): -1468405 or 760041. OLE color: 760041.
HSL color Cylindrical-coordinate representation of color #E9980B: hue angle of 38.11º degrees, saturation: 0.91, 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 #E9980B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.09 |
| HSL | 38.11º | 0.91% | 0.48% | - |
| HSV(B) | 38.11º | 0.95% | 0.91% | - |
| XYZ | 44.89 | 39.8 | 5.63 | - |
| YUV | 160.15 | 43.84 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 11 | 0 | 0.35 | 0.95 | 0.09 | 38.11 | 0.91 | 0.48 |
| Hex | E9 | 98 | B | 0 | 23 | 5F | 9 | 26 | 5B | 30 |
| Octal | 351 | 230 | 13 | 0 | 43 | 137 | 11 | 46 | 133 | 60 |
| Binary | 11101001 | 10011000 | 1011 | 0 | 100011 | 1011111 | 1001 | 100110 | 1011011 | 110000 |
Color Harmonies of #E9980B
Complementary color
Monochromatic Colors of #E9980B
Black with #E9980B
Text Example
Text Example
White with #E9980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9980B; }
p { color: rgb(233,152,11); }
H1.HeaderClassName
{
color: #E9980B;
}
.AnyTagClassName
{
color: #E9980B;
}
</style>
background-color css
<style>
a { background-color: #E9980B; }
a { background-color: rgb(233,152,11); }
div.DivClassName
{
background-color: #E9980B;
}
.BgClassName
{
background-color: #E9980B;
}
</style>
border-color css
<style>
span { border-color: #E9980B; }
span { border-color: rgb(233,152,11); }
td.TdClassName
{
border-color: #E9980B;
}
.TagClassName
{
border-color: #E9980B;
}
</style>