Shades of Gamboge #E7A717
Tints of Gamboge #E7A717
RGB
CMYK
RGB Variations
Color information
#E7A717 (or 0xE7A717) is known color: Gamboge. HEX triplet: E7, A7 and 17. RGB value is (231,167,23). Sum of RGB (Red+Green+Blue) = 231+167+23=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A717 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A717 is #1858E8. Grayscale: #AAAAAA. Windows color (decimal): -1595625 or 1550311. OLE color: 1550311.
HSL color Cylindrical-coordinate representation of color #E7A717: hue angle of 41.54º degrees, saturation: 0.82, 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 #E7A717 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 167 | 23 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.09 |
| HSL | 41.54º | 0.82% | 0.5% | - |
| HSV(B) | 41.54º | 0.9% | 0.91% | - |
| XYZ | 46.93 | 44.69 | 6.96 | - |
| YUV | 169.72 | 45.2 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 167 | 23 | 0 | 0.28 | 0.90 | 0.09 | 41.54 | 0.82 | 0.5 |
| Hex | E7 | A7 | 17 | 0 | 1C | 5A | 9 | 2A | 52 | 32 |
| Octal | 347 | 247 | 27 | 0 | 34 | 132 | 11 | 52 | 122 | 62 |
| Binary | 11100111 | 10100111 | 10111 | 0 | 11100 | 1011010 | 1001 | 101010 | 1010010 | 110010 |
Color Harmonies of #E7A717
Complementary color
Monochromatic Colors of #E7A717
Black with #E7A717
Text Example
Text Example
White with #E7A717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A717; }
p { color: rgb(231,167,23); }
H1.HeaderClassName
{
color: #E7A717;
}
.AnyTagClassName
{
color: #E7A717;
}
</style>
background-color css
<style>
a { background-color: #E7A717; }
a { background-color: rgb(231,167,23); }
div.DivClassName
{
background-color: #E7A717;
}
.BgClassName
{
background-color: #E7A717;
}
</style>
border-color css
<style>
span { border-color: #E7A717; }
span { border-color: rgb(231,167,23); }
td.TdClassName
{
border-color: #E7A717;
}
.TagClassName
{
border-color: #E7A717;
}
</style>