Shades of Gamboge #E8A306
Tints of Gamboge #E8A306
RGB
CMYK
RGB Variations
Color information
#E8A306 (or 0xE8A306) is known color: Gamboge. HEX triplet: E8, A3 and 06. RGB value is (232,163,6). Sum of RGB (Red+Green+Blue) = 232+163+6=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A306 is #175CF9. Grayscale: #A6A6A6. Windows color (decimal): -1531130 or 435176. OLE color: 435176.
HSL color Cylindrical-coordinate representation of color #E8A306: hue angle of 41.68º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8A306 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 163 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.09 |
| HSL | 41.68º | 0.95% | 0.47% | - |
| HSV(B) | 41.68º | 0.97% | 0.91% | - |
| XYZ | 46.41 | 43.36 | 6.1 | - |
| YUV | 165.73 | 37.86 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 6 | 0 | 0.30 | 0.97 | 0.09 | 41.68 | 0.95 | 0.47 |
| Hex | E8 | A3 | 6 | 0 | 1E | 61 | 9 | 2A | 5F | 2F |
| Octal | 350 | 243 | 6 | 0 | 36 | 141 | 11 | 52 | 137 | 57 |
| Binary | 11101000 | 10100011 | 110 | 0 | 11110 | 1100001 | 1001 | 101010 | 1011111 | 101111 |
Color Harmonies of #E8A306
Complementary color
Monochromatic Colors of #E8A306
Black with #E8A306
Text Example
Text Example
White with #E8A306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A306; }
p { color: rgb(232,163,6); }
H1.HeaderClassName
{
color: #E8A306;
}
.AnyTagClassName
{
color: #E8A306;
}
</style>
background-color css
<style>
a { background-color: #E8A306; }
a { background-color: rgb(232,163,6); }
div.DivClassName
{
background-color: #E8A306;
}
.BgClassName
{
background-color: #E8A306;
}
</style>
border-color css
<style>
span { border-color: #E8A306; }
span { border-color: rgb(232,163,6); }
td.TdClassName
{
border-color: #E8A306;
}
.TagClassName
{
border-color: #E8A306;
}
</style>