Shades of Gamboge #E7AA14
Tints of Gamboge #E7AA14
RGB
CMYK
RGB Variations
Color information
#E7AA14 (or 0xE7AA14) is known color: Gamboge. HEX triplet: E7, AA and 14. RGB value is (231,170,20). Sum of RGB (Red+Green+Blue) = 231+170+20=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AA14 is #1855EB. Grayscale: #ABABAB. Windows color (decimal): -1594860 or 1354471. OLE color: 1354471.
HSL color Cylindrical-coordinate representation of color #E7AA14: hue angle of 42.65º 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 #E7AA14 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 20 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.09 |
| HSL | 42.65º | 0.84% | 0.49% | - |
| HSV(B) | 42.65º | 0.91% | 0.91% | - |
| XYZ | 47.46 | 45.79 | 7 | - |
| YUV | 171.14 | 42.71 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 20 | 0 | 0.26 | 0.91 | 0.09 | 42.65 | 0.84 | 0.49 |
| Hex | E7 | AA | 14 | 0 | 1A | 5B | 9 | 2B | 54 | 31 |
| Octal | 347 | 252 | 24 | 0 | 32 | 133 | 11 | 53 | 124 | 61 |
| Binary | 11100111 | 10101010 | 10100 | 0 | 11010 | 1011011 | 1001 | 101011 | 1010100 | 110001 |
Color Harmonies of #E7AA14
Complementary color
Monochromatic Colors of #E7AA14
Black with #E7AA14
Text Example
Text Example
White with #E7AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA14; }
p { color: rgb(231,170,20); }
H1.HeaderClassName
{
color: #E7AA14;
}
.AnyTagClassName
{
color: #E7AA14;
}
</style>
background-color css
<style>
a { background-color: #E7AA14; }
a { background-color: rgb(231,170,20); }
div.DivClassName
{
background-color: #E7AA14;
}
.BgClassName
{
background-color: #E7AA14;
}
</style>
border-color css
<style>
span { border-color: #E7AA14; }
span { border-color: rgb(231,170,20); }
td.TdClassName
{
border-color: #E7AA14;
}
.TagClassName
{
border-color: #E7AA14;
}
</style>