Shades of Gamboge #E2B105
Tints of Gamboge #E2B105
RGB
CMYK
RGB Variations
Color information
#E2B105 (or 0xE2B105) is known color: Gamboge. HEX triplet: E2, B1 and 05. RGB value is (226,177,5). Sum of RGB (Red+Green+Blue) = 226+177+5=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B105 is #1D4EFA. Grayscale: #ACACAC. Windows color (decimal): -1920763 or 373218. OLE color: 373218.
HSL color Cylindrical-coordinate representation of color #E2B105: hue angle of 46.7º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2B105 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.11 |
| HSL | 46.7º | 0.96% | 0.45% | - |
| HSV(B) | 46.7º | 0.98% | 0.89% | - |
| XYZ | 47.11 | 47.62 | 6.85 | - |
| YUV | 172.04 | 33.73 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 5 | 0 | 0.22 | 0.98 | 0.11 | 46.7 | 0.96 | 0.45 |
| Hex | E2 | B1 | 5 | 0 | 16 | 62 | B | 2F | 60 | 2D |
| Octal | 342 | 261 | 5 | 0 | 26 | 142 | 13 | 57 | 140 | 55 |
| Binary | 11100010 | 10110001 | 101 | 0 | 10110 | 1100010 | 1011 | 101111 | 1100000 | 101101 |
Color Harmonies of #E2B105
Complementary color
Monochromatic Colors of #E2B105
Black with #E2B105
Text Example
Text Example
White with #E2B105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B105; }
p { color: rgb(226,177,5); }
H1.HeaderClassName
{
color: #E2B105;
}
.AnyTagClassName
{
color: #E2B105;
}
</style>
background-color css
<style>
a { background-color: #E2B105; }
a { background-color: rgb(226,177,5); }
div.DivClassName
{
background-color: #E2B105;
}
.BgClassName
{
background-color: #E2B105;
}
</style>
border-color css
<style>
span { border-color: #E2B105; }
span { border-color: rgb(226,177,5); }
td.TdClassName
{
border-color: #E2B105;
}
.TagClassName
{
border-color: #E2B105;
}
</style>