Shades of Gamboge #E2B200
Tints of Gamboge #E2B200
RGB
CMYK
RGB Variations
Color information
#E2B200 (or 0xE2B200) is known color: Gamboge. HEX triplet: E2, B2 and 00. RGB value is (226,178,0). Sum of RGB (Red+Green+Blue) = 226+178+0=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B200 is #1D4DFF. Grayscale: #ACACAC. Windows color (decimal): -1920512 or 45794. OLE color: 45794.
HSL color Cylindrical-coordinate representation of color #E2B200: hue angle of 47.26º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2B200 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.11 |
| HSL | 47.26º | 1% | 0.44% | - |
| HSV(B) | 47.26º | 1% | 0.89% | - |
| XYZ | 47.28 | 48.01 | 6.77 | - |
| YUV | 172.06 | 30.9 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 0 | 0 | 0.21 | 1 | 0.11 | 47.26 | 1 | 0.44 |
| Hex | E2 | B2 | 0 | 0 | 15 | 64 | B | 2F | 64 | 2C |
| Octal | 342 | 262 | 0 | 0 | 25 | 144 | 13 | 57 | 144 | 54 |
| Binary | 11100010 | 10110010 | 0 | 0 | 10101 | 1100100 | 1011 | 101111 | 1100100 | 101100 |
Color Harmonies of #E2B200
Complementary color
Monochromatic Colors of #E2B200
Black with #E2B200
Text Example
Text Example
White with #E2B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B200; }
p { color: rgb(226,178,0); }
H1.HeaderClassName
{
color: #E2B200;
}
.AnyTagClassName
{
color: #E2B200;
}
</style>
background-color css
<style>
a { background-color: #E2B200; }
a { background-color: rgb(226,178,0); }
div.DivClassName
{
background-color: #E2B200;
}
.BgClassName
{
background-color: #E2B200;
}
</style>
border-color css
<style>
span { border-color: #E2B200; }
span { border-color: rgb(226,178,0); }
td.TdClassName
{
border-color: #E2B200;
}
.TagClassName
{
border-color: #E2B200;
}
</style>