Shades of Gamboge #E7A805
Tints of Gamboge #E7A805
RGB
CMYK
RGB Variations
Color information
#E7A805 (or 0xE7A805) is known color: Gamboge. HEX triplet: E7, A8 and 05. RGB value is (231,168,5). Sum of RGB (Red+Green+Blue) = 231+168+5=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A805 is #1857FA. Grayscale: #A8A8A8. Windows color (decimal): -1595387 or 370919. OLE color: 370919.
HSL color Cylindrical-coordinate representation of color #E7A805: hue angle of 43.27º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7A805 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.09 |
| HSL | 43.27º | 0.96% | 0.46% | - |
| HSV(B) | 43.27º | 0.98% | 0.91% | - |
| XYZ | 46.99 | 45.01 | 6.35 | - |
| YUV | 168.26 | 35.87 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 5 | 0 | 0.27 | 0.98 | 0.09 | 43.27 | 0.96 | 0.46 |
| Hex | E7 | A8 | 5 | 0 | 1B | 62 | 9 | 2B | 60 | 2E |
| Octal | 347 | 250 | 5 | 0 | 33 | 142 | 11 | 53 | 140 | 56 |
| Binary | 11100111 | 10101000 | 101 | 0 | 11011 | 1100010 | 1001 | 101011 | 1100000 | 101110 |
Color Harmonies of #E7A805
Complementary color
Monochromatic Colors of #E7A805
Black with #E7A805
Text Example
Text Example
White with #E7A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A805; }
p { color: rgb(231,168,5); }
H1.HeaderClassName
{
color: #E7A805;
}
.AnyTagClassName
{
color: #E7A805;
}
</style>
background-color css
<style>
a { background-color: #E7A805; }
a { background-color: rgb(231,168,5); }
div.DivClassName
{
background-color: #E7A805;
}
.BgClassName
{
background-color: #E7A805;
}
</style>
border-color css
<style>
span { border-color: #E7A805; }
span { border-color: rgb(231,168,5); }
td.TdClassName
{
border-color: #E7A805;
}
.TagClassName
{
border-color: #E7A805;
}
</style>