Shades of Gamboge #E8A113
Tints of Gamboge #E8A113
RGB
CMYK
RGB Variations
Color information
#E8A113 (or 0xE8A113) is known color: Gamboge. HEX triplet: E8, A1 and 13. RGB value is (232,161,19). Sum of RGB (Red+Green+Blue) = 232+161+19=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A113 is #175EEC. Grayscale: #A6A6A6. Windows color (decimal): -1531629 or 1286632. OLE color: 1286632.
HSL color Cylindrical-coordinate representation of color #E8A113: hue angle of 40º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8A113 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 161 | 19 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.09 |
| HSL | 40º | 0.85% | 0.49% | - |
| HSV(B) | 40º | 0.92% | 0.91% | - |
| XYZ | 46.14 | 42.69 | 6.42 | - |
| YUV | 166.04 | 45.02 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 19 | 0 | 0.31 | 0.92 | 0.09 | 40 | 0.85 | 0.49 |
| Hex | E8 | A1 | 13 | 0 | 1F | 5C | 9 | 28 | 55 | 31 |
| Octal | 350 | 241 | 23 | 0 | 37 | 134 | 11 | 50 | 125 | 61 |
| Binary | 11101000 | 10100001 | 10011 | 0 | 11111 | 1011100 | 1001 | 101000 | 1010101 | 110001 |
Color Harmonies of #E8A113
Complementary color
Monochromatic Colors of #E8A113
Black with #E8A113
Text Example
Text Example
White with #E8A113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A113; }
p { color: rgb(232,161,19); }
H1.HeaderClassName
{
color: #E8A113;
}
.AnyTagClassName
{
color: #E8A113;
}
</style>
background-color css
<style>
a { background-color: #E8A113; }
a { background-color: rgb(232,161,19); }
div.DivClassName
{
background-color: #E8A113;
}
.BgClassName
{
background-color: #E8A113;
}
</style>
border-color css
<style>
span { border-color: #E8A113; }
span { border-color: rgb(232,161,19); }
td.TdClassName
{
border-color: #E8A113;
}
.TagClassName
{
border-color: #E8A113;
}
</style>