Shades of Gamboge #E6AA11
Tints of Gamboge #E6AA11
RGB
CMYK
RGB Variations
Color information
#E6AA11 (or 0xE6AA11) is known color: Gamboge. HEX triplet: E6, AA and 11. RGB value is (230,170,17). Sum of RGB (Red+Green+Blue) = 230+170+17=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AA11 is #1955EE. Grayscale: #ABABAB. Windows color (decimal): -1660399 or 1157862. OLE color: 1157862.
HSL color Cylindrical-coordinate representation of color #E6AA11: hue angle of 43.1º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6AA11 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 17 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.10 |
| HSL | 43.1º | 0.86% | 0.48% | - |
| HSV(B) | 43.1º | 0.93% | 0.9% | - |
| XYZ | 47.11 | 45.61 | 6.85 | - |
| YUV | 170.5 | 41.38 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 17 | 0 | 0.26 | 0.93 | 0.10 | 43.1 | 0.86 | 0.48 |
| Hex | E6 | AA | 11 | 0 | 1A | 5D | A | 2B | 56 | 30 |
| Octal | 346 | 252 | 21 | 0 | 32 | 135 | 12 | 53 | 126 | 60 |
| Binary | 11100110 | 10101010 | 10001 | 0 | 11010 | 1011101 | 1010 | 101011 | 1010110 | 110000 |
Color Harmonies of #E6AA11
Complementary color
Monochromatic Colors of #E6AA11
Black with #E6AA11
Text Example
Text Example
White with #E6AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA11; }
p { color: rgb(230,170,17); }
H1.HeaderClassName
{
color: #E6AA11;
}
.AnyTagClassName
{
color: #E6AA11;
}
</style>
background-color css
<style>
a { background-color: #E6AA11; }
a { background-color: rgb(230,170,17); }
div.DivClassName
{
background-color: #E6AA11;
}
.BgClassName
{
background-color: #E6AA11;
}
</style>
border-color css
<style>
span { border-color: #E6AA11; }
span { border-color: rgb(230,170,17); }
td.TdClassName
{
border-color: #E6AA11;
}
.TagClassName
{
border-color: #E6AA11;
}
</style>