Shades of Gamboge #E3A400
Tints of Gamboge #E3A400
RGB
CMYK
RGB Variations
Color information
#E3A400 (or 0xE3A400) is known color: Gamboge. HEX triplet: E3, A4 and 00. RGB value is (227,164,0). Sum of RGB (Red+Green+Blue) = 227+164+0=391 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.06% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A400 is #1C5BFF. Grayscale: #A4A4A4. Windows color (decimal): -1858560 or 42211. OLE color: 42211.
HSL color Cylindrical-coordinate representation of color #E3A400: hue angle of 43.35º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3A400 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 164 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.11 |
| HSL | 43.35º | 1% | 0.45% | - |
| HSV(B) | 43.35º | 1% | 0.89% | - |
| XYZ | 44.95 | 42.88 | 5.91 | - |
| YUV | 164.14 | 35.37 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 164 | 0 | 0 | 0.28 | 1 | 0.11 | 43.35 | 1 | 0.45 |
| Hex | E3 | A4 | 0 | 0 | 1C | 64 | B | 2B | 64 | 2D |
| Octal | 343 | 244 | 0 | 0 | 34 | 144 | 13 | 53 | 144 | 55 |
| Binary | 11100011 | 10100100 | 0 | 0 | 11100 | 1100100 | 1011 | 101011 | 1100100 | 101101 |
Color Harmonies of #E3A400
Complementary color
Monochromatic Colors of #E3A400
Black with #E3A400
Text Example
Text Example
White with #E3A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A400; }
p { color: rgb(227,164,0); }
H1.HeaderClassName
{
color: #E3A400;
}
.AnyTagClassName
{
color: #E3A400;
}
</style>
background-color css
<style>
a { background-color: #E3A400; }
a { background-color: rgb(227,164,0); }
div.DivClassName
{
background-color: #E3A400;
}
.BgClassName
{
background-color: #E3A400;
}
</style>
border-color css
<style>
span { border-color: #E3A400; }
span { border-color: rgb(227,164,0); }
td.TdClassName
{
border-color: #E3A400;
}
.TagClassName
{
border-color: #E3A400;
}
</style>