Shades of Gamboge #E2A401
Tints of Gamboge #E2A401
RGB
CMYK
RGB Variations
Color information
#E2A401 (or 0xE2A401) is known color: Gamboge. HEX triplet: E2, A4 and 01. RGB value is (226,164,1). Sum of RGB (Red+Green+Blue) = 226+164+1=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A401 is #1D5BFE. Grayscale: #A4A4A4. Windows color (decimal): -1924095 or 107746. OLE color: 107746.
HSL color Cylindrical-coordinate representation of color #E2A401: hue angle of 43.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2A401 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 164 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0.11 |
| HSL | 43.47º | 0.99% | 0.45% | - |
| HSV(B) | 43.47º | 1% | 0.89% | - |
| XYZ | 44.64 | 42.72 | 5.92 | - |
| YUV | 163.96 | 36.04 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 1 | 0 | 0.27 | 1.00 | 0.11 | 43.47 | 0.99 | 0.45 |
| Hex | E2 | A4 | 1 | 0 | 1B | 64 | B | 2B | 63 | 2D |
| Octal | 342 | 244 | 1 | 0 | 33 | 144 | 13 | 53 | 143 | 55 |
| Binary | 11100010 | 10100100 | 1 | 0 | 11011 | 1100100 | 1011 | 101011 | 1100011 | 101101 |
Color Harmonies of #E2A401
Complementary color
Monochromatic Colors of #E2A401
Black with #E2A401
Text Example
Text Example
White with #E2A401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A401; }
p { color: rgb(226,164,1); }
H1.HeaderClassName
{
color: #E2A401;
}
.AnyTagClassName
{
color: #E2A401;
}
</style>
background-color css
<style>
a { background-color: #E2A401; }
a { background-color: rgb(226,164,1); }
div.DivClassName
{
background-color: #E2A401;
}
.BgClassName
{
background-color: #E2A401;
}
</style>
border-color css
<style>
span { border-color: #E2A401; }
span { border-color: rgb(226,164,1); }
td.TdClassName
{
border-color: #E2A401;
}
.TagClassName
{
border-color: #E2A401;
}
</style>