Shades of Gamboge #E6A005
Tints of Gamboge #E6A005
RGB
CMYK
RGB Variations
Color information
#E6A005 (or 0xE6A005) is known color: Gamboge. HEX triplet: E6, A0 and 05. RGB value is (230,160,5). Sum of RGB (Red+Green+Blue) = 230+160+5=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A005 is #195FFA. Grayscale: #A3A3A3. Windows color (decimal): -1662971 or 368870. OLE color: 368870.
HSL color Cylindrical-coordinate representation of color #E6A005: hue angle of 41.33º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6A005 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.10 |
| HSL | 41.33º | 0.96% | 0.46% | - |
| HSV(B) | 41.33º | 0.98% | 0.9% | - |
| XYZ | 45.23 | 41.98 | 5.86 | - |
| YUV | 163.26 | 38.69 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 5 | 0 | 0.30 | 0.98 | 0.10 | 41.33 | 0.96 | 0.46 |
| Hex | E6 | A0 | 5 | 0 | 1E | 62 | A | 29 | 60 | 2E |
| Octal | 346 | 240 | 5 | 0 | 36 | 142 | 12 | 51 | 140 | 56 |
| Binary | 11100110 | 10100000 | 101 | 0 | 11110 | 1100010 | 1010 | 101001 | 1100000 | 101110 |
Color Harmonies of #E6A005
Complementary color
Monochromatic Colors of #E6A005
Black with #E6A005
Text Example
Text Example
White with #E6A005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A005; }
p { color: rgb(230,160,5); }
H1.HeaderClassName
{
color: #E6A005;
}
.AnyTagClassName
{
color: #E6A005;
}
</style>
background-color css
<style>
a { background-color: #E6A005; }
a { background-color: rgb(230,160,5); }
div.DivClassName
{
background-color: #E6A005;
}
.BgClassName
{
background-color: #E6A005;
}
</style>
border-color css
<style>
span { border-color: #E6A005; }
span { border-color: rgb(230,160,5); }
td.TdClassName
{
border-color: #E6A005;
}
.TagClassName
{
border-color: #E6A005;
}
</style>