Shades of Gamboge #E5A705
Tints of Gamboge #E5A705
RGB
CMYK
RGB Variations
Color information
#E5A705 (or 0xE5A705) is known color: Gamboge. HEX triplet: E5, A7 and 05. RGB value is (229,167,5). Sum of RGB (Red+Green+Blue) = 229+167+5=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A705 is #1A58FA. Grayscale: #A7A7A7. Windows color (decimal): -1726715 or 370661. OLE color: 370661.
HSL color Cylindrical-coordinate representation of color #E5A705: hue angle of 43.39º 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 #E5A705 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.10 |
| HSL | 43.39º | 0.96% | 0.46% | - |
| HSV(B) | 43.39º | 0.98% | 0.9% | - |
| XYZ | 46.16 | 44.31 | 6.26 | - |
| YUV | 167.07 | 36.54 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 5 | 0 | 0.27 | 0.98 | 0.10 | 43.39 | 0.96 | 0.46 |
| Hex | E5 | A7 | 5 | 0 | 1B | 62 | A | 2B | 60 | 2E |
| Octal | 345 | 247 | 5 | 0 | 33 | 142 | 12 | 53 | 140 | 56 |
| Binary | 11100101 | 10100111 | 101 | 0 | 11011 | 1100010 | 1010 | 101011 | 1100000 | 101110 |
Color Harmonies of #E5A705
Complementary color
Monochromatic Colors of #E5A705
Black with #E5A705
Text Example
Text Example
White with #E5A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A705; }
p { color: rgb(229,167,5); }
H1.HeaderClassName
{
color: #E5A705;
}
.AnyTagClassName
{
color: #E5A705;
}
</style>
background-color css
<style>
a { background-color: #E5A705; }
a { background-color: rgb(229,167,5); }
div.DivClassName
{
background-color: #E5A705;
}
.BgClassName
{
background-color: #E5A705;
}
</style>
border-color css
<style>
span { border-color: #E5A705; }
span { border-color: rgb(229,167,5); }
td.TdClassName
{
border-color: #E5A705;
}
.TagClassName
{
border-color: #E5A705;
}
</style>