Shades of Gamboge #E6A811
Tints of Gamboge #E6A811
RGB
CMYK
RGB Variations
Color information
#E6A811 (or 0xE6A811) is known color: Gamboge. HEX triplet: E6, A8 and 11. RGB value is (230,168,17). Sum of RGB (Red+Green+Blue) = 230+168+17=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A811 is #1957EE. Grayscale: #A9A9A9. Windows color (decimal): -1660911 or 1157350. OLE color: 1157350.
HSL color Cylindrical-coordinate representation of color #E6A811: hue angle of 42.54º 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 #E6A811 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 17 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.10 |
| HSL | 42.54º | 0.86% | 0.48% | - |
| HSV(B) | 42.54º | 0.93% | 0.9% | - |
| XYZ | 46.74 | 44.87 | 6.73 | - |
| YUV | 169.32 | 42.04 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 17 | 0 | 0.27 | 0.93 | 0.10 | 42.54 | 0.86 | 0.48 |
| Hex | E6 | A8 | 11 | 0 | 1B | 5D | A | 2B | 56 | 30 |
| Octal | 346 | 250 | 21 | 0 | 33 | 135 | 12 | 53 | 126 | 60 |
| Binary | 11100110 | 10101000 | 10001 | 0 | 11011 | 1011101 | 1010 | 101011 | 1010110 | 110000 |
Color Harmonies of #E6A811
Complementary color
Monochromatic Colors of #E6A811
Black with #E6A811
Text Example
Text Example
White with #E6A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A811; }
p { color: rgb(230,168,17); }
H1.HeaderClassName
{
color: #E6A811;
}
.AnyTagClassName
{
color: #E6A811;
}
</style>
background-color css
<style>
a { background-color: #E6A811; }
a { background-color: rgb(230,168,17); }
div.DivClassName
{
background-color: #E6A811;
}
.BgClassName
{
background-color: #E6A811;
}
</style>
border-color css
<style>
span { border-color: #E6A811; }
span { border-color: rgb(230,168,17); }
td.TdClassName
{
border-color: #E6A811;
}
.TagClassName
{
border-color: #E6A811;
}
</style>