Shades of Gamboge #E5A105
Tints of Gamboge #E5A105
RGB
CMYK
RGB Variations
Color information
#E5A105 (or 0xE5A105) is known color: Gamboge. HEX triplet: E5, A1 and 05. RGB value is (229,161,5). Sum of RGB (Red+Green+Blue) = 229+161+5=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A105 is #1A5EFA. Grayscale: #A4A4A4. Windows color (decimal): -1728251 or 369125. OLE color: 369125.
HSL color Cylindrical-coordinate representation of color #E5A105: hue angle of 41.79º degrees, saturation: 0.96, 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 #E5A105 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.10 |
| HSL | 41.79º | 0.96% | 0.46% | - |
| HSV(B) | 41.79º | 0.98% | 0.9% | - |
| XYZ | 45.09 | 42.16 | 5.9 | - |
| YUV | 163.55 | 38.53 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 5 | 0 | 0.30 | 0.98 | 0.10 | 41.79 | 0.96 | 0.46 |
| Hex | E5 | A1 | 5 | 0 | 1E | 62 | A | 2A | 60 | 2E |
| Octal | 345 | 241 | 5 | 0 | 36 | 142 | 12 | 52 | 140 | 56 |
| Binary | 11100101 | 10100001 | 101 | 0 | 11110 | 1100010 | 1010 | 101010 | 1100000 | 101110 |
Color Harmonies of #E5A105
Complementary color
Monochromatic Colors of #E5A105
Black with #E5A105
Text Example
Text Example
White with #E5A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A105; }
p { color: rgb(229,161,5); }
H1.HeaderClassName
{
color: #E5A105;
}
.AnyTagClassName
{
color: #E5A105;
}
</style>
background-color css
<style>
a { background-color: #E5A105; }
a { background-color: rgb(229,161,5); }
div.DivClassName
{
background-color: #E5A105;
}
.BgClassName
{
background-color: #E5A105;
}
</style>
border-color css
<style>
span { border-color: #E5A105; }
span { border-color: rgb(229,161,5); }
td.TdClassName
{
border-color: #E5A105;
}
.TagClassName
{
border-color: #E5A105;
}
</style>