Shades of Gamboge #E5A108
Tints of Gamboge #E5A108
RGB
CMYK
RGB Variations
Color information
#E5A108 (or 0xE5A108) is known color: Gamboge. HEX triplet: E5, A1 and 08. RGB value is (229,161,8). Sum of RGB (Red+Green+Blue) = 229+161+8=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A108 is #1A5EF7. Grayscale: #A4A4A4. Windows color (decimal): -1728248 or 565733. OLE color: 565733.
HSL color Cylindrical-coordinate representation of color #E5A108: hue angle of 41.54º degrees, saturation: 0.93, 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 #E5A108 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 8 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.10 |
| HSL | 41.54º | 0.93% | 0.46% | - |
| HSV(B) | 41.54º | 0.97% | 0.9% | - |
| XYZ | 45.1 | 42.17 | 5.99 | - |
| YUV | 163.89 | 40.03 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 8 | 0 | 0.30 | 0.97 | 0.10 | 41.54 | 0.93 | 0.46 |
| Hex | E5 | A1 | 8 | 0 | 1E | 61 | A | 2A | 5D | 2E |
| Octal | 345 | 241 | 10 | 0 | 36 | 141 | 12 | 52 | 135 | 56 |
| Binary | 11100101 | 10100001 | 1000 | 0 | 11110 | 1100001 | 1010 | 101010 | 1011101 | 101110 |
Color Harmonies of #E5A108
Complementary color
Monochromatic Colors of #E5A108
Black with #E5A108
Text Example
Text Example
White with #E5A108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A108; }
p { color: rgb(229,161,8); }
H1.HeaderClassName
{
color: #E5A108;
}
.AnyTagClassName
{
color: #E5A108;
}
</style>
background-color css
<style>
a { background-color: #E5A108; }
a { background-color: rgb(229,161,8); }
div.DivClassName
{
background-color: #E5A108;
}
.BgClassName
{
background-color: #E5A108;
}
</style>
border-color css
<style>
span { border-color: #E5A108; }
span { border-color: rgb(229,161,8); }
td.TdClassName
{
border-color: #E5A108;
}
.TagClassName
{
border-color: #E5A108;
}
</style>