Shades of Gamboge #E5A316
Tints of Gamboge #E5A316
RGB
CMYK
RGB Variations
Color information
#E5A316 (or 0xE5A316) is known color: Gamboge. HEX triplet: E5, A3 and 16. RGB value is (229,163,22). Sum of RGB (Red+Green+Blue) = 229+163+22=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A316 is #1A5CE9. Grayscale: #A7A7A7. Windows color (decimal): -1727722 or 1483749. OLE color: 1483749.
HSL color Cylindrical-coordinate representation of color #E5A316: hue angle of 40.87º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5A316 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 22 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.10 |
| HSL | 40.87º | 0.82% | 0.49% | - |
| HSV(B) | 40.87º | 0.9% | 0.9% | - |
| XYZ | 45.56 | 42.91 | 6.64 | - |
| YUV | 166.66 | 46.37 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 22 | 0 | 0.29 | 0.90 | 0.10 | 40.87 | 0.82 | 0.49 |
| Hex | E5 | A3 | 16 | 0 | 1D | 5A | A | 29 | 52 | 31 |
| Octal | 345 | 243 | 26 | 0 | 35 | 132 | 12 | 51 | 122 | 61 |
| Binary | 11100101 | 10100011 | 10110 | 0 | 11101 | 1011010 | 1010 | 101001 | 1010010 | 110001 |
Color Harmonies of #E5A316
Complementary color
Monochromatic Colors of #E5A316
Black with #E5A316
Text Example
Text Example
White with #E5A316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A316; }
p { color: rgb(229,163,22); }
H1.HeaderClassName
{
color: #E5A316;
}
.AnyTagClassName
{
color: #E5A316;
}
</style>
background-color css
<style>
a { background-color: #E5A316; }
a { background-color: rgb(229,163,22); }
div.DivClassName
{
background-color: #E5A316;
}
.BgClassName
{
background-color: #E5A316;
}
</style>
border-color css
<style>
span { border-color: #E5A316; }
span { border-color: rgb(229,163,22); }
td.TdClassName
{
border-color: #E5A316;
}
.TagClassName
{
border-color: #E5A316;
}
</style>