Shades of Gamboge #E8920B
Tints of Gamboge #E8920B
RGB
CMYK
RGB Variations
Color information
#E8920B (or 0xE8920B) is known color: Gamboge. HEX triplet: E8, 92 and 0B. RGB value is (232,146,11). Sum of RGB (Red+Green+Blue) = 232+146+11=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E8920B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8920B is #176DF4. Grayscale: #9C9C9C. Windows color (decimal): -1535477 or 758504. OLE color: 758504.
HSL color Cylindrical-coordinate representation of color #E8920B: hue angle of 36.65º 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 #E8920B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.09 |
| HSL | 36.65º | 0.91% | 0.48% | - |
| HSV(B) | 36.65º | 0.95% | 0.91% | - |
| XYZ | 43.62 | 37.74 | 5.3 | - |
| YUV | 156.32 | 45.99 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 11 | 0 | 0.37 | 0.95 | 0.09 | 36.65 | 0.91 | 0.48 |
| Hex | E8 | 92 | B | 0 | 25 | 5F | 9 | 25 | 5B | 30 |
| Octal | 350 | 222 | 13 | 0 | 45 | 137 | 11 | 45 | 133 | 60 |
| Binary | 11101000 | 10010010 | 1011 | 0 | 100101 | 1011111 | 1001 | 100101 | 1011011 | 110000 |
Color Harmonies of #E8920B
Complementary color
Monochromatic Colors of #E8920B
Black with #E8920B
Text Example
Text Example
White with #E8920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8920B; }
p { color: rgb(232,146,11); }
H1.HeaderClassName
{
color: #E8920B;
}
.AnyTagClassName
{
color: #E8920B;
}
</style>
background-color css
<style>
a { background-color: #E8920B; }
a { background-color: rgb(232,146,11); }
div.DivClassName
{
background-color: #E8920B;
}
.BgClassName
{
background-color: #E8920B;
}
</style>
border-color css
<style>
span { border-color: #E8920B; }
span { border-color: rgb(232,146,11); }
td.TdClassName
{
border-color: #E8920B;
}
.TagClassName
{
border-color: #E8920B;
}
</style>