Shades of Gamboge #E7A11C
Tints of Gamboge #E7A11C
RGB
CMYK
RGB Variations
Color information
#E7A11C (or 0xE7A11C) is known color: Gamboge. HEX triplet: E7, A1 and 1C. RGB value is (231,161,28). Sum of RGB (Red+Green+Blue) = 231+161+28=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A11C is #185EE3. Grayscale: #A7A7A7. Windows color (decimal): -1597156 or 1876455. OLE color: 1876455.
HSL color Cylindrical-coordinate representation of color #E7A11C: hue angle of 39.31º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7A11C is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 28 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.09 |
| HSL | 39.31º | 0.81% | 0.51% | - |
| HSV(B) | 39.31º | 0.88% | 0.91% | - |
| XYZ | 45.91 | 42.56 | 6.89 | - |
| YUV | 166.77 | 49.69 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 28 | 0 | 0.30 | 0.88 | 0.09 | 39.31 | 0.81 | 0.51 |
| Hex | E7 | A1 | 1C | 0 | 1E | 58 | 9 | 27 | 51 | 33 |
| Octal | 347 | 241 | 34 | 0 | 36 | 130 | 11 | 47 | 121 | 63 |
| Binary | 11100111 | 10100001 | 11100 | 0 | 11110 | 1011000 | 1001 | 100111 | 1010001 | 110011 |
Color Harmonies of #E7A11C
Complementary color
Monochromatic Colors of #E7A11C
Black with #E7A11C
Text Example
Text Example
White with #E7A11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A11C; }
p { color: rgb(231,161,28); }
H1.HeaderClassName
{
color: #E7A11C;
}
.AnyTagClassName
{
color: #E7A11C;
}
</style>
background-color css
<style>
a { background-color: #E7A11C; }
a { background-color: rgb(231,161,28); }
div.DivClassName
{
background-color: #E7A11C;
}
.BgClassName
{
background-color: #E7A11C;
}
</style>
border-color css
<style>
span { border-color: #E7A11C; }
span { border-color: rgb(231,161,28); }
td.TdClassName
{
border-color: #E7A11C;
}
.TagClassName
{
border-color: #E7A11C;
}
</style>