Shades of Gamboge #E7A908
Tints of Gamboge #E7A908
RGB
CMYK
RGB Variations
Color information
#E7A908 (or 0xE7A908) is known color: Gamboge. HEX triplet: E7, A9 and 08. RGB value is (231,169,8). Sum of RGB (Red+Green+Blue) = 231+169+8=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A908 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A908 is #1856F7. Grayscale: #A9A9A9. Windows color (decimal): -1595128 or 567783. OLE color: 567783.
HSL color Cylindrical-coordinate representation of color #E7A908: hue angle of 43.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7A908 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 8 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.09 |
| HSL | 43.32º | 0.93% | 0.47% | - |
| HSV(B) | 43.32º | 0.97% | 0.91% | - |
| XYZ | 47.19 | 45.38 | 6.5 | - |
| YUV | 169.18 | 37.04 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 8 | 0 | 0.27 | 0.97 | 0.09 | 43.32 | 0.93 | 0.47 |
| Hex | E7 | A9 | 8 | 0 | 1B | 61 | 9 | 2B | 5D | 2F |
| Octal | 347 | 251 | 10 | 0 | 33 | 141 | 11 | 53 | 135 | 57 |
| Binary | 11100111 | 10101001 | 1000 | 0 | 11011 | 1100001 | 1001 | 101011 | 1011101 | 101111 |
Color Harmonies of #E7A908
Complementary color
Monochromatic Colors of #E7A908
Black with #E7A908
Text Example
Text Example
White with #E7A908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A908; }
p { color: rgb(231,169,8); }
H1.HeaderClassName
{
color: #E7A908;
}
.AnyTagClassName
{
color: #E7A908;
}
</style>
background-color css
<style>
a { background-color: #E7A908; }
a { background-color: rgb(231,169,8); }
div.DivClassName
{
background-color: #E7A908;
}
.BgClassName
{
background-color: #E7A908;
}
</style>
border-color css
<style>
span { border-color: #E7A908; }
span { border-color: rgb(231,169,8); }
td.TdClassName
{
border-color: #E7A908;
}
.TagClassName
{
border-color: #E7A908;
}
</style>