Shades of Gamboge #E6A607
Tints of Gamboge #E6A607
RGB
CMYK
RGB Variations
Color information
#E6A607 (or 0xE6A607) is known color: Gamboge. HEX triplet: E6, A6 and 07. RGB value is (230,166,7). Sum of RGB (Red+Green+Blue) = 230+166+7=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A607 is #1959F8. Grayscale: #A7A7A7. Windows color (decimal): -1661433 or 501478. OLE color: 501478.
HSL color Cylindrical-coordinate representation of color #E6A607: hue angle of 42.78º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6A607 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 166 | 7 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.10 |
| HSL | 42.78º | 0.94% | 0.46% | - |
| HSV(B) | 42.78º | 0.97% | 0.9% | - |
| XYZ | 46.31 | 44.11 | 6.27 | - |
| YUV | 167.01 | 37.7 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 7 | 0 | 0.28 | 0.97 | 0.10 | 42.78 | 0.94 | 0.46 |
| Hex | E6 | A6 | 7 | 0 | 1C | 61 | A | 2B | 5E | 2E |
| Octal | 346 | 246 | 7 | 0 | 34 | 141 | 12 | 53 | 136 | 56 |
| Binary | 11100110 | 10100110 | 111 | 0 | 11100 | 1100001 | 1010 | 101011 | 1011110 | 101110 |
Color Harmonies of #E6A607
Complementary color
Monochromatic Colors of #E6A607
Black with #E6A607
Text Example
Text Example
White with #E6A607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A607; }
p { color: rgb(230,166,7); }
H1.HeaderClassName
{
color: #E6A607;
}
.AnyTagClassName
{
color: #E6A607;
}
</style>
background-color css
<style>
a { background-color: #E6A607; }
a { background-color: rgb(230,166,7); }
div.DivClassName
{
background-color: #E6A607;
}
.BgClassName
{
background-color: #E6A607;
}
</style>
border-color css
<style>
span { border-color: #E6A607; }
span { border-color: rgb(230,166,7); }
td.TdClassName
{
border-color: #E6A607;
}
.TagClassName
{
border-color: #E6A607;
}
</style>