Shades of Gamboge #E1A405
Tints of Gamboge #E1A405
RGB
CMYK
RGB Variations
Color information
#E1A405 (or 0xE1A405) is known color: Gamboge. HEX triplet: E1, A4 and 05. RGB value is (225,164,5). Sum of RGB (Red+Green+Blue) = 225+164+5=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A405 is #1E5BFA. Grayscale: #A4A4A4. Windows color (decimal): -1989627 or 369889. OLE color: 369889.
HSL color Cylindrical-coordinate representation of color #E1A405: hue angle of 43.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1A405 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 164 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.12 |
| HSL | 43.36º | 0.96% | 0.45% | - |
| HSV(B) | 43.36º | 0.98% | 0.88% | - |
| XYZ | 44.35 | 42.57 | 6.02 | - |
| YUV | 164.11 | 38.21 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 5 | 0 | 0.27 | 0.98 | 0.12 | 43.36 | 0.96 | 0.45 |
| Hex | E1 | A4 | 5 | 0 | 1B | 62 | C | 2B | 60 | 2D |
| Octal | 341 | 244 | 5 | 0 | 33 | 142 | 14 | 53 | 140 | 55 |
| Binary | 11100001 | 10100100 | 101 | 0 | 11011 | 1100010 | 1100 | 101011 | 1100000 | 101101 |
Color Harmonies of #E1A405
Complementary color
Monochromatic Colors of #E1A405
Black with #E1A405
Text Example
Text Example
White with #E1A405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A405; }
p { color: rgb(225,164,5); }
H1.HeaderClassName
{
color: #E1A405;
}
.AnyTagClassName
{
color: #E1A405;
}
</style>
background-color css
<style>
a { background-color: #E1A405; }
a { background-color: rgb(225,164,5); }
div.DivClassName
{
background-color: #E1A405;
}
.BgClassName
{
background-color: #E1A405;
}
</style>
border-color css
<style>
span { border-color: #E1A405; }
span { border-color: rgb(225,164,5); }
td.TdClassName
{
border-color: #E1A405;
}
.TagClassName
{
border-color: #E1A405;
}
</style>