Shades of Gamboge #E6A211
Tints of Gamboge #E6A211
RGB
CMYK
RGB Variations
Color information
#E6A211 (or 0xE6A211) is known color: Gamboge. HEX triplet: E6, A2 and 11. RGB value is (230,162,17). Sum of RGB (Red+Green+Blue) = 230+162+17=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A211 is #195DEE. Grayscale: #A6A6A6. Windows color (decimal): -1662447 or 1155814. OLE color: 1155814.
HSL color Cylindrical-coordinate representation of color #E6A211: hue angle of 40.85º 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 #E6A211 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 162 | 17 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.10 |
| HSL | 40.85º | 0.86% | 0.48% | - |
| HSV(B) | 40.85º | 0.93% | 0.9% | - |
| XYZ | 45.65 | 42.7 | 6.37 | - |
| YUV | 165.8 | 44.03 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 162 | 17 | 0 | 0.30 | 0.93 | 0.10 | 40.85 | 0.86 | 0.48 |
| Hex | E6 | A2 | 11 | 0 | 1E | 5D | A | 29 | 56 | 30 |
| Octal | 346 | 242 | 21 | 0 | 36 | 135 | 12 | 51 | 126 | 60 |
| Binary | 11100110 | 10100010 | 10001 | 0 | 11110 | 1011101 | 1010 | 101001 | 1010110 | 110000 |
Color Harmonies of #E6A211
Complementary color
Monochromatic Colors of #E6A211
Black with #E6A211
Text Example
Text Example
White with #E6A211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A211; }
p { color: rgb(230,162,17); }
H1.HeaderClassName
{
color: #E6A211;
}
.AnyTagClassName
{
color: #E6A211;
}
</style>
background-color css
<style>
a { background-color: #E6A211; }
a { background-color: rgb(230,162,17); }
div.DivClassName
{
background-color: #E6A211;
}
.BgClassName
{
background-color: #E6A211;
}
</style>
border-color css
<style>
span { border-color: #E6A211; }
span { border-color: rgb(230,162,17); }
td.TdClassName
{
border-color: #E6A211;
}
.TagClassName
{
border-color: #E6A211;
}
</style>