Shades of Gamboge #E5B104
Tints of Gamboge #E5B104
RGB
CMYK
RGB Variations
Color information
#E5B104 (or 0xE5B104) is known color: Gamboge. HEX triplet: E5, B1 and 04. RGB value is (229,177,4). Sum of RGB (Red+Green+Blue) = 229+177+4=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B104 is #1A4EFB. Grayscale: #ADADAD. Windows color (decimal): -1724156 or 307685. OLE color: 307685.
HSL color Cylindrical-coordinate representation of color #E5B104: hue angle of 46.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5B104 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.10 |
| HSL | 46.13º | 0.97% | 0.46% | - |
| HSV(B) | 46.13º | 0.98% | 0.9% | - |
| XYZ | 48.06 | 48.11 | 6.87 | - |
| YUV | 172.83 | 32.73 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 4 | 0 | 0.23 | 0.98 | 0.10 | 46.13 | 0.97 | 0.46 |
| Hex | E5 | B1 | 4 | 0 | 17 | 62 | A | 2E | 61 | 2E |
| Octal | 345 | 261 | 4 | 0 | 27 | 142 | 12 | 56 | 141 | 56 |
| Binary | 11100101 | 10110001 | 100 | 0 | 10111 | 1100010 | 1010 | 101110 | 1100001 | 101110 |
Color Harmonies of #E5B104
Complementary color
Monochromatic Colors of #E5B104
Black with #E5B104
Text Example
Text Example
White with #E5B104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B104; }
p { color: rgb(229,177,4); }
H1.HeaderClassName
{
color: #E5B104;
}
.AnyTagClassName
{
color: #E5B104;
}
</style>
background-color css
<style>
a { background-color: #E5B104; }
a { background-color: rgb(229,177,4); }
div.DivClassName
{
background-color: #E5B104;
}
.BgClassName
{
background-color: #E5B104;
}
</style>
border-color css
<style>
span { border-color: #E5B104; }
span { border-color: rgb(229,177,4); }
td.TdClassName
{
border-color: #E5B104;
}
.TagClassName
{
border-color: #E5B104;
}
</style>