Shades of Gamboge #E5B10D
Tints of Gamboge #E5B10D
RGB
CMYK
RGB Variations
Color information
#E5B10D (or 0xE5B10D) is known color: Gamboge. HEX triplet: E5, B1 and 0D. RGB value is (229,177,13). Sum of RGB (Red+Green+Blue) = 229+177+13=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B10D is #1A4EF2. Grayscale: #AEAEAE. Windows color (decimal): -1724147 or 897509. OLE color: 897509.
HSL color Cylindrical-coordinate representation of color #E5B10D: hue angle of 45.56º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5B10D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 13 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.10 |
| HSL | 45.56º | 0.89% | 0.47% | - |
| HSV(B) | 45.56º | 0.94% | 0.9% | - |
| XYZ | 48.11 | 48.13 | 7.14 | - |
| YUV | 173.85 | 37.23 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 13 | 0 | 0.23 | 0.94 | 0.10 | 45.56 | 0.89 | 0.47 |
| Hex | E5 | B1 | D | 0 | 17 | 5E | A | 2E | 59 | 2F |
| Octal | 345 | 261 | 15 | 0 | 27 | 136 | 12 | 56 | 131 | 57 |
| Binary | 11100101 | 10110001 | 1101 | 0 | 10111 | 1011110 | 1010 | 101110 | 1011001 | 101111 |
Color Harmonies of #E5B10D
Complementary color
Monochromatic Colors of #E5B10D
Black with #E5B10D
Text Example
Text Example
White with #E5B10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B10D; }
p { color: rgb(229,177,13); }
H1.HeaderClassName
{
color: #E5B10D;
}
.AnyTagClassName
{
color: #E5B10D;
}
</style>
background-color css
<style>
a { background-color: #E5B10D; }
a { background-color: rgb(229,177,13); }
div.DivClassName
{
background-color: #E5B10D;
}
.BgClassName
{
background-color: #E5B10D;
}
</style>
border-color css
<style>
span { border-color: #E5B10D; }
span { border-color: rgb(229,177,13); }
td.TdClassName
{
border-color: #E5B10D;
}
.TagClassName
{
border-color: #E5B10D;
}
</style>