Shades of Gamboge #E5A214
Tints of Gamboge #E5A214
RGB
CMYK
RGB Variations
Color information
#E5A214 (or 0xE5A214) is known color: Gamboge. HEX triplet: E5, A2 and 14. RGB value is (229,162,20). Sum of RGB (Red+Green+Blue) = 229+162+20=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A214 is #1A5DEB. Grayscale: #A6A6A6. Windows color (decimal): -1727980 or 1352421. OLE color: 1352421.
HSL color Cylindrical-coordinate representation of color #E5A214: hue angle of 40.77º 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 #E5A214 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 162 | 20 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.10 |
| HSL | 40.77º | 0.84% | 0.49% | - |
| HSV(B) | 40.77º | 0.91% | 0.9% | - |
| XYZ | 45.36 | 42.55 | 6.48 | - |
| YUV | 165.85 | 45.7 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 20 | 0 | 0.29 | 0.91 | 0.10 | 40.77 | 0.84 | 0.49 |
| Hex | E5 | A2 | 14 | 0 | 1D | 5B | A | 29 | 54 | 31 |
| Octal | 345 | 242 | 24 | 0 | 35 | 133 | 12 | 51 | 124 | 61 |
| Binary | 11100101 | 10100010 | 10100 | 0 | 11101 | 1011011 | 1010 | 101001 | 1010100 | 110001 |
Color Harmonies of #E5A214
Complementary color
Monochromatic Colors of #E5A214
Black with #E5A214
Text Example
Text Example
White with #E5A214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A214; }
p { color: rgb(229,162,20); }
H1.HeaderClassName
{
color: #E5A214;
}
.AnyTagClassName
{
color: #E5A214;
}
</style>
background-color css
<style>
a { background-color: #E5A214; }
a { background-color: rgb(229,162,20); }
div.DivClassName
{
background-color: #E5A214;
}
.BgClassName
{
background-color: #E5A214;
}
</style>
border-color css
<style>
span { border-color: #E5A214; }
span { border-color: rgb(229,162,20); }
td.TdClassName
{
border-color: #E5A214;
}
.TagClassName
{
border-color: #E5A214;
}
</style>