Shades of Gamboge #E2B102
Tints of Gamboge #E2B102
RGB
CMYK
RGB Variations
Color information
#E2B102 (or 0xE2B102) is known color: Gamboge. HEX triplet: E2, B1 and 02. RGB value is (226,177,2). Sum of RGB (Red+Green+Blue) = 226+177+2=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B102 is #1D4EFD. Grayscale: #ACACAC. Windows color (decimal): -1920766 or 176610. OLE color: 176610.
HSL color Cylindrical-coordinate representation of color #E2B102: hue angle of 46.88º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2B102 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.11 |
| HSL | 46.88º | 0.98% | 0.45% | - |
| HSV(B) | 46.88º | 0.99% | 0.89% | - |
| XYZ | 47.1 | 47.62 | 6.77 | - |
| YUV | 171.7 | 32.23 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 2 | 0 | 0.22 | 0.99 | 0.11 | 46.88 | 0.98 | 0.45 |
| Hex | E2 | B1 | 2 | 0 | 16 | 63 | B | 2F | 62 | 2D |
| Octal | 342 | 261 | 2 | 0 | 26 | 143 | 13 | 57 | 142 | 55 |
| Binary | 11100010 | 10110001 | 10 | 0 | 10110 | 1100011 | 1011 | 101111 | 1100010 | 101101 |
Color Harmonies of #E2B102
Complementary color
Monochromatic Colors of #E2B102
Black with #E2B102
Text Example
Text Example
White with #E2B102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B102; }
p { color: rgb(226,177,2); }
H1.HeaderClassName
{
color: #E2B102;
}
.AnyTagClassName
{
color: #E2B102;
}
</style>
background-color css
<style>
a { background-color: #E2B102; }
a { background-color: rgb(226,177,2); }
div.DivClassName
{
background-color: #E2B102;
}
.BgClassName
{
background-color: #E2B102;
}
</style>
border-color css
<style>
span { border-color: #E2B102; }
span { border-color: rgb(226,177,2); }
td.TdClassName
{
border-color: #E2B102;
}
.TagClassName
{
border-color: #E2B102;
}
</style>