Shades of Gamboge #E1A800
Tints of Gamboge #E1A800
RGB
CMYK
RGB Variations
Color information
#E1A800 (or 0xE1A800) is known color: Gamboge. HEX triplet: E1, A8 and 00. RGB value is (225,168,0). Sum of RGB (Red+Green+Blue) = 225+168+0=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A800 is #1E57FF. Grayscale: #A6A6A6. Windows color (decimal): -1988608 or 43233. OLE color: 43233.
HSL color Cylindrical-coordinate representation of color #E1A800: hue angle of 44.8º 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 #E1A800 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.12 |
| HSL | 44.8º | 1% | 0.44% | - |
| HSV(B) | 44.8º | 1% | 0.88% | - |
| XYZ | 45.05 | 44.01 | 6.12 | - |
| YUV | 165.89 | 34.38 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 0 | 0 | 0.25 | 1 | 0.12 | 44.8 | 1 | 0.44 |
| Hex | E1 | A8 | 0 | 0 | 19 | 64 | C | 2D | 64 | 2C |
| Octal | 341 | 250 | 0 | 0 | 31 | 144 | 14 | 55 | 144 | 54 |
| Binary | 11100001 | 10101000 | 0 | 0 | 11001 | 1100100 | 1100 | 101101 | 1100100 | 101100 |
Color Harmonies of #E1A800
Complementary color
Monochromatic Colors of #E1A800
Black with #E1A800
Text Example
Text Example
White with #E1A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A800; }
p { color: rgb(225,168,0); }
H1.HeaderClassName
{
color: #E1A800;
}
.AnyTagClassName
{
color: #E1A800;
}
</style>
background-color css
<style>
a { background-color: #E1A800; }
a { background-color: rgb(225,168,0); }
div.DivClassName
{
background-color: #E1A800;
}
.BgClassName
{
background-color: #E1A800;
}
</style>
border-color css
<style>
span { border-color: #E1A800; }
span { border-color: rgb(225,168,0); }
td.TdClassName
{
border-color: #E1A800;
}
.TagClassName
{
border-color: #E1A800;
}
</style>