Shades of Gamboge #E8A10E
Tints of Gamboge #E8A10E
RGB
CMYK
RGB Variations
Color information
#E8A10E (or 0xE8A10E) is known color: Gamboge. HEX triplet: E8, A1 and 0E. RGB value is (232,161,14). Sum of RGB (Red+Green+Blue) = 232+161+14=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A10E is #175EF1. Grayscale: #A6A6A6. Windows color (decimal): -1531634 or 958952. OLE color: 958952.
HSL color Cylindrical-coordinate representation of color #E8A10E: hue angle of 40.46º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8A10E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 161 | 14 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.09 |
| HSL | 40.46º | 0.89% | 0.48% | - |
| HSV(B) | 40.46º | 0.94% | 0.91% | - |
| XYZ | 46.1 | 42.68 | 6.22 | - |
| YUV | 165.47 | 42.52 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 14 | 0 | 0.31 | 0.94 | 0.09 | 40.46 | 0.89 | 0.48 |
| Hex | E8 | A1 | E | 0 | 1F | 5E | 9 | 28 | 59 | 30 |
| Octal | 350 | 241 | 16 | 0 | 37 | 136 | 11 | 50 | 131 | 60 |
| Binary | 11101000 | 10100001 | 1110 | 0 | 11111 | 1011110 | 1001 | 101000 | 1011001 | 110000 |
Color Harmonies of #E8A10E
Complementary color
Monochromatic Colors of #E8A10E
Black with #E8A10E
Text Example
Text Example
White with #E8A10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A10E; }
p { color: rgb(232,161,14); }
H1.HeaderClassName
{
color: #E8A10E;
}
.AnyTagClassName
{
color: #E8A10E;
}
</style>
background-color css
<style>
a { background-color: #E8A10E; }
a { background-color: rgb(232,161,14); }
div.DivClassName
{
background-color: #E8A10E;
}
.BgClassName
{
background-color: #E8A10E;
}
</style>
border-color css
<style>
span { border-color: #E8A10E; }
span { border-color: rgb(232,161,14); }
td.TdClassName
{
border-color: #E8A10E;
}
.TagClassName
{
border-color: #E8A10E;
}
</style>