Shades of Gamboge #E7AC0E
Tints of Gamboge #E7AC0E
RGB
CMYK
RGB Variations
Color information
#E7AC0E (or 0xE7AC0E) is known color: Gamboge. HEX triplet: E7, AC and 0E. RGB value is (231,172,14). Sum of RGB (Red+Green+Blue) = 231+172+14=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AC0E is #1853F1. Grayscale: #ACACAC. Windows color (decimal): -1594354 or 961767. OLE color: 961767.
HSL color Cylindrical-coordinate representation of color #E7AC0E: hue angle of 43.69º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7AC0E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 172 | 14 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.09 |
| HSL | 43.69º | 0.89% | 0.48% | - |
| HSV(B) | 43.69º | 0.94% | 0.91% | - |
| XYZ | 47.79 | 46.53 | 6.88 | - |
| YUV | 171.63 | 39.05 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 14 | 0 | 0.26 | 0.94 | 0.09 | 43.69 | 0.89 | 0.48 |
| Hex | E7 | AC | E | 0 | 1A | 5E | 9 | 2C | 59 | 30 |
| Octal | 347 | 254 | 16 | 0 | 32 | 136 | 11 | 54 | 131 | 60 |
| Binary | 11100111 | 10101100 | 1110 | 0 | 11010 | 1011110 | 1001 | 101100 | 1011001 | 110000 |
Color Harmonies of #E7AC0E
Complementary color
Monochromatic Colors of #E7AC0E
Black with #E7AC0E
Text Example
Text Example
White with #E7AC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AC0E; }
p { color: rgb(231,172,14); }
H1.HeaderClassName
{
color: #E7AC0E;
}
.AnyTagClassName
{
color: #E7AC0E;
}
</style>
background-color css
<style>
a { background-color: #E7AC0E; }
a { background-color: rgb(231,172,14); }
div.DivClassName
{
background-color: #E7AC0E;
}
.BgClassName
{
background-color: #E7AC0E;
}
</style>
border-color css
<style>
span { border-color: #E7AC0E; }
span { border-color: rgb(231,172,14); }
td.TdClassName
{
border-color: #E7AC0E;
}
.TagClassName
{
border-color: #E7AC0E;
}
</style>