Shades of Gamboge #E5A314
Tints of Gamboge #E5A314
RGB
CMYK
RGB Variations
Color information
#E5A314 (or 0xE5A314) is known color: Gamboge. HEX triplet: E5, A3 and 14. RGB value is (229,163,20). Sum of RGB (Red+Green+Blue) = 229+163+20=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A314 is #1A5CEB. Grayscale: #A7A7A7. Windows color (decimal): -1727724 or 1352677. OLE color: 1352677.
HSL color Cylindrical-coordinate representation of color #E5A314: hue angle of 41.05º 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 #E5A314 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 20 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.10 |
| HSL | 41.05º | 0.84% | 0.49% | - |
| HSV(B) | 41.05º | 0.91% | 0.9% | - |
| XYZ | 45.54 | 42.9 | 6.54 | - |
| YUV | 166.43 | 45.37 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 20 | 0 | 0.29 | 0.91 | 0.10 | 41.05 | 0.84 | 0.49 |
| Hex | E5 | A3 | 14 | 0 | 1D | 5B | A | 29 | 54 | 31 |
| Octal | 345 | 243 | 24 | 0 | 35 | 133 | 12 | 51 | 124 | 61 |
| Binary | 11100101 | 10100011 | 10100 | 0 | 11101 | 1011011 | 1010 | 101001 | 1010100 | 110001 |
Color Harmonies of #E5A314
Complementary color
Monochromatic Colors of #E5A314
Black with #E5A314
Text Example
Text Example
White with #E5A314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A314; }
p { color: rgb(229,163,20); }
H1.HeaderClassName
{
color: #E5A314;
}
.AnyTagClassName
{
color: #E5A314;
}
</style>
background-color css
<style>
a { background-color: #E5A314; }
a { background-color: rgb(229,163,20); }
div.DivClassName
{
background-color: #E5A314;
}
.BgClassName
{
background-color: #E5A314;
}
</style>
border-color css
<style>
span { border-color: #E5A314; }
span { border-color: rgb(229,163,20); }
td.TdClassName
{
border-color: #E5A314;
}
.TagClassName
{
border-color: #E5A314;
}
</style>