Shades of Gamboge #E5A801
Tints of Gamboge #E5A801
RGB
CMYK
RGB Variations
Color information
#E5A801 (or 0xE5A801) is known color: Gamboge. HEX triplet: E5, A8 and 01. RGB value is (229,168,1). Sum of RGB (Red+Green+Blue) = 229+168+1=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A801 is #1A57FE. Grayscale: #A7A7A7. Windows color (decimal): -1726463 or 108773. OLE color: 108773.
HSL color Cylindrical-coordinate representation of color #E5A801: hue angle of 43.95º 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 #E5A801 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0.10 |
| HSL | 43.95º | 0.99% | 0.45% | - |
| HSV(B) | 43.95º | 1% | 0.9% | - |
| XYZ | 46.32 | 44.67 | 6.21 | - |
| YUV | 167.2 | 34.21 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 1 | 0 | 0.27 | 1.00 | 0.10 | 43.95 | 0.99 | 0.45 |
| Hex | E5 | A8 | 1 | 0 | 1B | 64 | A | 2C | 63 | 2D |
| Octal | 345 | 250 | 1 | 0 | 33 | 144 | 12 | 54 | 143 | 55 |
| Binary | 11100101 | 10101000 | 1 | 0 | 11011 | 1100100 | 1010 | 101100 | 1100011 | 101101 |
Color Harmonies of #E5A801
Complementary color
Monochromatic Colors of #E5A801
Black with #E5A801
Text Example
Text Example
White with #E5A801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A801; }
p { color: rgb(229,168,1); }
H1.HeaderClassName
{
color: #E5A801;
}
.AnyTagClassName
{
color: #E5A801;
}
</style>
background-color css
<style>
a { background-color: #E5A801; }
a { background-color: rgb(229,168,1); }
div.DivClassName
{
background-color: #E5A801;
}
.BgClassName
{
background-color: #E5A801;
}
</style>
border-color css
<style>
span { border-color: #E5A801; }
span { border-color: rgb(229,168,1); }
td.TdClassName
{
border-color: #E5A801;
}
.TagClassName
{
border-color: #E5A801;
}
</style>