Shades of Gamboge #E7A504
Tints of Gamboge #E7A504
RGB
CMYK
RGB Variations
Color information
#E7A504 (or 0xE7A504) is known color: Gamboge. HEX triplet: E7, A5 and 04. RGB value is (231,165,4). Sum of RGB (Red+Green+Blue) = 231+165+4=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A504 is #185AFB. Grayscale: #A7A7A7. Windows color (decimal): -1596156 or 304615. OLE color: 304615.
HSL color Cylindrical-coordinate representation of color #E7A504: hue angle of 42.56º degrees, saturation: 0.97, 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 #E7A504 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 165 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.09 |
| HSL | 42.56º | 0.97% | 0.46% | - |
| HSV(B) | 42.56º | 0.98% | 0.91% | - |
| XYZ | 46.43 | 43.91 | 6.14 | - |
| YUV | 166.38 | 36.37 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 165 | 4 | 0 | 0.29 | 0.98 | 0.09 | 42.56 | 0.97 | 0.46 |
| Hex | E7 | A5 | 4 | 0 | 1D | 62 | 9 | 2B | 61 | 2E |
| Octal | 347 | 245 | 4 | 0 | 35 | 142 | 11 | 53 | 141 | 56 |
| Binary | 11100111 | 10100101 | 100 | 0 | 11101 | 1100010 | 1001 | 101011 | 1100001 | 101110 |
Color Harmonies of #E7A504
Complementary color
Monochromatic Colors of #E7A504
Black with #E7A504
Text Example
Text Example
White with #E7A504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A504; }
p { color: rgb(231,165,4); }
H1.HeaderClassName
{
color: #E7A504;
}
.AnyTagClassName
{
color: #E7A504;
}
</style>
background-color css
<style>
a { background-color: #E7A504; }
a { background-color: rgb(231,165,4); }
div.DivClassName
{
background-color: #E7A504;
}
.BgClassName
{
background-color: #E7A504;
}
</style>
border-color css
<style>
span { border-color: #E7A504; }
span { border-color: rgb(231,165,4); }
td.TdClassName
{
border-color: #E7A504;
}
.TagClassName
{
border-color: #E7A504;
}
</style>