Shades of Gamboge #E7A607
Tints of Gamboge #E7A607
RGB
CMYK
RGB Variations
Color information
#E7A607 (or 0xE7A607) is known color: Gamboge. HEX triplet: E7, A6 and 07. RGB value is (231,166,7). Sum of RGB (Red+Green+Blue) = 231+166+7=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A607 is #1859F8. Grayscale: #A8A8A8. Windows color (decimal): -1595897 or 501479. OLE color: 501479.
HSL color Cylindrical-coordinate representation of color #E7A607: hue angle of 42.59º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7A607 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 7 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.09 |
| HSL | 42.59º | 0.94% | 0.47% | - |
| HSV(B) | 42.59º | 0.97% | 0.91% | - |
| XYZ | 46.63 | 44.28 | 6.29 | - |
| YUV | 167.31 | 37.53 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 7 | 0 | 0.28 | 0.97 | 0.09 | 42.59 | 0.94 | 0.47 |
| Hex | E7 | A6 | 7 | 0 | 1C | 61 | 9 | 2B | 5E | 2F |
| Octal | 347 | 246 | 7 | 0 | 34 | 141 | 11 | 53 | 136 | 57 |
| Binary | 11100111 | 10100110 | 111 | 0 | 11100 | 1100001 | 1001 | 101011 | 1011110 | 101111 |
Color Harmonies of #E7A607
Complementary color
Monochromatic Colors of #E7A607
Black with #E7A607
Text Example
Text Example
White with #E7A607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A607; }
p { color: rgb(231,166,7); }
H1.HeaderClassName
{
color: #E7A607;
}
.AnyTagClassName
{
color: #E7A607;
}
</style>
background-color css
<style>
a { background-color: #E7A607; }
a { background-color: rgb(231,166,7); }
div.DivClassName
{
background-color: #E7A607;
}
.BgClassName
{
background-color: #E7A607;
}
</style>
border-color css
<style>
span { border-color: #E7A607; }
span { border-color: rgb(231,166,7); }
td.TdClassName
{
border-color: #E7A607;
}
.TagClassName
{
border-color: #E7A607;
}
</style>