Shades of Gamboge #E7A101
Tints of Gamboge #E7A101
RGB
CMYK
RGB Variations
Color information
#E7A101 (or 0xE7A101) is known color: Gamboge. HEX triplet: E7, A1 and 01. RGB value is (231,161,1). Sum of RGB (Red+Green+Blue) = 231+161+1=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A101 is #185EFE. Grayscale: #A4A4A4. Windows color (decimal): -1597183 or 106983. OLE color: 106983.
HSL color Cylindrical-coordinate representation of color #E7A101: hue angle of 41.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7A101 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 1 | - |
| CMYK | 0 | 0.30 | 1.00 | 0.09 |
| HSL | 41.74º | 0.99% | 0.45% | - |
| HSV(B) | 41.74º | 1% | 0.91% | - |
| XYZ | 45.71 | 42.48 | 5.82 | - |
| YUV | 163.69 | 36.19 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 1 | 0 | 0.30 | 1.00 | 0.09 | 41.74 | 0.99 | 0.45 |
| Hex | E7 | A1 | 1 | 0 | 1E | 64 | 9 | 2A | 63 | 2D |
| Octal | 347 | 241 | 1 | 0 | 36 | 144 | 11 | 52 | 143 | 55 |
| Binary | 11100111 | 10100001 | 1 | 0 | 11110 | 1100100 | 1001 | 101010 | 1100011 | 101101 |
Color Harmonies of #E7A101
Complementary color
Monochromatic Colors of #E7A101
Black with #E7A101
Text Example
Text Example
White with #E7A101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A101; }
p { color: rgb(231,161,1); }
H1.HeaderClassName
{
color: #E7A101;
}
.AnyTagClassName
{
color: #E7A101;
}
</style>
background-color css
<style>
a { background-color: #E7A101; }
a { background-color: rgb(231,161,1); }
div.DivClassName
{
background-color: #E7A101;
}
.BgClassName
{
background-color: #E7A101;
}
</style>
border-color css
<style>
span { border-color: #E7A101; }
span { border-color: rgb(231,161,1); }
td.TdClassName
{
border-color: #E7A101;
}
.TagClassName
{
border-color: #E7A101;
}
</style>