Shades of Gamboge #E1A11B
Tints of Gamboge #E1A11B
RGB
CMYK
RGB Variations
Color information
#E1A11B (or 0xE1A11B) is known color: Gamboge. HEX triplet: E1, A1 and 1B. RGB value is (225,161,27). Sum of RGB (Red+Green+Blue) = 225+161+27=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A11B is #1E5EE4. Grayscale: #A5A5A5. Windows color (decimal): -1990373 or 1810913. OLE color: 1810913.
HSL color Cylindrical-coordinate representation of color #E1A11B: hue angle of 40.61º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1A11B is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 161 | 27 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.12 |
| HSL | 40.61º | 0.79% | 0.49% | - |
| HSV(B) | 40.61º | 0.88% | 0.88% | - |
| XYZ | 43.99 | 41.58 | 6.74 | - |
| YUV | 164.86 | 50.2 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 161 | 27 | 0 | 0.28 | 0.88 | 0.12 | 40.61 | 0.79 | 0.49 |
| Hex | E1 | A1 | 1B | 0 | 1C | 58 | C | 29 | 4F | 31 |
| Octal | 341 | 241 | 33 | 0 | 34 | 130 | 14 | 51 | 117 | 61 |
| Binary | 11100001 | 10100001 | 11011 | 0 | 11100 | 1011000 | 1100 | 101001 | 1001111 | 110001 |
Color Harmonies of #E1A11B
Complementary color
Monochromatic Colors of #E1A11B
Black with #E1A11B
Text Example
Text Example
White with #E1A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A11B; }
p { color: rgb(225,161,27); }
H1.HeaderClassName
{
color: #E1A11B;
}
.AnyTagClassName
{
color: #E1A11B;
}
</style>
background-color css
<style>
a { background-color: #E1A11B; }
a { background-color: rgb(225,161,27); }
div.DivClassName
{
background-color: #E1A11B;
}
.BgClassName
{
background-color: #E1A11B;
}
</style>
border-color css
<style>
span { border-color: #E1A11B; }
span { border-color: rgb(225,161,27); }
td.TdClassName
{
border-color: #E1A11B;
}
.TagClassName
{
border-color: #E1A11B;
}
</style>