Shades of Gamboge #E5A31A
Tints of Gamboge #E5A31A
RGB
CMYK
RGB Variations
Color information
#E5A31A (or 0xE5A31A) is known color: Gamboge. HEX triplet: E5, A3 and 1A. RGB value is (229,163,26). Sum of RGB (Red+Green+Blue) = 229+163+26=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A31A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A31A is #1A5CE5. Grayscale: #A7A7A7. Windows color (decimal): -1727718 or 1745893. OLE color: 1745893.
HSL color Cylindrical-coordinate representation of color #E5A31A: hue angle of 40.49º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5A31A is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 26 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.10 |
| HSL | 40.49º | 0.8% | 0.5% | - |
| HSV(B) | 40.49º | 0.89% | 0.9% | - |
| XYZ | 45.6 | 42.93 | 6.86 | - |
| YUV | 167.12 | 48.37 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 26 | 0 | 0.29 | 0.89 | 0.10 | 40.49 | 0.8 | 0.5 |
| Hex | E5 | A3 | 1A | 0 | 1D | 59 | A | 28 | 50 | 32 |
| Octal | 345 | 243 | 32 | 0 | 35 | 131 | 12 | 50 | 120 | 62 |
| Binary | 11100101 | 10100011 | 11010 | 0 | 11101 | 1011001 | 1010 | 101000 | 1010000 | 110010 |
Color Harmonies of #E5A31A
Complementary color
Monochromatic Colors of #E5A31A
Black with #E5A31A
Text Example
Text Example
White with #E5A31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A31A; }
p { color: rgb(229,163,26); }
H1.HeaderClassName
{
color: #E5A31A;
}
.AnyTagClassName
{
color: #E5A31A;
}
</style>
background-color css
<style>
a { background-color: #E5A31A; }
a { background-color: rgb(229,163,26); }
div.DivClassName
{
background-color: #E5A31A;
}
.BgClassName
{
background-color: #E5A31A;
}
</style>
border-color css
<style>
span { border-color: #E5A31A; }
span { border-color: rgb(229,163,26); }
td.TdClassName
{
border-color: #E5A31A;
}
.TagClassName
{
border-color: #E5A31A;
}
</style>