Shades of Gamboge #E5A20D
Tints of Gamboge #E5A20D
RGB
CMYK
RGB Variations
Color information
#E5A20D (or 0xE5A20D) is known color: Gamboge. HEX triplet: E5, A2 and 0D. RGB value is (229,162,13). Sum of RGB (Red+Green+Blue) = 229+162+13=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A20D is #1A5DF2. Grayscale: #A5A5A5. Windows color (decimal): -1727987 or 893669. OLE color: 893669.
HSL color Cylindrical-coordinate representation of color #E5A20D: hue angle of 41.39º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5A20D is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 162 | 13 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.10 |
| HSL | 41.39º | 0.89% | 0.47% | - |
| HSV(B) | 41.39º | 0.94% | 0.9% | - |
| XYZ | 45.31 | 42.53 | 6.2 | - |
| YUV | 165.05 | 42.2 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 13 | 0 | 0.29 | 0.94 | 0.10 | 41.39 | 0.89 | 0.47 |
| Hex | E5 | A2 | D | 0 | 1D | 5E | A | 29 | 59 | 2F |
| Octal | 345 | 242 | 15 | 0 | 35 | 136 | 12 | 51 | 131 | 57 |
| Binary | 11100101 | 10100010 | 1101 | 0 | 11101 | 1011110 | 1010 | 101001 | 1011001 | 101111 |
Color Harmonies of #E5A20D
Complementary color
Monochromatic Colors of #E5A20D
Black with #E5A20D
Text Example
Text Example
White with #E5A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A20D; }
p { color: rgb(229,162,13); }
H1.HeaderClassName
{
color: #E5A20D;
}
.AnyTagClassName
{
color: #E5A20D;
}
</style>
background-color css
<style>
a { background-color: #E5A20D; }
a { background-color: rgb(229,162,13); }
div.DivClassName
{
background-color: #E5A20D;
}
.BgClassName
{
background-color: #E5A20D;
}
</style>
border-color css
<style>
span { border-color: #E5A20D; }
span { border-color: rgb(229,162,13); }
td.TdClassName
{
border-color: #E5A20D;
}
.TagClassName
{
border-color: #E5A20D;
}
</style>