Shades of Gamboge #E4A500
Tints of Gamboge #E4A500
RGB
CMYK
RGB Variations
Color information
#E4A500 (or 0xE4A500) is known color: Gamboge. HEX triplet: E4, A5 and 00. RGB value is (228,165,0). Sum of RGB (Red+Green+Blue) = 228+165+0=393 (52% of max value = 765). Red value is 228 (89.45% from 255 or 58.02% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A500 is #1B5AFF. Grayscale: #A5A5A5. Windows color (decimal): -1792768 or 42468. OLE color: 42468.
HSL color Cylindrical-coordinate representation of color #E4A500: hue angle of 43.42º 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 #E4A500 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 165 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.11 |
| HSL | 43.42º | 1% | 0.45% | - |
| HSV(B) | 43.42º | 1% | 0.89% | - |
| XYZ | 45.45 | 43.4 | 5.98 | - |
| YUV | 165.03 | 34.87 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 165 | 0 | 0 | 0.28 | 1 | 0.11 | 43.42 | 1 | 0.45 |
| Hex | E4 | A5 | 0 | 0 | 1C | 64 | B | 2B | 64 | 2D |
| Octal | 344 | 245 | 0 | 0 | 34 | 144 | 13 | 53 | 144 | 55 |
| Binary | 11100100 | 10100101 | 0 | 0 | 11100 | 1100100 | 1011 | 101011 | 1100100 | 101101 |
Color Harmonies of #E4A500
Complementary color
Monochromatic Colors of #E4A500
Black with #E4A500
Text Example
Text Example
White with #E4A500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A500; }
p { color: rgb(228,165,0); }
H1.HeaderClassName
{
color: #E4A500;
}
.AnyTagClassName
{
color: #E4A500;
}
</style>
background-color css
<style>
a { background-color: #E4A500; }
a { background-color: rgb(228,165,0); }
div.DivClassName
{
background-color: #E4A500;
}
.BgClassName
{
background-color: #E4A500;
}
</style>
border-color css
<style>
span { border-color: #E4A500; }
span { border-color: rgb(228,165,0); }
td.TdClassName
{
border-color: #E4A500;
}
.TagClassName
{
border-color: #E4A500;
}
</style>