Shades of Gamboge #E5A40E
Tints of Gamboge #E5A40E
RGB
CMYK
RGB Variations
Color information
#E5A40E (or 0xE5A40E) is known color: Gamboge. HEX triplet: E5, A4 and 0E. RGB value is (229,164,14). Sum of RGB (Red+Green+Blue) = 229+164+14=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A40E is #1A5BF1. Grayscale: #A6A6A6. Windows color (decimal): -1727474 or 959717. OLE color: 959717.
HSL color Cylindrical-coordinate representation of color #E5A40E: hue angle of 41.86º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5A40E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 164 | 14 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.10 |
| HSL | 41.86º | 0.88% | 0.48% | - |
| HSV(B) | 41.86º | 0.94% | 0.9% | - |
| XYZ | 45.67 | 43.24 | 6.35 | - |
| YUV | 166.34 | 42.03 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 164 | 14 | 0 | 0.28 | 0.94 | 0.10 | 41.86 | 0.88 | 0.48 |
| Hex | E5 | A4 | E | 0 | 1C | 5E | A | 2A | 58 | 30 |
| Octal | 345 | 244 | 16 | 0 | 34 | 136 | 12 | 52 | 130 | 60 |
| Binary | 11100101 | 10100100 | 1110 | 0 | 11100 | 1011110 | 1010 | 101010 | 1011000 | 110000 |
Color Harmonies of #E5A40E
Complementary color
Monochromatic Colors of #E5A40E
Black with #E5A40E
Text Example
Text Example
White with #E5A40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A40E; }
p { color: rgb(229,164,14); }
H1.HeaderClassName
{
color: #E5A40E;
}
.AnyTagClassName
{
color: #E5A40E;
}
</style>
background-color css
<style>
a { background-color: #E5A40E; }
a { background-color: rgb(229,164,14); }
div.DivClassName
{
background-color: #E5A40E;
}
.BgClassName
{
background-color: #E5A40E;
}
</style>
border-color css
<style>
span { border-color: #E5A40E; }
span { border-color: rgb(229,164,14); }
td.TdClassName
{
border-color: #E5A40E;
}
.TagClassName
{
border-color: #E5A40E;
}
</style>