Shades of Gamboge #E7A803
Tints of Gamboge #E7A803
RGB
CMYK
RGB Variations
Color information
#E7A803 (or 0xE7A803) is known color: Gamboge. HEX triplet: E7, A8 and 03. RGB value is (231,168,3). Sum of RGB (Red+Green+Blue) = 231+168+3=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A803 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A803 is #1857FC. Grayscale: #A8A8A8. Windows color (decimal): -1595389 or 239847. OLE color: 239847.
HSL color Cylindrical-coordinate representation of color #E7A803: hue angle of 43.42º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7A803 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.09 |
| HSL | 43.42º | 0.97% | 0.46% | - |
| HSV(B) | 43.42º | 0.99% | 0.91% | - |
| XYZ | 46.97 | 45 | 6.3 | - |
| YUV | 168.03 | 34.87 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 3 | 0 | 0.27 | 0.99 | 0.09 | 43.42 | 0.97 | 0.46 |
| Hex | E7 | A8 | 3 | 0 | 1B | 63 | 9 | 2B | 61 | 2E |
| Octal | 347 | 250 | 3 | 0 | 33 | 143 | 11 | 53 | 141 | 56 |
| Binary | 11100111 | 10101000 | 11 | 0 | 11011 | 1100011 | 1001 | 101011 | 1100001 | 101110 |
Color Harmonies of #E7A803
Complementary color
Monochromatic Colors of #E7A803
Black with #E7A803
Text Example
Text Example
White with #E7A803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A803; }
p { color: rgb(231,168,3); }
H1.HeaderClassName
{
color: #E7A803;
}
.AnyTagClassName
{
color: #E7A803;
}
</style>
background-color css
<style>
a { background-color: #E7A803; }
a { background-color: rgb(231,168,3); }
div.DivClassName
{
background-color: #E7A803;
}
.BgClassName
{
background-color: #E7A803;
}
</style>
border-color css
<style>
span { border-color: #E7A803; }
span { border-color: rgb(231,168,3); }
td.TdClassName
{
border-color: #E7A803;
}
.TagClassName
{
border-color: #E7A803;
}
</style>