Shades of Gamboge #E7A21D
Tints of Gamboge #E7A21D
RGB
CMYK
RGB Variations
Color information
#E7A21D (or 0xE7A21D) is known color: Gamboge. HEX triplet: E7, A2 and 1D. RGB value is (231,162,29). Sum of RGB (Red+Green+Blue) = 231+162+29=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A21D is #185DE2. Grayscale: #A8A8A8. Windows color (decimal): -1596899 or 1942247. OLE color: 1942247.
HSL color Cylindrical-coordinate representation of color #E7A21D: hue angle of 39.5º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7A21D is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 29 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.09 |
| HSL | 39.5º | 0.81% | 0.51% | - |
| HSV(B) | 39.5º | 0.87% | 0.91% | - |
| XYZ | 46.1 | 42.92 | 7.02 | - |
| YUV | 167.47 | 49.86 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 29 | 0 | 0.30 | 0.87 | 0.09 | 39.5 | 0.81 | 0.51 |
| Hex | E7 | A2 | 1D | 0 | 1E | 57 | 9 | 28 | 51 | 33 |
| Octal | 347 | 242 | 35 | 0 | 36 | 127 | 11 | 50 | 121 | 63 |
| Binary | 11100111 | 10100010 | 11101 | 0 | 11110 | 1010111 | 1001 | 101000 | 1010001 | 110011 |
Color Harmonies of #E7A21D
Complementary color
Monochromatic Colors of #E7A21D
Black with #E7A21D
Text Example
Text Example
White with #E7A21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A21D; }
p { color: rgb(231,162,29); }
H1.HeaderClassName
{
color: #E7A21D;
}
.AnyTagClassName
{
color: #E7A21D;
}
</style>
background-color css
<style>
a { background-color: #E7A21D; }
a { background-color: rgb(231,162,29); }
div.DivClassName
{
background-color: #E7A21D;
}
.BgClassName
{
background-color: #E7A21D;
}
</style>
border-color css
<style>
span { border-color: #E7A21D; }
span { border-color: rgb(231,162,29); }
td.TdClassName
{
border-color: #E7A21D;
}
.TagClassName
{
border-color: #E7A21D;
}
</style>