Shades of Gamboge #E1A613
Tints of Gamboge #E1A613
RGB
CMYK
RGB Variations
Color information
#E1A613 (or 0xE1A613) is known color: Gamboge. HEX triplet: E1, A6 and 13. RGB value is (225,166,19). Sum of RGB (Red+Green+Blue) = 225+166+19=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A613 is #1E59EC. Grayscale: #A7A7A7. Windows color (decimal): -1989101 or 1287905. OLE color: 1287905.
HSL color Cylindrical-coordinate representation of color #E1A613: hue angle of 42.82º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1A613 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 19 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.12 |
| HSL | 42.82º | 0.84% | 0.48% | - |
| HSV(B) | 42.82º | 0.92% | 0.88% | - |
| XYZ | 44.81 | 43.33 | 6.62 | - |
| YUV | 166.88 | 44.55 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 19 | 0 | 0.26 | 0.92 | 0.12 | 42.82 | 0.84 | 0.48 |
| Hex | E1 | A6 | 13 | 0 | 1A | 5C | C | 2B | 54 | 30 |
| Octal | 341 | 246 | 23 | 0 | 32 | 134 | 14 | 53 | 124 | 60 |
| Binary | 11100001 | 10100110 | 10011 | 0 | 11010 | 1011100 | 1100 | 101011 | 1010100 | 110000 |
Color Harmonies of #E1A613
Complementary color
Monochromatic Colors of #E1A613
Black with #E1A613
Text Example
Text Example
White with #E1A613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A613; }
p { color: rgb(225,166,19); }
H1.HeaderClassName
{
color: #E1A613;
}
.AnyTagClassName
{
color: #E1A613;
}
</style>
background-color css
<style>
a { background-color: #E1A613; }
a { background-color: rgb(225,166,19); }
div.DivClassName
{
background-color: #E1A613;
}
.BgClassName
{
background-color: #E1A613;
}
</style>
border-color css
<style>
span { border-color: #E1A613; }
span { border-color: rgb(225,166,19); }
td.TdClassName
{
border-color: #E1A613;
}
.TagClassName
{
border-color: #E1A613;
}
</style>