Shades of Gamboge #E2B101
Tints of Gamboge #E2B101
RGB
CMYK
RGB Variations
Color information
#E2B101 (or 0xE2B101) is known color: Gamboge. HEX triplet: E2, B1 and 01. RGB value is (226,177,1). Sum of RGB (Red+Green+Blue) = 226+177+1=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B101 is #1D4EFE. Grayscale: #ACACAC. Windows color (decimal): -1920767 or 111074. OLE color: 111074.
HSL color Cylindrical-coordinate representation of color #E2B101: hue angle of 46.93º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2B101 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.11 |
| HSL | 46.93º | 0.99% | 0.45% | - |
| HSV(B) | 46.93º | 1% | 0.89% | - |
| XYZ | 47.09 | 47.62 | 6.74 | - |
| YUV | 171.59 | 31.73 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 1 | 0 | 0.22 | 1.00 | 0.11 | 46.93 | 0.99 | 0.45 |
| Hex | E2 | B1 | 1 | 0 | 16 | 64 | B | 2F | 63 | 2D |
| Octal | 342 | 261 | 1 | 0 | 26 | 144 | 13 | 57 | 143 | 55 |
| Binary | 11100010 | 10110001 | 1 | 0 | 10110 | 1100100 | 1011 | 101111 | 1100011 | 101101 |
Color Harmonies of #E2B101
Complementary color
Monochromatic Colors of #E2B101
Black with #E2B101
Text Example
Text Example
White with #E2B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B101; }
p { color: rgb(226,177,1); }
H1.HeaderClassName
{
color: #E2B101;
}
.AnyTagClassName
{
color: #E2B101;
}
</style>
background-color css
<style>
a { background-color: #E2B101; }
a { background-color: rgb(226,177,1); }
div.DivClassName
{
background-color: #E2B101;
}
.BgClassName
{
background-color: #E2B101;
}
</style>
border-color css
<style>
span { border-color: #E2B101; }
span { border-color: rgb(226,177,1); }
td.TdClassName
{
border-color: #E2B101;
}
.TagClassName
{
border-color: #E2B101;
}
</style>