Shades of Gamboge #E5A80A
Tints of Gamboge #E5A80A
RGB
CMYK
RGB Variations
Color information
#E5A80A (or 0xE5A80A) is known color: Gamboge. HEX triplet: E5, A8 and 0A. RGB value is (229,168,10). Sum of RGB (Red+Green+Blue) = 229+168+10=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A80A is #1A57F5. Grayscale: #A8A8A8. Windows color (decimal): -1726454 or 698597. OLE color: 698597.
HSL color Cylindrical-coordinate representation of color #E5A80A: hue angle of 43.29º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5A80A is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 10 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.10 |
| HSL | 43.29º | 0.92% | 0.47% | - |
| HSV(B) | 43.29º | 0.96% | 0.9% | - |
| XYZ | 46.37 | 44.69 | 6.47 | - |
| YUV | 168.23 | 38.71 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 10 | 0 | 0.27 | 0.96 | 0.10 | 43.29 | 0.92 | 0.47 |
| Hex | E5 | A8 | A | 0 | 1B | 60 | A | 2B | 5C | 2F |
| Octal | 345 | 250 | 12 | 0 | 33 | 140 | 12 | 53 | 134 | 57 |
| Binary | 11100101 | 10101000 | 1010 | 0 | 11011 | 1100000 | 1010 | 101011 | 1011100 | 101111 |
Color Harmonies of #E5A80A
Complementary color
Monochromatic Colors of #E5A80A
Black with #E5A80A
Text Example
Text Example
White with #E5A80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A80A; }
p { color: rgb(229,168,10); }
H1.HeaderClassName
{
color: #E5A80A;
}
.AnyTagClassName
{
color: #E5A80A;
}
</style>
background-color css
<style>
a { background-color: #E5A80A; }
a { background-color: rgb(229,168,10); }
div.DivClassName
{
background-color: #E5A80A;
}
.BgClassName
{
background-color: #E5A80A;
}
</style>
border-color css
<style>
span { border-color: #E5A80A; }
span { border-color: rgb(229,168,10); }
td.TdClassName
{
border-color: #E5A80A;
}
.TagClassName
{
border-color: #E5A80A;
}
</style>