Shades of Gamboge #E6AA07
Tints of Gamboge #E6AA07
RGB
CMYK
RGB Variations
Color information
#E6AA07 (or 0xE6AA07) is known color: Gamboge. HEX triplet: E6, AA and 07. RGB value is (230,170,7). Sum of RGB (Red+Green+Blue) = 230+170+7=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AA07 is #1955F8. Grayscale: #AAAAAA. Windows color (decimal): -1660409 or 502502. OLE color: 502502.
HSL color Cylindrical-coordinate representation of color #E6AA07: hue angle of 43.86º 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 #E6AA07 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 7 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.10 |
| HSL | 43.86º | 0.94% | 0.46% | - |
| HSV(B) | 43.86º | 0.97% | 0.9% | - |
| XYZ | 47.05 | 45.59 | 6.52 | - |
| YUV | 169.36 | 36.38 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 7 | 0 | 0.26 | 0.97 | 0.10 | 43.86 | 0.94 | 0.46 |
| Hex | E6 | AA | 7 | 0 | 1A | 61 | A | 2C | 5E | 2E |
| Octal | 346 | 252 | 7 | 0 | 32 | 141 | 12 | 54 | 136 | 56 |
| Binary | 11100110 | 10101010 | 111 | 0 | 11010 | 1100001 | 1010 | 101100 | 1011110 | 101110 |
Color Harmonies of #E6AA07
Complementary color
Monochromatic Colors of #E6AA07
Black with #E6AA07
Text Example
Text Example
White with #E6AA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA07; }
p { color: rgb(230,170,7); }
H1.HeaderClassName
{
color: #E6AA07;
}
.AnyTagClassName
{
color: #E6AA07;
}
</style>
background-color css
<style>
a { background-color: #E6AA07; }
a { background-color: rgb(230,170,7); }
div.DivClassName
{
background-color: #E6AA07;
}
.BgClassName
{
background-color: #E6AA07;
}
</style>
border-color css
<style>
span { border-color: #E6AA07; }
span { border-color: rgb(230,170,7); }
td.TdClassName
{
border-color: #E6AA07;
}
.TagClassName
{
border-color: #E6AA07;
}
</style>