Shades of Gamboge #E0A301
Tints of Gamboge #E0A301
RGB
CMYK
RGB Variations
Color information
#E0A301 (or 0xE0A301) is known color: Gamboge. HEX triplet: E0, A3 and 01. RGB value is (224,163,1). Sum of RGB (Red+Green+Blue) = 224+163+1=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A301 is #1F5CFE. Grayscale: #A3A3A3. Windows color (decimal): -2055423 or 107488. OLE color: 107488.
HSL color Cylindrical-coordinate representation of color #E0A301: hue angle of 43.59º 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 #E0A301 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 163 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0.12 |
| HSL | 43.59º | 0.99% | 0.44% | - |
| HSV(B) | 43.59º | 1% | 0.88% | - |
| XYZ | 43.84 | 42.04 | 5.83 | - |
| YUV | 162.77 | 36.71 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 163 | 1 | 0 | 0.27 | 1.00 | 0.12 | 43.59 | 0.99 | 0.44 |
| Hex | E0 | A3 | 1 | 0 | 1B | 64 | C | 2C | 63 | 2C |
| Octal | 340 | 243 | 1 | 0 | 33 | 144 | 14 | 54 | 143 | 54 |
| Binary | 11100000 | 10100011 | 1 | 0 | 11011 | 1100100 | 1100 | 101100 | 1100011 | 101100 |
Color Harmonies of #E0A301
Complementary color
Monochromatic Colors of #E0A301
Black with #E0A301
Text Example
Text Example
White with #E0A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A301; }
p { color: rgb(224,163,1); }
H1.HeaderClassName
{
color: #E0A301;
}
.AnyTagClassName
{
color: #E0A301;
}
</style>
background-color css
<style>
a { background-color: #E0A301; }
a { background-color: rgb(224,163,1); }
div.DivClassName
{
background-color: #E0A301;
}
.BgClassName
{
background-color: #E0A301;
}
</style>
border-color css
<style>
span { border-color: #E0A301; }
span { border-color: rgb(224,163,1); }
td.TdClassName
{
border-color: #E0A301;
}
.TagClassName
{
border-color: #E0A301;
}
</style>