Shades of Gamboge #E7A01A
Tints of Gamboge #E7A01A
RGB
CMYK
RGB Variations
Color information
#E7A01A (or 0xE7A01A) is known color: Gamboge. HEX triplet: E7, A0 and 1A. RGB value is (231,160,26). Sum of RGB (Red+Green+Blue) = 231+160+26=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A01A is #185FE5. Grayscale: #A6A6A6. Windows color (decimal): -1597414 or 1745127. OLE color: 1745127.
HSL color Cylindrical-coordinate representation of color #E7A01A: hue angle of 39.22º 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 #E7A01A is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 26 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.09 |
| HSL | 39.22º | 0.81% | 0.5% | - |
| HSV(B) | 39.22º | 0.89% | 0.91% | - |
| XYZ | 45.71 | 42.21 | 6.71 | - |
| YUV | 165.95 | 49.02 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 26 | 0 | 0.31 | 0.89 | 0.09 | 39.22 | 0.81 | 0.5 |
| Hex | E7 | A0 | 1A | 0 | 1F | 59 | 9 | 27 | 51 | 32 |
| Octal | 347 | 240 | 32 | 0 | 37 | 131 | 11 | 47 | 121 | 62 |
| Binary | 11100111 | 10100000 | 11010 | 0 | 11111 | 1011001 | 1001 | 100111 | 1010001 | 110010 |
Color Harmonies of #E7A01A
Complementary color
Monochromatic Colors of #E7A01A
Black with #E7A01A
Text Example
Text Example
White with #E7A01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A01A; }
p { color: rgb(231,160,26); }
H1.HeaderClassName
{
color: #E7A01A;
}
.AnyTagClassName
{
color: #E7A01A;
}
</style>
background-color css
<style>
a { background-color: #E7A01A; }
a { background-color: rgb(231,160,26); }
div.DivClassName
{
background-color: #E7A01A;
}
.BgClassName
{
background-color: #E7A01A;
}
</style>
border-color css
<style>
span { border-color: #E7A01A; }
span { border-color: rgb(231,160,26); }
td.TdClassName
{
border-color: #E7A01A;
}
.TagClassName
{
border-color: #E7A01A;
}
</style>