Shades of Gamboge #E7AA15
Tints of Gamboge #E7AA15
RGB
CMYK
RGB Variations
Color information
#E7AA15 (or 0xE7AA15) is known color: Gamboge. HEX triplet: E7, AA and 15. RGB value is (231,170,21). Sum of RGB (Red+Green+Blue) = 231+170+21=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AA15 is #1855EA. Grayscale: #ABABAB. Windows color (decimal): -1594859 or 1420007. OLE color: 1420007.
HSL color Cylindrical-coordinate representation of color #E7AA15: hue angle of 42.57º degrees, saturation: 0.83, 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 #E7AA15 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 21 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.09 |
| HSL | 42.57º | 0.83% | 0.49% | - |
| HSV(B) | 42.57º | 0.91% | 0.91% | - |
| XYZ | 47.47 | 45.79 | 7.05 | - |
| YUV | 171.25 | 43.21 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 21 | 0 | 0.26 | 0.91 | 0.09 | 42.57 | 0.83 | 0.49 |
| Hex | E7 | AA | 15 | 0 | 1A | 5B | 9 | 2B | 53 | 31 |
| Octal | 347 | 252 | 25 | 0 | 32 | 133 | 11 | 53 | 123 | 61 |
| Binary | 11100111 | 10101010 | 10101 | 0 | 11010 | 1011011 | 1001 | 101011 | 1010011 | 110001 |
Color Harmonies of #E7AA15
Complementary color
Monochromatic Colors of #E7AA15
Black with #E7AA15
Text Example
Text Example
White with #E7AA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA15; }
p { color: rgb(231,170,21); }
H1.HeaderClassName
{
color: #E7AA15;
}
.AnyTagClassName
{
color: #E7AA15;
}
</style>
background-color css
<style>
a { background-color: #E7AA15; }
a { background-color: rgb(231,170,21); }
div.DivClassName
{
background-color: #E7AA15;
}
.BgClassName
{
background-color: #E7AA15;
}
</style>
border-color css
<style>
span { border-color: #E7AA15; }
span { border-color: rgb(231,170,21); }
td.TdClassName
{
border-color: #E7AA15;
}
.TagClassName
{
border-color: #E7AA15;
}
</style>