Shades of Gamboge #E0A801
Tints of Gamboge #E0A801
RGB
CMYK
RGB Variations
Color information
#E0A801 (or 0xE0A801) is known color: Gamboge. HEX triplet: E0, A8 and 01. RGB value is (224,168,1). Sum of RGB (Red+Green+Blue) = 224+168+1=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A801 is #1F57FE. Grayscale: #A6A6A6. Windows color (decimal): -2054143 or 108768. OLE color: 108768.
HSL color Cylindrical-coordinate representation of color #E0A801: hue angle of 44.93º 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 #E0A801 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 168 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.12 |
| HSL | 44.93º | 0.99% | 0.44% | - |
| HSV(B) | 44.93º | 1% | 0.88% | - |
| XYZ | 44.75 | 43.85 | 6.14 | - |
| YUV | 165.71 | 35.05 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 1 | 0 | 0.25 | 1.00 | 0.12 | 44.93 | 0.99 | 0.44 |
| Hex | E0 | A8 | 1 | 0 | 19 | 64 | C | 2D | 63 | 2C |
| Octal | 340 | 250 | 1 | 0 | 31 | 144 | 14 | 55 | 143 | 54 |
| Binary | 11100000 | 10101000 | 1 | 0 | 11001 | 1100100 | 1100 | 101101 | 1100011 | 101100 |
Color Harmonies of #E0A801
Complementary color
Monochromatic Colors of #E0A801
Black with #E0A801
Text Example
Text Example
White with #E0A801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A801; }
p { color: rgb(224,168,1); }
H1.HeaderClassName
{
color: #E0A801;
}
.AnyTagClassName
{
color: #E0A801;
}
</style>
background-color css
<style>
a { background-color: #E0A801; }
a { background-color: rgb(224,168,1); }
div.DivClassName
{
background-color: #E0A801;
}
.BgClassName
{
background-color: #E0A801;
}
</style>
border-color css
<style>
span { border-color: #E0A801; }
span { border-color: rgb(224,168,1); }
td.TdClassName
{
border-color: #E0A801;
}
.TagClassName
{
border-color: #E0A801;
}
</style>