Shades of Gamboge #E5A107
Tints of Gamboge #E5A107
RGB
CMYK
RGB Variations
Color information
#E5A107 (or 0xE5A107) is known color: Gamboge. HEX triplet: E5, A1 and 07. RGB value is (229,161,7). Sum of RGB (Red+Green+Blue) = 229+161+7=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A107 is #1A5EF8. Grayscale: #A4A4A4. Windows color (decimal): -1728249 or 500197. OLE color: 500197.
HSL color Cylindrical-coordinate representation of color #E5A107: hue angle of 41.62º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5A107 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 7 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.10 |
| HSL | 41.62º | 0.94% | 0.46% | - |
| HSV(B) | 41.62º | 0.97% | 0.9% | - |
| XYZ | 45.1 | 42.16 | 5.96 | - |
| YUV | 163.78 | 39.53 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 7 | 0 | 0.30 | 0.97 | 0.10 | 41.62 | 0.94 | 0.46 |
| Hex | E5 | A1 | 7 | 0 | 1E | 61 | A | 2A | 5E | 2E |
| Octal | 345 | 241 | 7 | 0 | 36 | 141 | 12 | 52 | 136 | 56 |
| Binary | 11100101 | 10100001 | 111 | 0 | 11110 | 1100001 | 1010 | 101010 | 1011110 | 101110 |
Color Harmonies of #E5A107
Complementary color
Monochromatic Colors of #E5A107
Black with #E5A107
Text Example
Text Example
White with #E5A107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A107; }
p { color: rgb(229,161,7); }
H1.HeaderClassName
{
color: #E5A107;
}
.AnyTagClassName
{
color: #E5A107;
}
</style>
background-color css
<style>
a { background-color: #E5A107; }
a { background-color: rgb(229,161,7); }
div.DivClassName
{
background-color: #E5A107;
}
.BgClassName
{
background-color: #E5A107;
}
</style>
border-color css
<style>
span { border-color: #E5A107; }
span { border-color: rgb(229,161,7); }
td.TdClassName
{
border-color: #E5A107;
}
.TagClassName
{
border-color: #E5A107;
}
</style>