Shades of Gamboge #E0A800
Tints of Gamboge #E0A800
RGB
CMYK
RGB Variations
Color information
#E0A800 (or 0xE0A800) is known color: Gamboge. HEX triplet: E0, A8 and 00. RGB value is (224,168,0). Sum of RGB (Red+Green+Blue) = 224+168+0=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A800 is #1F57FF. Grayscale: #A6A6A6. Windows color (decimal): -2054144 or 43232. OLE color: 43232.
HSL color Cylindrical-coordinate representation of color #E0A800: hue angle of 45º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0A800 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 168 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.12 |
| HSL | 45º | 1% | 0.44% | - |
| HSV(B) | 45º | 1% | 0.88% | - |
| XYZ | 44.74 | 43.85 | 6.11 | - |
| YUV | 165.59 | 34.55 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 0 | 0 | 0.25 | 1 | 0.12 | 45 | 1 | 0.44 |
| Hex | E0 | A8 | 0 | 0 | 19 | 64 | C | 2D | 64 | 2C |
| Octal | 340 | 250 | 0 | 0 | 31 | 144 | 14 | 55 | 144 | 54 |
| Binary | 11100000 | 10101000 | 0 | 0 | 11001 | 1100100 | 1100 | 101101 | 1100100 | 101100 |
Color Harmonies of #E0A800
Complementary color
Monochromatic Colors of #E0A800
Black with #E0A800
Text Example
Text Example
White with #E0A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A800; }
p { color: rgb(224,168,0); }
H1.HeaderClassName
{
color: #E0A800;
}
.AnyTagClassName
{
color: #E0A800;
}
</style>
background-color css
<style>
a { background-color: #E0A800; }
a { background-color: rgb(224,168,0); }
div.DivClassName
{
background-color: #E0A800;
}
.BgClassName
{
background-color: #E0A800;
}
</style>
border-color css
<style>
span { border-color: #E0A800; }
span { border-color: rgb(224,168,0); }
td.TdClassName
{
border-color: #E0A800;
}
.TagClassName
{
border-color: #E0A800;
}
</style>