Shades of Gamboge #E6A00D
Tints of Gamboge #E6A00D
RGB
CMYK
RGB Variations
Color information
#E6A00D (or 0xE6A00D) is known color: Gamboge. HEX triplet: E6, A0 and 0D. RGB value is (230,160,13). Sum of RGB (Red+Green+Blue) = 230+160+13=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A00D is #195FF2. Grayscale: #A4A4A4. Windows color (decimal): -1662963 or 893158. OLE color: 893158.
HSL color Cylindrical-coordinate representation of color #E6A00D: hue angle of 40.65º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6A00D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 13 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.10 |
| HSL | 40.65º | 0.89% | 0.48% | - |
| HSV(B) | 40.65º | 0.94% | 0.9% | - |
| XYZ | 45.28 | 41.99 | 6.1 | - |
| YUV | 164.17 | 42.69 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 13 | 0 | 0.30 | 0.94 | 0.10 | 40.65 | 0.89 | 0.48 |
| Hex | E6 | A0 | D | 0 | 1E | 5E | A | 29 | 59 | 30 |
| Octal | 346 | 240 | 15 | 0 | 36 | 136 | 12 | 51 | 131 | 60 |
| Binary | 11100110 | 10100000 | 1101 | 0 | 11110 | 1011110 | 1010 | 101001 | 1011001 | 110000 |
Color Harmonies of #E6A00D
Complementary color
Monochromatic Colors of #E6A00D
Black with #E6A00D
Text Example
Text Example
White with #E6A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A00D; }
p { color: rgb(230,160,13); }
H1.HeaderClassName
{
color: #E6A00D;
}
.AnyTagClassName
{
color: #E6A00D;
}
</style>
background-color css
<style>
a { background-color: #E6A00D; }
a { background-color: rgb(230,160,13); }
div.DivClassName
{
background-color: #E6A00D;
}
.BgClassName
{
background-color: #E6A00D;
}
</style>
border-color css
<style>
span { border-color: #E6A00D; }
span { border-color: rgb(230,160,13); }
td.TdClassName
{
border-color: #E6A00D;
}
.TagClassName
{
border-color: #E6A00D;
}
</style>