Shades of Gamboge #E7A21A
Tints of Gamboge #E7A21A
RGB
CMYK
RGB Variations
Color information
#E7A21A (or 0xE7A21A) is known color: Gamboge. HEX triplet: E7, A2 and 1A. RGB value is (231,162,26). Sum of RGB (Red+Green+Blue) = 231+162+26=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A21A is #185DE5. Grayscale: #A7A7A7. Windows color (decimal): -1596902 or 1745639. OLE color: 1745639.
HSL color Cylindrical-coordinate representation of color #E7A21A: hue angle of 39.8º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7A21A is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 26 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.09 |
| HSL | 39.8º | 0.81% | 0.5% | - |
| HSV(B) | 39.8º | 0.89% | 0.91% | - |
| XYZ | 46.06 | 42.9 | 6.83 | - |
| YUV | 167.13 | 48.36 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 26 | 0 | 0.30 | 0.89 | 0.09 | 39.8 | 0.81 | 0.5 |
| Hex | E7 | A2 | 1A | 0 | 1E | 59 | 9 | 28 | 51 | 32 |
| Octal | 347 | 242 | 32 | 0 | 36 | 131 | 11 | 50 | 121 | 62 |
| Binary | 11100111 | 10100010 | 11010 | 0 | 11110 | 1011001 | 1001 | 101000 | 1010001 | 110010 |
Color Harmonies of #E7A21A
Complementary color
Monochromatic Colors of #E7A21A
Black with #E7A21A
Text Example
Text Example
White with #E7A21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A21A; }
p { color: rgb(231,162,26); }
H1.HeaderClassName
{
color: #E7A21A;
}
.AnyTagClassName
{
color: #E7A21A;
}
</style>
background-color css
<style>
a { background-color: #E7A21A; }
a { background-color: rgb(231,162,26); }
div.DivClassName
{
background-color: #E7A21A;
}
.BgClassName
{
background-color: #E7A21A;
}
</style>
border-color css
<style>
span { border-color: #E7A21A; }
span { border-color: rgb(231,162,26); }
td.TdClassName
{
border-color: #E7A21A;
}
.TagClassName
{
border-color: #E7A21A;
}
</style>