Shades of Gamboge #E7A01D
Tints of Gamboge #E7A01D
RGB
CMYK
RGB Variations
Color information
#E7A01D (or 0xE7A01D) is known color: Gamboge. HEX triplet: E7, A0 and 1D. RGB value is (231,160,29). Sum of RGB (Red+Green+Blue) = 231+160+29=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A01D is #185FE2. Grayscale: #A6A6A6. Windows color (decimal): -1597411 or 1941735. OLE color: 1941735.
HSL color Cylindrical-coordinate representation of color #E7A01D: hue angle of 38.91º 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 #E7A01D is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 29 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.09 |
| HSL | 38.91º | 0.81% | 0.51% | - |
| HSV(B) | 38.91º | 0.87% | 0.91% | - |
| XYZ | 45.75 | 42.22 | 6.9 | - |
| YUV | 166.3 | 50.52 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 29 | 0 | 0.31 | 0.87 | 0.09 | 38.91 | 0.81 | 0.51 |
| Hex | E7 | A0 | 1D | 0 | 1F | 57 | 9 | 27 | 51 | 33 |
| Octal | 347 | 240 | 35 | 0 | 37 | 127 | 11 | 47 | 121 | 63 |
| Binary | 11100111 | 10100000 | 11101 | 0 | 11111 | 1010111 | 1001 | 100111 | 1010001 | 110011 |
Color Harmonies of #E7A01D
Complementary color
Monochromatic Colors of #E7A01D
Black with #E7A01D
Text Example
Text Example
White with #E7A01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A01D; }
p { color: rgb(231,160,29); }
H1.HeaderClassName
{
color: #E7A01D;
}
.AnyTagClassName
{
color: #E7A01D;
}
</style>
background-color css
<style>
a { background-color: #E7A01D; }
a { background-color: rgb(231,160,29); }
div.DivClassName
{
background-color: #E7A01D;
}
.BgClassName
{
background-color: #E7A01D;
}
</style>
border-color css
<style>
span { border-color: #E7A01D; }
span { border-color: rgb(231,160,29); }
td.TdClassName
{
border-color: #E7A01D;
}
.TagClassName
{
border-color: #E7A01D;
}
</style>