Shades of Gamboge #E7A816
Tints of Gamboge #E7A816
RGB
CMYK
RGB Variations
Color information
#E7A816 (or 0xE7A816) is known color: Gamboge. HEX triplet: E7, A8 and 16. RGB value is (231,168,22). Sum of RGB (Red+Green+Blue) = 231+168+22=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A816 is #1857E9. Grayscale: #AAAAAA. Windows color (decimal): -1595370 or 1485031. OLE color: 1485031.
HSL color Cylindrical-coordinate representation of color #E7A816: hue angle of 41.91º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7A816 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 22 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.09 |
| HSL | 41.91º | 0.83% | 0.5% | - |
| HSV(B) | 41.91º | 0.9% | 0.91% | - |
| XYZ | 47.1 | 45.05 | 6.97 | - |
| YUV | 170.19 | 44.37 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 22 | 0 | 0.27 | 0.90 | 0.09 | 41.91 | 0.83 | 0.5 |
| Hex | E7 | A8 | 16 | 0 | 1B | 5A | 9 | 2A | 53 | 32 |
| Octal | 347 | 250 | 26 | 0 | 33 | 132 | 11 | 52 | 123 | 62 |
| Binary | 11100111 | 10101000 | 10110 | 0 | 11011 | 1011010 | 1001 | 101010 | 1010011 | 110010 |
Color Harmonies of #E7A816
Complementary color
Monochromatic Colors of #E7A816
Black with #E7A816
Text Example
Text Example
White with #E7A816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A816; }
p { color: rgb(231,168,22); }
H1.HeaderClassName
{
color: #E7A816;
}
.AnyTagClassName
{
color: #E7A816;
}
</style>
background-color css
<style>
a { background-color: #E7A816; }
a { background-color: rgb(231,168,22); }
div.DivClassName
{
background-color: #E7A816;
}
.BgClassName
{
background-color: #E7A816;
}
</style>
border-color css
<style>
span { border-color: #E7A816; }
span { border-color: rgb(231,168,22); }
td.TdClassName
{
border-color: #E7A816;
}
.TagClassName
{
border-color: #E7A816;
}
</style>