Shades of Gamboge #E3A500
Tints of Gamboge #E3A500
RGB
CMYK
RGB Variations
Color information
#E3A500 (or 0xE3A500) is known color: Gamboge. HEX triplet: E3, A5 and 00. RGB value is (227,165,0). Sum of RGB (Red+Green+Blue) = 227+165+0=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A500 is #1C5AFF. Grayscale: #A5A5A5. Windows color (decimal): -1858304 or 42467. OLE color: 42467.
HSL color Cylindrical-coordinate representation of color #E3A500: hue angle of 43.61º 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 #E3A500 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 165 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.11 |
| HSL | 43.61º | 1% | 0.45% | - |
| HSV(B) | 43.61º | 1% | 0.89% | - |
| XYZ | 45.13 | 43.24 | 5.97 | - |
| YUV | 164.73 | 35.04 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 0 | 0 | 0.27 | 1 | 0.11 | 43.61 | 1 | 0.45 |
| Hex | E3 | A5 | 0 | 0 | 1B | 64 | B | 2C | 64 | 2D |
| Octal | 343 | 245 | 0 | 0 | 33 | 144 | 13 | 54 | 144 | 55 |
| Binary | 11100011 | 10100101 | 0 | 0 | 11011 | 1100100 | 1011 | 101100 | 1100100 | 101101 |
Color Harmonies of #E3A500
Complementary color
Monochromatic Colors of #E3A500
Black with #E3A500
Text Example
Text Example
White with #E3A500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A500; }
p { color: rgb(227,165,0); }
H1.HeaderClassName
{
color: #E3A500;
}
.AnyTagClassName
{
color: #E3A500;
}
</style>
background-color css
<style>
a { background-color: #E3A500; }
a { background-color: rgb(227,165,0); }
div.DivClassName
{
background-color: #E3A500;
}
.BgClassName
{
background-color: #E3A500;
}
</style>
border-color css
<style>
span { border-color: #E3A500; }
span { border-color: rgb(227,165,0); }
td.TdClassName
{
border-color: #E3A500;
}
.TagClassName
{
border-color: #E3A500;
}
</style>