Shades of Gamboge #E2A105
Tints of Gamboge #E2A105
RGB
CMYK
RGB Variations
Color information
#E2A105 (or 0xE2A105) is known color: Gamboge. HEX triplet: E2, A1 and 05. RGB value is (226,161,5). Sum of RGB (Red+Green+Blue) = 226+161+5=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A105 is #1D5EFA. Grayscale: #A3A3A3. Windows color (decimal): -1924859 or 369122. OLE color: 369122.
HSL color Cylindrical-coordinate representation of color #E2A105: hue angle of 42.35º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2A105 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 161 | 5 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.11 |
| HSL | 42.35º | 0.96% | 0.45% | - |
| HSV(B) | 42.35º | 0.98% | 0.89% | - |
| XYZ | 44.14 | 41.67 | 5.86 | - |
| YUV | 162.65 | 39.03 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 161 | 5 | 0 | 0.29 | 0.98 | 0.11 | 42.35 | 0.96 | 0.45 |
| Hex | E2 | A1 | 5 | 0 | 1D | 62 | B | 2A | 60 | 2D |
| Octal | 342 | 241 | 5 | 0 | 35 | 142 | 13 | 52 | 140 | 55 |
| Binary | 11100010 | 10100001 | 101 | 0 | 11101 | 1100010 | 1011 | 101010 | 1100000 | 101101 |
Color Harmonies of #E2A105
Complementary color
Monochromatic Colors of #E2A105
Black with #E2A105
Text Example
Text Example
White with #E2A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A105; }
p { color: rgb(226,161,5); }
H1.HeaderClassName
{
color: #E2A105;
}
.AnyTagClassName
{
color: #E2A105;
}
</style>
background-color css
<style>
a { background-color: #E2A105; }
a { background-color: rgb(226,161,5); }
div.DivClassName
{
background-color: #E2A105;
}
.BgClassName
{
background-color: #E2A105;
}
</style>
border-color css
<style>
span { border-color: #E2A105; }
span { border-color: rgb(226,161,5); }
td.TdClassName
{
border-color: #E2A105;
}
.TagClassName
{
border-color: #E2A105;
}
</style>