Shades of Gamboge #E2B008
Tints of Gamboge #E2B008
RGB
CMYK
RGB Variations
Color information
#E2B008 (or 0xE2B008) is known color: Gamboge. HEX triplet: E2, B0 and 08. RGB value is (226,176,8). Sum of RGB (Red+Green+Blue) = 226+176+8=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B008 is #1D4FF7. Grayscale: #ACACAC. Windows color (decimal): -1921016 or 569570. OLE color: 569570.
HSL color Cylindrical-coordinate representation of color #E2B008: hue angle of 46.24º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2B008 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 8 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.11 |
| HSL | 46.24º | 0.93% | 0.46% | - |
| HSV(B) | 46.24º | 0.96% | 0.89% | - |
| XYZ | 46.93 | 47.24 | 6.87 | - |
| YUV | 171.8 | 35.57 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 8 | 0 | 0.22 | 0.96 | 0.11 | 46.24 | 0.93 | 0.46 |
| Hex | E2 | B0 | 8 | 0 | 16 | 60 | B | 2E | 5D | 2E |
| Octal | 342 | 260 | 10 | 0 | 26 | 140 | 13 | 56 | 135 | 56 |
| Binary | 11100010 | 10110000 | 1000 | 0 | 10110 | 1100000 | 1011 | 101110 | 1011101 | 101110 |
Color Harmonies of #E2B008
Complementary color
Monochromatic Colors of #E2B008
Black with #E2B008
Text Example
Text Example
White with #E2B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B008; }
p { color: rgb(226,176,8); }
H1.HeaderClassName
{
color: #E2B008;
}
.AnyTagClassName
{
color: #E2B008;
}
</style>
background-color css
<style>
a { background-color: #E2B008; }
a { background-color: rgb(226,176,8); }
div.DivClassName
{
background-color: #E2B008;
}
.BgClassName
{
background-color: #E2B008;
}
</style>
border-color css
<style>
span { border-color: #E2B008; }
span { border-color: rgb(226,176,8); }
td.TdClassName
{
border-color: #E2B008;
}
.TagClassName
{
border-color: #E2B008;
}
</style>