Shades of Gamboge #E7A812
Tints of Gamboge #E7A812
RGB
CMYK
RGB Variations
Color information
#E7A812 (or 0xE7A812) is known color: Gamboge. HEX triplet: E7, A8 and 12. RGB value is (231,168,18). Sum of RGB (Red+Green+Blue) = 231+168+18=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A812 is #1857ED. Grayscale: #AAAAAA. Windows color (decimal): -1595374 or 1222887. OLE color: 1222887.
HSL color Cylindrical-coordinate representation of color #E7A812: hue angle of 42.25º 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 #E7A812 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 18 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.09 |
| HSL | 42.25º | 0.86% | 0.49% | - |
| HSV(B) | 42.25º | 0.92% | 0.91% | - |
| XYZ | 47.07 | 45.04 | 6.78 | - |
| YUV | 169.74 | 42.37 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 18 | 0 | 0.27 | 0.92 | 0.09 | 42.25 | 0.86 | 0.49 |
| Hex | E7 | A8 | 12 | 0 | 1B | 5C | 9 | 2A | 56 | 31 |
| Octal | 347 | 250 | 22 | 0 | 33 | 134 | 11 | 52 | 126 | 61 |
| Binary | 11100111 | 10101000 | 10010 | 0 | 11011 | 1011100 | 1001 | 101010 | 1010110 | 110001 |
Color Harmonies of #E7A812
Complementary color
Monochromatic Colors of #E7A812
Black with #E7A812
Text Example
Text Example
White with #E7A812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A812; }
p { color: rgb(231,168,18); }
H1.HeaderClassName
{
color: #E7A812;
}
.AnyTagClassName
{
color: #E7A812;
}
</style>
background-color css
<style>
a { background-color: #E7A812; }
a { background-color: rgb(231,168,18); }
div.DivClassName
{
background-color: #E7A812;
}
.BgClassName
{
background-color: #E7A812;
}
</style>
border-color css
<style>
span { border-color: #E7A812; }
span { border-color: rgb(231,168,18); }
td.TdClassName
{
border-color: #E7A812;
}
.TagClassName
{
border-color: #E7A812;
}
</style>