Shades of Gamboge #E8A00B
Tints of Gamboge #E8A00B
RGB
CMYK
RGB Variations
Color information
#E8A00B (or 0xE8A00B) is known color: Gamboge. HEX triplet: E8, A0 and 0B. RGB value is (232,160,11). Sum of RGB (Red+Green+Blue) = 232+160+11=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A00B is #175FF4. Grayscale: #A5A5A5. Windows color (decimal): -1531893 or 762088. OLE color: 762088.
HSL color Cylindrical-coordinate representation of color #E8A00B: hue angle of 40.45º 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 #E8A00B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 160 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.09 |
| HSL | 40.45º | 0.91% | 0.48% | - |
| HSV(B) | 40.45º | 0.95% | 0.91% | - |
| XYZ | 45.91 | 42.32 | 6.07 | - |
| YUV | 164.54 | 41.35 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 160 | 11 | 0 | 0.31 | 0.95 | 0.09 | 40.45 | 0.91 | 0.48 |
| Hex | E8 | A0 | B | 0 | 1F | 5F | 9 | 28 | 5B | 30 |
| Octal | 350 | 240 | 13 | 0 | 37 | 137 | 11 | 50 | 133 | 60 |
| Binary | 11101000 | 10100000 | 1011 | 0 | 11111 | 1011111 | 1001 | 101000 | 1011011 | 110000 |
Color Harmonies of #E8A00B
Complementary color
Monochromatic Colors of #E8A00B
Black with #E8A00B
Text Example
Text Example
White with #E8A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A00B; }
p { color: rgb(232,160,11); }
H1.HeaderClassName
{
color: #E8A00B;
}
.AnyTagClassName
{
color: #E8A00B;
}
</style>
background-color css
<style>
a { background-color: #E8A00B; }
a { background-color: rgb(232,160,11); }
div.DivClassName
{
background-color: #E8A00B;
}
.BgClassName
{
background-color: #E8A00B;
}
</style>
border-color css
<style>
span { border-color: #E8A00B; }
span { border-color: rgb(232,160,11); }
td.TdClassName
{
border-color: #E8A00B;
}
.TagClassName
{
border-color: #E8A00B;
}
</style>