Shades of Gamboge #E5A901
Tints of Gamboge #E5A901
RGB
CMYK
RGB Variations
Color information
#E5A901 (or 0xE5A901) is known color: Gamboge. HEX triplet: E5, A9 and 01. RGB value is (229,169,1). Sum of RGB (Red+Green+Blue) = 229+169+1=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A901 is #1A56FE. Grayscale: #A8A8A8. Windows color (decimal): -1726207 or 109029. OLE color: 109029.
HSL color Cylindrical-coordinate representation of color #E5A901: hue angle of 44.21º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5A901 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.10 |
| HSL | 44.21º | 0.99% | 0.45% | - |
| HSV(B) | 44.21º | 1% | 0.9% | - |
| XYZ | 46.51 | 45.04 | 6.27 | - |
| YUV | 167.79 | 33.88 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 1 | 0 | 0.26 | 1.00 | 0.10 | 44.21 | 0.99 | 0.45 |
| Hex | E5 | A9 | 1 | 0 | 1A | 64 | A | 2C | 63 | 2D |
| Octal | 345 | 251 | 1 | 0 | 32 | 144 | 12 | 54 | 143 | 55 |
| Binary | 11100101 | 10101001 | 1 | 0 | 11010 | 1100100 | 1010 | 101100 | 1100011 | 101101 |
Color Harmonies of #E5A901
Complementary color
Monochromatic Colors of #E5A901
Black with #E5A901
Text Example
Text Example
White with #E5A901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A901; }
p { color: rgb(229,169,1); }
H1.HeaderClassName
{
color: #E5A901;
}
.AnyTagClassName
{
color: #E5A901;
}
</style>
background-color css
<style>
a { background-color: #E5A901; }
a { background-color: rgb(229,169,1); }
div.DivClassName
{
background-color: #E5A901;
}
.BgClassName
{
background-color: #E5A901;
}
</style>
border-color css
<style>
span { border-color: #E5A901; }
span { border-color: rgb(229,169,1); }
td.TdClassName
{
border-color: #E5A901;
}
.TagClassName
{
border-color: #E5A901;
}
</style>