Shades of Gamboge #E7A601
Tints of Gamboge #E7A601
RGB
CMYK
RGB Variations
Color information
#E7A601 (or 0xE7A601) is known color: Gamboge. HEX triplet: E7, A6 and 01. RGB value is (231,166,1). Sum of RGB (Red+Green+Blue) = 231+166+1=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A601 is #1859FE. Grayscale: #A7A7A7. Windows color (decimal): -1595903 or 108263. OLE color: 108263.
HSL color Cylindrical-coordinate representation of color #E7A601: hue angle of 43.04º 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 #E7A601 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 1 | - |
| CMYK | 0 | 0.28 | 1.00 | 0.09 |
| HSL | 43.04º | 0.99% | 0.45% | - |
| HSV(B) | 43.04º | 1% | 0.91% | - |
| XYZ | 46.6 | 44.26 | 6.12 | - |
| YUV | 166.63 | 34.53 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 1 | 0 | 0.28 | 1.00 | 0.09 | 43.04 | 0.99 | 0.45 |
| Hex | E7 | A6 | 1 | 0 | 1C | 64 | 9 | 2B | 63 | 2D |
| Octal | 347 | 246 | 1 | 0 | 34 | 144 | 11 | 53 | 143 | 55 |
| Binary | 11100111 | 10100110 | 1 | 0 | 11100 | 1100100 | 1001 | 101011 | 1100011 | 101101 |
Color Harmonies of #E7A601
Complementary color
Monochromatic Colors of #E7A601
Black with #E7A601
Text Example
Text Example
White with #E7A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A601; }
p { color: rgb(231,166,1); }
H1.HeaderClassName
{
color: #E7A601;
}
.AnyTagClassName
{
color: #E7A601;
}
</style>
background-color css
<style>
a { background-color: #E7A601; }
a { background-color: rgb(231,166,1); }
div.DivClassName
{
background-color: #E7A601;
}
.BgClassName
{
background-color: #E7A601;
}
</style>
border-color css
<style>
span { border-color: #E7A601; }
span { border-color: rgb(231,166,1); }
td.TdClassName
{
border-color: #E7A601;
}
.TagClassName
{
border-color: #E7A601;
}
</style>