Shades of Gamboge #E8970B
Tints of Gamboge #E8970B
RGB
CMYK
RGB Variations
Color information
#E8970B (or 0xE8970B) is known color: Gamboge. HEX triplet: E8, 97 and 0B. RGB value is (232,151,11). Sum of RGB (Red+Green+Blue) = 232+151+11=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E8970B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8970B is #1768F4. Grayscale: #9F9F9F. Windows color (decimal): -1534197 or 759784. OLE color: 759784.
HSL color Cylindrical-coordinate representation of color #E8970B: hue angle of 38.01º 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 #E8970B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 151 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.09 |
| HSL | 38.01º | 0.91% | 0.48% | - |
| HSV(B) | 38.01º | 0.95% | 0.91% | - |
| XYZ | 44.41 | 39.31 | 5.56 | - |
| YUV | 159.26 | 44.34 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 151 | 11 | 0 | 0.35 | 0.95 | 0.09 | 38.01 | 0.91 | 0.48 |
| Hex | E8 | 97 | B | 0 | 23 | 5F | 9 | 26 | 5B | 30 |
| Octal | 350 | 227 | 13 | 0 | 43 | 137 | 11 | 46 | 133 | 60 |
| Binary | 11101000 | 10010111 | 1011 | 0 | 100011 | 1011111 | 1001 | 100110 | 1011011 | 110000 |
Color Harmonies of #E8970B
Complementary color
Monochromatic Colors of #E8970B
Black with #E8970B
Text Example
Text Example
White with #E8970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8970B; }
p { color: rgb(232,151,11); }
H1.HeaderClassName
{
color: #E8970B;
}
.AnyTagClassName
{
color: #E8970B;
}
</style>
background-color css
<style>
a { background-color: #E8970B; }
a { background-color: rgb(232,151,11); }
div.DivClassName
{
background-color: #E8970B;
}
.BgClassName
{
background-color: #E8970B;
}
</style>
border-color css
<style>
span { border-color: #E8970B; }
span { border-color: rgb(232,151,11); }
td.TdClassName
{
border-color: #E8970B;
}
.TagClassName
{
border-color: #E8970B;
}
</style>