Shades of Gamboge #E7AC11
Tints of Gamboge #E7AC11
RGB
CMYK
RGB Variations
Color information
#E7AC11 (or 0xE7AC11) is known color: Gamboge. HEX triplet: E7, AC and 11. RGB value is (231,172,17). Sum of RGB (Red+Green+Blue) = 231+172+17=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AC11 is #1853EE. Grayscale: #ACACAC. Windows color (decimal): -1594351 or 1158375. OLE color: 1158375.
HSL color Cylindrical-coordinate representation of color #E7AC11: hue angle of 43.46º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7AC11 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 172 | 17 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.09 |
| HSL | 43.46º | 0.86% | 0.49% | - |
| HSV(B) | 43.46º | 0.93% | 0.91% | - |
| XYZ | 47.81 | 46.53 | 6.99 | - |
| YUV | 171.97 | 40.55 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 17 | 0 | 0.26 | 0.93 | 0.09 | 43.46 | 0.86 | 0.49 |
| Hex | E7 | AC | 11 | 0 | 1A | 5D | 9 | 2B | 56 | 31 |
| Octal | 347 | 254 | 21 | 0 | 32 | 135 | 11 | 53 | 126 | 61 |
| Binary | 11100111 | 10101100 | 10001 | 0 | 11010 | 1011101 | 1001 | 101011 | 1010110 | 110001 |
Color Harmonies of #E7AC11
Complementary color
Monochromatic Colors of #E7AC11
Black with #E7AC11
Text Example
Text Example
White with #E7AC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AC11; }
p { color: rgb(231,172,17); }
H1.HeaderClassName
{
color: #E7AC11;
}
.AnyTagClassName
{
color: #E7AC11;
}
</style>
background-color css
<style>
a { background-color: #E7AC11; }
a { background-color: rgb(231,172,17); }
div.DivClassName
{
background-color: #E7AC11;
}
.BgClassName
{
background-color: #E7AC11;
}
</style>
border-color css
<style>
span { border-color: #E7AC11; }
span { border-color: rgb(231,172,17); }
td.TdClassName
{
border-color: #E7AC11;
}
.TagClassName
{
border-color: #E7AC11;
}
</style>