Shades of Gamboge #E6A015
Tints of Gamboge #E6A015
RGB
CMYK
RGB Variations
Color information
#E6A015 (or 0xE6A015) is known color: Gamboge. HEX triplet: E6, A0 and 15. RGB value is (230,160,21). Sum of RGB (Red+Green+Blue) = 230+160+21=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A015 is #195FEA. Grayscale: #A5A5A5. Windows color (decimal): -1662955 or 1417446. OLE color: 1417446.
HSL color Cylindrical-coordinate representation of color #E6A015: hue angle of 39.9º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6A015 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 21 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.10 |
| HSL | 39.9º | 0.83% | 0.49% | - |
| HSV(B) | 39.9º | 0.91% | 0.9% | - |
| XYZ | 45.34 | 42.02 | 6.43 | - |
| YUV | 165.08 | 46.69 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 21 | 0 | 0.30 | 0.91 | 0.10 | 39.9 | 0.83 | 0.49 |
| Hex | E6 | A0 | 15 | 0 | 1E | 5B | A | 28 | 53 | 31 |
| Octal | 346 | 240 | 25 | 0 | 36 | 133 | 12 | 50 | 123 | 61 |
| Binary | 11100110 | 10100000 | 10101 | 0 | 11110 | 1011011 | 1010 | 101000 | 1010011 | 110001 |
Color Harmonies of #E6A015
Complementary color
Monochromatic Colors of #E6A015
Black with #E6A015
Text Example
Text Example
White with #E6A015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A015; }
p { color: rgb(230,160,21); }
H1.HeaderClassName
{
color: #E6A015;
}
.AnyTagClassName
{
color: #E6A015;
}
</style>
background-color css
<style>
a { background-color: #E6A015; }
a { background-color: rgb(230,160,21); }
div.DivClassName
{
background-color: #E6A015;
}
.BgClassName
{
background-color: #E6A015;
}
</style>
border-color css
<style>
span { border-color: #E6A015; }
span { border-color: rgb(230,160,21); }
td.TdClassName
{
border-color: #E6A015;
}
.TagClassName
{
border-color: #E6A015;
}
</style>