Shades of Gamboge #E5A114
Tints of Gamboge #E5A114
RGB
CMYK
RGB Variations
Color information
#E5A114 (or 0xE5A114) is known color: Gamboge. HEX triplet: E5, A1 and 14. RGB value is (229,161,20). Sum of RGB (Red+Green+Blue) = 229+161+20=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A114 is #1A5EEB. Grayscale: #A5A5A5. Windows color (decimal): -1728236 or 1352165. OLE color: 1352165.
HSL color Cylindrical-coordinate representation of color #E5A114: hue angle of 40.48º 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 #E5A114 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 20 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.10 |
| HSL | 40.48º | 0.84% | 0.49% | - |
| HSV(B) | 40.48º | 0.91% | 0.9% | - |
| XYZ | 45.18 | 42.2 | 6.43 | - |
| YUV | 165.26 | 46.03 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 20 | 0 | 0.30 | 0.91 | 0.10 | 40.48 | 0.84 | 0.49 |
| Hex | E5 | A1 | 14 | 0 | 1E | 5B | A | 28 | 54 | 31 |
| Octal | 345 | 241 | 24 | 0 | 36 | 133 | 12 | 50 | 124 | 61 |
| Binary | 11100101 | 10100001 | 10100 | 0 | 11110 | 1011011 | 1010 | 101000 | 1010100 | 110001 |
Color Harmonies of #E5A114
Complementary color
Monochromatic Colors of #E5A114
Black with #E5A114
Text Example
Text Example
White with #E5A114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A114; }
p { color: rgb(229,161,20); }
H1.HeaderClassName
{
color: #E5A114;
}
.AnyTagClassName
{
color: #E5A114;
}
</style>
background-color css
<style>
a { background-color: #E5A114; }
a { background-color: rgb(229,161,20); }
div.DivClassName
{
background-color: #E5A114;
}
.BgClassName
{
background-color: #E5A114;
}
</style>
border-color css
<style>
span { border-color: #E5A114; }
span { border-color: rgb(229,161,20); }
td.TdClassName
{
border-color: #E5A114;
}
.TagClassName
{
border-color: #E5A114;
}
</style>