Shades of Gamboge #E1A515
Tints of Gamboge #E1A515
RGB
CMYK
RGB Variations
Color information
#E1A515 (or 0xE1A515) is known color: Gamboge. HEX triplet: E1, A5 and 15. RGB value is (225,165,21). Sum of RGB (Red+Green+Blue) = 225+165+21=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A515 is #1E5AEA. Grayscale: #A7A7A7. Windows color (decimal): -1989355 or 1418721. OLE color: 1418721.
HSL color Cylindrical-coordinate representation of color #E1A515: hue angle of 42.35º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1A515 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 21 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.12 |
| HSL | 42.35º | 0.83% | 0.48% | - |
| HSV(B) | 42.35º | 0.91% | 0.88% | - |
| XYZ | 44.64 | 42.97 | 6.65 | - |
| YUV | 166.52 | 45.88 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 21 | 0 | 0.27 | 0.91 | 0.12 | 42.35 | 0.83 | 0.48 |
| Hex | E1 | A5 | 15 | 0 | 1B | 5B | C | 2A | 53 | 30 |
| Octal | 341 | 245 | 25 | 0 | 33 | 133 | 14 | 52 | 123 | 60 |
| Binary | 11100001 | 10100101 | 10101 | 0 | 11011 | 1011011 | 1100 | 101010 | 1010011 | 110000 |
Color Harmonies of #E1A515
Complementary color
Monochromatic Colors of #E1A515
Black with #E1A515
Text Example
Text Example
White with #E1A515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A515; }
p { color: rgb(225,165,21); }
H1.HeaderClassName
{
color: #E1A515;
}
.AnyTagClassName
{
color: #E1A515;
}
</style>
background-color css
<style>
a { background-color: #E1A515; }
a { background-color: rgb(225,165,21); }
div.DivClassName
{
background-color: #E1A515;
}
.BgClassName
{
background-color: #E1A515;
}
</style>
border-color css
<style>
span { border-color: #E1A515; }
span { border-color: rgb(225,165,21); }
td.TdClassName
{
border-color: #E1A515;
}
.TagClassName
{
border-color: #E1A515;
}
</style>