Shades of Gamboge #E6A012
Tints of Gamboge #E6A012
RGB
CMYK
RGB Variations
Color information
#E6A012 (or 0xE6A012) is known color: Gamboge. HEX triplet: E6, A0 and 12. RGB value is (230,160,18). Sum of RGB (Red+Green+Blue) = 230+160+18=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A012 is #195FED. Grayscale: #A5A5A5. Windows color (decimal): -1662958 or 1220838. OLE color: 1220838.
HSL color Cylindrical-coordinate representation of color #E6A012: hue angle of 40.19º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6A012 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 18 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.10 |
| HSL | 40.19º | 0.85% | 0.49% | - |
| HSV(B) | 40.19º | 0.92% | 0.9% | - |
| XYZ | 45.31 | 42.01 | 6.29 | - |
| YUV | 164.74 | 45.19 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 18 | 0 | 0.30 | 0.92 | 0.10 | 40.19 | 0.85 | 0.49 |
| Hex | E6 | A0 | 12 | 0 | 1E | 5C | A | 28 | 55 | 31 |
| Octal | 346 | 240 | 22 | 0 | 36 | 134 | 12 | 50 | 125 | 61 |
| Binary | 11100110 | 10100000 | 10010 | 0 | 11110 | 1011100 | 1010 | 101000 | 1010101 | 110001 |
Color Harmonies of #E6A012
Complementary color
Monochromatic Colors of #E6A012
Black with #E6A012
Text Example
Text Example
White with #E6A012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A012; }
p { color: rgb(230,160,18); }
H1.HeaderClassName
{
color: #E6A012;
}
.AnyTagClassName
{
color: #E6A012;
}
</style>
background-color css
<style>
a { background-color: #E6A012; }
a { background-color: rgb(230,160,18); }
div.DivClassName
{
background-color: #E6A012;
}
.BgClassName
{
background-color: #E6A012;
}
</style>
border-color css
<style>
span { border-color: #E6A012; }
span { border-color: rgb(230,160,18); }
td.TdClassName
{
border-color: #E6A012;
}
.TagClassName
{
border-color: #E6A012;
}
</style>