Shades of Gamboge #E8A217
Tints of Gamboge #E8A217
RGB
CMYK
RGB Variations
Color information
#E8A217 (or 0xE8A217) is known color: Gamboge. HEX triplet: E8, A2 and 17. RGB value is (232,162,23). Sum of RGB (Red+Green+Blue) = 232+162+23=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A217 is #175DE8. Grayscale: #A7A7A7. Windows color (decimal): -1531369 or 1549032. OLE color: 1549032.
HSL color Cylindrical-coordinate representation of color #E8A217: hue angle of 39.9º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8A217 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 23 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.09 |
| HSL | 39.9º | 0.82% | 0.5% | - |
| HSV(B) | 39.9º | 0.9% | 0.91% | - |
| XYZ | 46.35 | 43.06 | 6.68 | - |
| YUV | 167.08 | 46.69 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 23 | 0 | 0.30 | 0.90 | 0.09 | 39.9 | 0.82 | 0.5 |
| Hex | E8 | A2 | 17 | 0 | 1E | 5A | 9 | 28 | 52 | 32 |
| Octal | 350 | 242 | 27 | 0 | 36 | 132 | 11 | 50 | 122 | 62 |
| Binary | 11101000 | 10100010 | 10111 | 0 | 11110 | 1011010 | 1001 | 101000 | 1010010 | 110010 |
Color Harmonies of #E8A217
Complementary color
Monochromatic Colors of #E8A217
Black with #E8A217
Text Example
Text Example
White with #E8A217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A217; }
p { color: rgb(232,162,23); }
H1.HeaderClassName
{
color: #E8A217;
}
.AnyTagClassName
{
color: #E8A217;
}
</style>
background-color css
<style>
a { background-color: #E8A217; }
a { background-color: rgb(232,162,23); }
div.DivClassName
{
background-color: #E8A217;
}
.BgClassName
{
background-color: #E8A217;
}
</style>
border-color css
<style>
span { border-color: #E8A217; }
span { border-color: rgb(232,162,23); }
td.TdClassName
{
border-color: #E8A217;
}
.TagClassName
{
border-color: #E8A217;
}
</style>