Shades of Gamboge #E5A014
Tints of Gamboge #E5A014
RGB
CMYK
RGB Variations
Color information
#E5A014 (or 0xE5A014) is known color: Gamboge. HEX triplet: E5, A0 and 14. RGB value is (229,160,20). Sum of RGB (Red+Green+Blue) = 229+160+20=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A014 is #1A5FEB. Grayscale: #A5A5A5. Windows color (decimal): -1728492 or 1351909. OLE color: 1351909.
HSL color Cylindrical-coordinate representation of color #E5A014: hue angle of 40.19º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5A014 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 20 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.10 |
| HSL | 40.19º | 0.84% | 0.49% | - |
| HSV(B) | 40.19º | 0.91% | 0.9% | - |
| XYZ | 45.01 | 41.85 | 6.37 | - |
| YUV | 164.67 | 46.36 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 20 | 0 | 0.30 | 0.91 | 0.10 | 40.19 | 0.84 | 0.49 |
| Hex | E5 | A0 | 14 | 0 | 1E | 5B | A | 28 | 54 | 31 |
| Octal | 345 | 240 | 24 | 0 | 36 | 133 | 12 | 50 | 124 | 61 |
| Binary | 11100101 | 10100000 | 10100 | 0 | 11110 | 1011011 | 1010 | 101000 | 1010100 | 110001 |
Color Harmonies of #E5A014
Complementary color
Monochromatic Colors of #E5A014
Black with #E5A014
Text Example
Text Example
White with #E5A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A014; }
p { color: rgb(229,160,20); }
H1.HeaderClassName
{
color: #E5A014;
}
.AnyTagClassName
{
color: #E5A014;
}
</style>
background-color css
<style>
a { background-color: #E5A014; }
a { background-color: rgb(229,160,20); }
div.DivClassName
{
background-color: #E5A014;
}
.BgClassName
{
background-color: #E5A014;
}
</style>
border-color css
<style>
span { border-color: #E5A014; }
span { border-color: rgb(229,160,20); }
td.TdClassName
{
border-color: #E5A014;
}
.TagClassName
{
border-color: #E5A014;
}
</style>