Shades of Gamboge #E5A605
Tints of Gamboge #E5A605
RGB
CMYK
RGB Variations
Color information
#E5A605 (or 0xE5A605) is known color: Gamboge. HEX triplet: E5, A6 and 05. RGB value is (229,166,5). Sum of RGB (Red+Green+Blue) = 229+166+5=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A605 is #1A59FA. Grayscale: #A7A7A7. Windows color (decimal): -1726971 or 370405. OLE color: 370405.
HSL color Cylindrical-coordinate representation of color #E5A605: hue angle of 43.12º 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 #E5A605 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.10 |
| HSL | 43.13º | 0.96% | 0.46% | - |
| HSV(B) | 43.13º | 0.98% | 0.9% | - |
| XYZ | 45.98 | 43.94 | 6.2 | - |
| YUV | 166.48 | 36.87 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 5 | 0 | 0.28 | 0.98 | 0.10 | 43.13 | 0.96 | 0.46 |
| Hex | E5 | A6 | 5 | 0 | 1C | 62 | A | 2B | 60 | 2E |
| Octal | 345 | 246 | 5 | 0 | 34 | 142 | 12 | 53 | 140 | 56 |
| Binary | 11100101 | 10100110 | 101 | 0 | 11100 | 1100010 | 1010 | 101011 | 1100000 | 101110 |
Color Harmonies of #E5A605
Complementary color
Monochromatic Colors of #E5A605
Black with #E5A605
Text Example
Text Example
White with #E5A605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A605; }
p { color: rgb(229,166,5); }
H1.HeaderClassName
{
color: #E5A605;
}
.AnyTagClassName
{
color: #E5A605;
}
</style>
background-color css
<style>
a { background-color: #E5A605; }
a { background-color: rgb(229,166,5); }
div.DivClassName
{
background-color: #E5A605;
}
.BgClassName
{
background-color: #E5A605;
}
</style>
border-color css
<style>
span { border-color: #E5A605; }
span { border-color: rgb(229,166,5); }
td.TdClassName
{
border-color: #E5A605;
}
.TagClassName
{
border-color: #E5A605;
}
</style>