Shades of Gamboge #E1A209
Tints of Gamboge #E1A209
RGB
CMYK
RGB Variations
Color information
#E1A209 (or 0xE1A209) is known color: Gamboge. HEX triplet: E1, A2 and 09. RGB value is (225,162,9). Sum of RGB (Red+Green+Blue) = 225+162+9=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 9 (3.91% from 255 or 2.27% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A209 is #1E5DF6. Grayscale: #A4A4A4. Windows color (decimal): -1990135 or 631521. OLE color: 631521.
HSL color Cylindrical-coordinate representation of color #E1A209: hue angle of 42.5º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1A209 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.12 |
| HSL | 42.5º | 0.92% | 0.46% | - |
| HSV(B) | 42.5º | 0.96% | 0.88% | - |
| XYZ | 44.02 | 41.87 | 6.02 | - |
| YUV | 163.4 | 40.87 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 9 | 0 | 0.28 | 0.96 | 0.12 | 42.5 | 0.92 | 0.46 |
| Hex | E1 | A2 | 9 | 0 | 1C | 60 | C | 2A | 5C | 2E |
| Octal | 341 | 242 | 11 | 0 | 34 | 140 | 14 | 52 | 134 | 56 |
| Binary | 11100001 | 10100010 | 1001 | 0 | 11100 | 1100000 | 1100 | 101010 | 1011100 | 101110 |
Color Harmonies of #E1A209
Complementary color
Monochromatic Colors of #E1A209
Black with #E1A209
Text Example
Text Example
White with #E1A209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A209; }
p { color: rgb(225,162,9); }
H1.HeaderClassName
{
color: #E1A209;
}
.AnyTagClassName
{
color: #E1A209;
}
</style>
background-color css
<style>
a { background-color: #E1A209; }
a { background-color: rgb(225,162,9); }
div.DivClassName
{
background-color: #E1A209;
}
.BgClassName
{
background-color: #E1A209;
}
</style>
border-color css
<style>
span { border-color: #E1A209; }
span { border-color: rgb(225,162,9); }
td.TdClassName
{
border-color: #E1A209;
}
.TagClassName
{
border-color: #E1A209;
}
</style>