Shades of Gamboge #E8A218
Tints of Gamboge #E8A218
RGB
CMYK
RGB Variations
Color information
#E8A218 (or 0xE8A218) is known color: Gamboge. HEX triplet: E8, A2 and 18. RGB value is (232,162,24). Sum of RGB (Red+Green+Blue) = 232+162+24=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A218 is #175DE7. Grayscale: #A7A7A7. Windows color (decimal): -1531368 or 1614568. OLE color: 1614568.
HSL color Cylindrical-coordinate representation of color #E8A218: hue angle of 39.81º 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 #E8A218 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 24 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.09 |
| HSL | 39.81º | 0.82% | 0.5% | - |
| HSV(B) | 39.81º | 0.9% | 0.91% | - |
| XYZ | 46.36 | 43.06 | 6.73 | - |
| YUV | 167.2 | 47.19 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 24 | 0 | 0.30 | 0.90 | 0.09 | 39.81 | 0.82 | 0.5 |
| Hex | E8 | A2 | 18 | 0 | 1E | 5A | 9 | 28 | 52 | 32 |
| Octal | 350 | 242 | 30 | 0 | 36 | 132 | 11 | 50 | 122 | 62 |
| Binary | 11101000 | 10100010 | 11000 | 0 | 11110 | 1011010 | 1001 | 101000 | 1010010 | 110010 |
Color Harmonies of #E8A218
Complementary color
Monochromatic Colors of #E8A218
Black with #E8A218
Text Example
Text Example
White with #E8A218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A218; }
p { color: rgb(232,162,24); }
H1.HeaderClassName
{
color: #E8A218;
}
.AnyTagClassName
{
color: #E8A218;
}
</style>
background-color css
<style>
a { background-color: #E8A218; }
a { background-color: rgb(232,162,24); }
div.DivClassName
{
background-color: #E8A218;
}
.BgClassName
{
background-color: #E8A218;
}
</style>
border-color css
<style>
span { border-color: #E8A218; }
span { border-color: rgb(232,162,24); }
td.TdClassName
{
border-color: #E8A218;
}
.TagClassName
{
border-color: #E8A218;
}
</style>