Shades of Gamboge #E8A205
Tints of Gamboge #E8A205
RGB
CMYK
RGB Variations
Color information
#E8A205 (or 0xE8A205) is known color: Gamboge. HEX triplet: E8, A2 and 05. RGB value is (232,162,5). Sum of RGB (Red+Green+Blue) = 232+162+5=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A205 is #175DFA. Grayscale: #A5A5A5. Windows color (decimal): -1531387 or 369384. OLE color: 369384.
HSL color Cylindrical-coordinate representation of color #E8A205: hue angle of 41.5º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8A205 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.09 |
| HSL | 41.5º | 0.96% | 0.46% | - |
| HSV(B) | 41.5º | 0.98% | 0.91% | - |
| XYZ | 46.23 | 43.01 | 6.01 | - |
| YUV | 165.03 | 37.69 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 5 | 0 | 0.30 | 0.98 | 0.09 | 41.5 | 0.96 | 0.46 |
| Hex | E8 | A2 | 5 | 0 | 1E | 62 | 9 | 29 | 60 | 2E |
| Octal | 350 | 242 | 5 | 0 | 36 | 142 | 11 | 51 | 140 | 56 |
| Binary | 11101000 | 10100010 | 101 | 0 | 11110 | 1100010 | 1001 | 101001 | 1100000 | 101110 |
Color Harmonies of #E8A205
Complementary color
Monochromatic Colors of #E8A205
Black with #E8A205
Text Example
Text Example
White with #E8A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A205; }
p { color: rgb(232,162,5); }
H1.HeaderClassName
{
color: #E8A205;
}
.AnyTagClassName
{
color: #E8A205;
}
</style>
background-color css
<style>
a { background-color: #E8A205; }
a { background-color: rgb(232,162,5); }
div.DivClassName
{
background-color: #E8A205;
}
.BgClassName
{
background-color: #E8A205;
}
</style>
border-color css
<style>
span { border-color: #E8A205; }
span { border-color: rgb(232,162,5); }
td.TdClassName
{
border-color: #E8A205;
}
.TagClassName
{
border-color: #E8A205;
}
</style>