Shades of Gamboge #E7A914
Tints of Gamboge #E7A914
RGB
CMYK
RGB Variations
Color information
#E7A914 (or 0xE7A914) is known color: Gamboge. HEX triplet: E7, A9 and 14. RGB value is (231,169,20). Sum of RGB (Red+Green+Blue) = 231+169+20=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A914 is #1856EB. Grayscale: #ABABAB. Windows color (decimal): -1595116 or 1354215. OLE color: 1354215.
HSL color Cylindrical-coordinate representation of color #E7A914: hue angle of 42.37º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7A914 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 20 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.09 |
| HSL | 42.37º | 0.84% | 0.49% | - |
| HSV(B) | 42.37º | 0.91% | 0.91% | - |
| XYZ | 47.27 | 45.42 | 6.94 | - |
| YUV | 170.55 | 43.04 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 20 | 0 | 0.27 | 0.91 | 0.09 | 42.37 | 0.84 | 0.49 |
| Hex | E7 | A9 | 14 | 0 | 1B | 5B | 9 | 2A | 54 | 31 |
| Octal | 347 | 251 | 24 | 0 | 33 | 133 | 11 | 52 | 124 | 61 |
| Binary | 11100111 | 10101001 | 10100 | 0 | 11011 | 1011011 | 1001 | 101010 | 1010100 | 110001 |
Color Harmonies of #E7A914
Complementary color
Monochromatic Colors of #E7A914
Black with #E7A914
Text Example
Text Example
White with #E7A914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A914; }
p { color: rgb(231,169,20); }
H1.HeaderClassName
{
color: #E7A914;
}
.AnyTagClassName
{
color: #E7A914;
}
</style>
background-color css
<style>
a { background-color: #E7A914; }
a { background-color: rgb(231,169,20); }
div.DivClassName
{
background-color: #E7A914;
}
.BgClassName
{
background-color: #E7A914;
}
</style>
border-color css
<style>
span { border-color: #E7A914; }
span { border-color: rgb(231,169,20); }
td.TdClassName
{
border-color: #E7A914;
}
.TagClassName
{
border-color: #E7A914;
}
</style>