Shades of Gamboge #E6A615
Tints of Gamboge #E6A615
RGB
CMYK
RGB Variations
Color information
#E6A615 (or 0xE6A615) is known color: Gamboge. HEX triplet: E6, A6 and 15. RGB value is (230,166,21). Sum of RGB (Red+Green+Blue) = 230+166+21=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A615 is #1959EA. Grayscale: #A9A9A9. Windows color (decimal): -1661419 or 1418982. OLE color: 1418982.
HSL color Cylindrical-coordinate representation of color #E6A615: hue angle of 41.63º 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 #E6A615 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 166 | 21 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.10 |
| HSL | 41.63º | 0.83% | 0.49% | - |
| HSV(B) | 41.63º | 0.91% | 0.9% | - |
| XYZ | 46.4 | 44.15 | 6.79 | - |
| YUV | 168.61 | 44.7 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 21 | 0 | 0.28 | 0.91 | 0.10 | 41.63 | 0.83 | 0.49 |
| Hex | E6 | A6 | 15 | 0 | 1C | 5B | A | 2A | 53 | 31 |
| Octal | 346 | 246 | 25 | 0 | 34 | 133 | 12 | 52 | 123 | 61 |
| Binary | 11100110 | 10100110 | 10101 | 0 | 11100 | 1011011 | 1010 | 101010 | 1010011 | 110001 |
Color Harmonies of #E6A615
Complementary color
Monochromatic Colors of #E6A615
Black with #E6A615
Text Example
Text Example
White with #E6A615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A615; }
p { color: rgb(230,166,21); }
H1.HeaderClassName
{
color: #E6A615;
}
.AnyTagClassName
{
color: #E6A615;
}
</style>
background-color css
<style>
a { background-color: #E6A615; }
a { background-color: rgb(230,166,21); }
div.DivClassName
{
background-color: #E6A615;
}
.BgClassName
{
background-color: #E6A615;
}
</style>
border-color css
<style>
span { border-color: #E6A615; }
span { border-color: rgb(230,166,21); }
td.TdClassName
{
border-color: #E6A615;
}
.TagClassName
{
border-color: #E6A615;
}
</style>