Shades of Gamboge #E0A501
Tints of Gamboge #E0A501
RGB
CMYK
RGB Variations
Color information
#E0A501 (or 0xE0A501) is known color: Gamboge. HEX triplet: E0, A5 and 01. RGB value is (224,165,1). Sum of RGB (Red+Green+Blue) = 224+165+1=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A501 is #1F5AFE. Grayscale: #A4A4A4. Windows color (decimal): -2054911 or 108000. OLE color: 108000.
HSL color Cylindrical-coordinate representation of color #E0A501: hue angle of 44.13º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0A501 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 165 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.12 |
| HSL | 44.13º | 0.99% | 0.44% | - |
| HSV(B) | 44.13º | 1% | 0.88% | - |
| XYZ | 44.2 | 42.76 | 5.95 | - |
| YUV | 163.95 | 36.05 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 165 | 1 | 0 | 0.26 | 1.00 | 0.12 | 44.13 | 0.99 | 0.44 |
| Hex | E0 | A5 | 1 | 0 | 1A | 64 | C | 2C | 63 | 2C |
| Octal | 340 | 245 | 1 | 0 | 32 | 144 | 14 | 54 | 143 | 54 |
| Binary | 11100000 | 10100101 | 1 | 0 | 11010 | 1100100 | 1100 | 101100 | 1100011 | 101100 |
Color Harmonies of #E0A501
Complementary color
Monochromatic Colors of #E0A501
Black with #E0A501
Text Example
Text Example
White with #E0A501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A501; }
p { color: rgb(224,165,1); }
H1.HeaderClassName
{
color: #E0A501;
}
.AnyTagClassName
{
color: #E0A501;
}
</style>
background-color css
<style>
a { background-color: #E0A501; }
a { background-color: rgb(224,165,1); }
div.DivClassName
{
background-color: #E0A501;
}
.BgClassName
{
background-color: #E0A501;
}
</style>
border-color css
<style>
span { border-color: #E0A501; }
span { border-color: rgb(224,165,1); }
td.TdClassName
{
border-color: #E0A501;
}
.TagClassName
{
border-color: #E0A501;
}
</style>