Shades of Gamboge #E2A500
Tints of Gamboge #E2A500
RGB
CMYK
RGB Variations
Color information
#E2A500 (or 0xE2A500) is known color: Gamboge. HEX triplet: E2, A5 and 00. RGB value is (226,165,0). Sum of RGB (Red+Green+Blue) = 226+165+0=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A500 is #1D5AFF. Grayscale: #A5A5A5. Windows color (decimal): -1923840 or 42466. OLE color: 42466.
HSL color Cylindrical-coordinate representation of color #E2A500: hue angle of 43.81º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2A500 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.11 |
| HSL | 43.81º | 1% | 0.44% | - |
| HSV(B) | 43.81º | 1% | 0.89% | - |
| XYZ | 44.82 | 43.08 | 5.95 | - |
| YUV | 164.43 | 35.21 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 0 | 0 | 0.27 | 1 | 0.11 | 43.81 | 1 | 0.44 |
| Hex | E2 | A5 | 0 | 0 | 1B | 64 | B | 2C | 64 | 2C |
| Octal | 342 | 245 | 0 | 0 | 33 | 144 | 13 | 54 | 144 | 54 |
| Binary | 11100010 | 10100101 | 0 | 0 | 11011 | 1100100 | 1011 | 101100 | 1100100 | 101100 |
Color Harmonies of #E2A500
Complementary color
Monochromatic Colors of #E2A500
Black with #E2A500
Text Example
Text Example
White with #E2A500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A500; }
p { color: rgb(226,165,0); }
H1.HeaderClassName
{
color: #E2A500;
}
.AnyTagClassName
{
color: #E2A500;
}
</style>
background-color css
<style>
a { background-color: #E2A500; }
a { background-color: rgb(226,165,0); }
div.DivClassName
{
background-color: #E2A500;
}
.BgClassName
{
background-color: #E2A500;
}
</style>
border-color css
<style>
span { border-color: #E2A500; }
span { border-color: rgb(226,165,0); }
td.TdClassName
{
border-color: #E2A500;
}
.TagClassName
{
border-color: #E2A500;
}
</style>