Shades of Gamboge #E7A21B
Tints of Gamboge #E7A21B
RGB
CMYK
RGB Variations
Color information
#E7A21B (or 0xE7A21B) is known color: Gamboge. HEX triplet: E7, A2 and 1B. RGB value is (231,162,27). Sum of RGB (Red+Green+Blue) = 231+162+27=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A21B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A21B is #185DE4. Grayscale: #A7A7A7. Windows color (decimal): -1596901 or 1811175. OLE color: 1811175.
HSL color Cylindrical-coordinate representation of color #E7A21B: hue angle of 39.71º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7A21B is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 27 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.09 |
| HSL | 39.71º | 0.81% | 0.51% | - |
| HSV(B) | 39.71º | 0.88% | 0.91% | - |
| XYZ | 46.07 | 42.91 | 6.89 | - |
| YUV | 167.24 | 48.86 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 27 | 0 | 0.30 | 0.88 | 0.09 | 39.71 | 0.81 | 0.51 |
| Hex | E7 | A2 | 1B | 0 | 1E | 58 | 9 | 28 | 51 | 33 |
| Octal | 347 | 242 | 33 | 0 | 36 | 130 | 11 | 50 | 121 | 63 |
| Binary | 11100111 | 10100010 | 11011 | 0 | 11110 | 1011000 | 1001 | 101000 | 1010001 | 110011 |
Color Harmonies of #E7A21B
Complementary color
Monochromatic Colors of #E7A21B
Black with #E7A21B
Text Example
Text Example
White with #E7A21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A21B; }
p { color: rgb(231,162,27); }
H1.HeaderClassName
{
color: #E7A21B;
}
.AnyTagClassName
{
color: #E7A21B;
}
</style>
background-color css
<style>
a { background-color: #E7A21B; }
a { background-color: rgb(231,162,27); }
div.DivClassName
{
background-color: #E7A21B;
}
.BgClassName
{
background-color: #E7A21B;
}
</style>
border-color css
<style>
span { border-color: #E7A21B; }
span { border-color: rgb(231,162,27); }
td.TdClassName
{
border-color: #E7A21B;
}
.TagClassName
{
border-color: #E7A21B;
}
</style>