Shades of Gamboge #E7A012
Tints of Gamboge #E7A012
RGB
CMYK
RGB Variations
Color information
#E7A012 (or 0xE7A012) is known color: Gamboge. HEX triplet: E7, A0 and 12. RGB value is (231,160,18). Sum of RGB (Red+Green+Blue) = 231+160+18=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A012 is #185FED. Grayscale: #A5A5A5. Windows color (decimal): -1597422 or 1220839. OLE color: 1220839.
HSL color Cylindrical-coordinate representation of color #E7A012: hue angle of 40º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7A012 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 18 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.09 |
| HSL | 40º | 0.86% | 0.49% | - |
| HSV(B) | 40º | 0.92% | 0.91% | - |
| XYZ | 45.63 | 42.17 | 6.31 | - |
| YUV | 165.04 | 45.02 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 18 | 0 | 0.31 | 0.92 | 0.09 | 40 | 0.86 | 0.49 |
| Hex | E7 | A0 | 12 | 0 | 1F | 5C | 9 | 28 | 56 | 31 |
| Octal | 347 | 240 | 22 | 0 | 37 | 134 | 11 | 50 | 126 | 61 |
| Binary | 11100111 | 10100000 | 10010 | 0 | 11111 | 1011100 | 1001 | 101000 | 1010110 | 110001 |
Color Harmonies of #E7A012
Complementary color
Monochromatic Colors of #E7A012
Black with #E7A012
Text Example
Text Example
White with #E7A012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A012; }
p { color: rgb(231,160,18); }
H1.HeaderClassName
{
color: #E7A012;
}
.AnyTagClassName
{
color: #E7A012;
}
</style>
background-color css
<style>
a { background-color: #E7A012; }
a { background-color: rgb(231,160,18); }
div.DivClassName
{
background-color: #E7A012;
}
.BgClassName
{
background-color: #E7A012;
}
</style>
border-color css
<style>
span { border-color: #E7A012; }
span { border-color: rgb(231,160,18); }
td.TdClassName
{
border-color: #E7A012;
}
.TagClassName
{
border-color: #E7A012;
}
</style>