Shades of Gamboge #E8A30E
Tints of Gamboge #E8A30E
RGB
CMYK
RGB Variations
Color information
#E8A30E (or 0xE8A30E) is known color: Gamboge. HEX triplet: E8, A3 and 0E. RGB value is (232,163,14). Sum of RGB (Red+Green+Blue) = 232+163+14=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A30E is #175CF1. Grayscale: #A7A7A7. Windows color (decimal): -1531122 or 959464. OLE color: 959464.
HSL color Cylindrical-coordinate representation of color #E8A30E: hue angle of 41.01º 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 #E8A30E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 163 | 14 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.09 |
| HSL | 41.01º | 0.89% | 0.48% | - |
| HSV(B) | 41.01º | 0.94% | 0.91% | - |
| XYZ | 46.46 | 43.38 | 6.34 | - |
| YUV | 166.65 | 41.86 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 14 | 0 | 0.30 | 0.94 | 0.09 | 41.01 | 0.89 | 0.48 |
| Hex | E8 | A3 | E | 0 | 1E | 5E | 9 | 29 | 59 | 30 |
| Octal | 350 | 243 | 16 | 0 | 36 | 136 | 11 | 51 | 131 | 60 |
| Binary | 11101000 | 10100011 | 1110 | 0 | 11110 | 1011110 | 1001 | 101001 | 1011001 | 110000 |
Color Harmonies of #E8A30E
Complementary color
Monochromatic Colors of #E8A30E
Black with #E8A30E
Text Example
Text Example
White with #E8A30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A30E; }
p { color: rgb(232,163,14); }
H1.HeaderClassName
{
color: #E8A30E;
}
.AnyTagClassName
{
color: #E8A30E;
}
</style>
background-color css
<style>
a { background-color: #E8A30E; }
a { background-color: rgb(232,163,14); }
div.DivClassName
{
background-color: #E8A30E;
}
.BgClassName
{
background-color: #E8A30E;
}
</style>
border-color css
<style>
span { border-color: #E8A30E; }
span { border-color: rgb(232,163,14); }
td.TdClassName
{
border-color: #E8A30E;
}
.TagClassName
{
border-color: #E8A30E;
}
</style>