Shades of Gamboge #E3A808
Tints of Gamboge #E3A808
RGB
CMYK
RGB Variations
Color information
#E3A808 (or 0xE3A808) is known color: Gamboge. HEX triplet: E3, A8 and 08. RGB value is (227,168,8). Sum of RGB (Red+Green+Blue) = 227+168+8=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A808 is #1C57F7. Grayscale: #A8A8A8. Windows color (decimal): -1857528 or 567523. OLE color: 567523.
HSL color Cylindrical-coordinate representation of color #E3A808: hue angle of 43.84º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3A808 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 168 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.11 |
| HSL | 43.84º | 0.93% | 0.46% | - |
| HSV(B) | 43.84º | 0.96% | 0.89% | - |
| XYZ | 45.73 | 44.35 | 6.38 | - |
| YUV | 167.4 | 38.05 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 168 | 8 | 0 | 0.26 | 0.96 | 0.11 | 43.84 | 0.93 | 0.46 |
| Hex | E3 | A8 | 8 | 0 | 1A | 60 | B | 2C | 5D | 2E |
| Octal | 343 | 250 | 10 | 0 | 32 | 140 | 13 | 54 | 135 | 56 |
| Binary | 11100011 | 10101000 | 1000 | 0 | 11010 | 1100000 | 1011 | 101100 | 1011101 | 101110 |
Color Harmonies of #E3A808
Complementary color
Monochromatic Colors of #E3A808
Black with #E3A808
Text Example
Text Example
White with #E3A808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A808; }
p { color: rgb(227,168,8); }
H1.HeaderClassName
{
color: #E3A808;
}
.AnyTagClassName
{
color: #E3A808;
}
</style>
background-color css
<style>
a { background-color: #E3A808; }
a { background-color: rgb(227,168,8); }
div.DivClassName
{
background-color: #E3A808;
}
.BgClassName
{
background-color: #E3A808;
}
</style>
border-color css
<style>
span { border-color: #E3A808; }
span { border-color: rgb(227,168,8); }
td.TdClassName
{
border-color: #E3A808;
}
.TagClassName
{
border-color: #E3A808;
}
</style>