Shades of Gamboge #E7A312
Tints of Gamboge #E7A312
RGB
CMYK
RGB Variations
Color information
#E7A312 (or 0xE7A312) is known color: Gamboge. HEX triplet: E7, A3 and 12. RGB value is (231,163,18). Sum of RGB (Red+Green+Blue) = 231+163+18=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A312 is #185CED. Grayscale: #A7A7A7. Windows color (decimal): -1596654 or 1221607. OLE color: 1221607.
HSL color Cylindrical-coordinate representation of color #E7A312: hue angle of 40.85º 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 #E7A312 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 18 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.09 |
| HSL | 40.85º | 0.86% | 0.49% | - |
| HSV(B) | 40.85º | 0.92% | 0.91% | - |
| XYZ | 46.16 | 43.23 | 6.48 | - |
| YUV | 166.8 | 44.03 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 18 | 0 | 0.29 | 0.92 | 0.09 | 40.85 | 0.86 | 0.49 |
| Hex | E7 | A3 | 12 | 0 | 1D | 5C | 9 | 29 | 56 | 31 |
| Octal | 347 | 243 | 22 | 0 | 35 | 134 | 11 | 51 | 126 | 61 |
| Binary | 11100111 | 10100011 | 10010 | 0 | 11101 | 1011100 | 1001 | 101001 | 1010110 | 110001 |
Color Harmonies of #E7A312
Complementary color
Monochromatic Colors of #E7A312
Black with #E7A312
Text Example
Text Example
White with #E7A312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A312; }
p { color: rgb(231,163,18); }
H1.HeaderClassName
{
color: #E7A312;
}
.AnyTagClassName
{
color: #E7A312;
}
</style>
background-color css
<style>
a { background-color: #E7A312; }
a { background-color: rgb(231,163,18); }
div.DivClassName
{
background-color: #E7A312;
}
.BgClassName
{
background-color: #E7A312;
}
</style>
border-color css
<style>
span { border-color: #E7A312; }
span { border-color: rgb(231,163,18); }
td.TdClassName
{
border-color: #E7A312;
}
.TagClassName
{
border-color: #E7A312;
}
</style>