Shades of Gamboge #E9970B
Tints of Gamboge #E9970B
RGB
CMYK
RGB Variations
Color information
#E9970B (or 0xE9970B) is known color: Gamboge. HEX triplet: E9, 97 and 0B. RGB value is (233,151,11). Sum of RGB (Red+Green+Blue) = 233+151+11=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E9970B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9970B is #1668F4. Grayscale: #A0A0A0. Windows color (decimal): -1468661 or 759785. OLE color: 759785.
HSL color Cylindrical-coordinate representation of color #E9970B: hue angle of 37.84º 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 #E9970B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.09 |
| HSL | 37.84º | 0.91% | 0.48% | - |
| HSV(B) | 37.84º | 0.95% | 0.91% | - |
| XYZ | 44.73 | 39.48 | 5.58 | - |
| YUV | 159.56 | 44.17 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 11 | 0 | 0.35 | 0.95 | 0.09 | 37.84 | 0.91 | 0.48 |
| Hex | E9 | 97 | B | 0 | 23 | 5F | 9 | 26 | 5B | 30 |
| Octal | 351 | 227 | 13 | 0 | 43 | 137 | 11 | 46 | 133 | 60 |
| Binary | 11101001 | 10010111 | 1011 | 0 | 100011 | 1011111 | 1001 | 100110 | 1011011 | 110000 |
Color Harmonies of #E9970B
Complementary color
Monochromatic Colors of #E9970B
Black with #E9970B
Text Example
Text Example
White with #E9970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9970B; }
p { color: rgb(233,151,11); }
H1.HeaderClassName
{
color: #E9970B;
}
.AnyTagClassName
{
color: #E9970B;
}
</style>
background-color css
<style>
a { background-color: #E9970B; }
a { background-color: rgb(233,151,11); }
div.DivClassName
{
background-color: #E9970B;
}
.BgClassName
{
background-color: #E9970B;
}
</style>
border-color css
<style>
span { border-color: #E9970B; }
span { border-color: rgb(233,151,11); }
td.TdClassName
{
border-color: #E9970B;
}
.TagClassName
{
border-color: #E9970B;
}
</style>