Shades of Gamboge #E7A900
Tints of Gamboge #E7A900
RGB
CMYK
RGB Variations
Color information
#E7A900 (or 0xE7A900) is known color: Gamboge. HEX triplet: E7, A9 and 00. RGB value is (231,169,0). Sum of RGB (Red+Green+Blue) = 231+169+0=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A900 is #1856FF. Grayscale: #A9A9A9. Windows color (decimal): -1595136 or 43495. OLE color: 43495.
HSL color Cylindrical-coordinate representation of color #E7A900: hue angle of 43.9º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7A900 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.09 |
| HSL | 43.9º | 1% | 0.45% | - |
| HSV(B) | 43.9º | 1% | 0.91% | - |
| XYZ | 47.14 | 45.36 | 6.27 | - |
| YUV | 168.27 | 33.04 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 0 | 0 | 0.27 | 1 | 0.09 | 43.9 | 1 | 0.45 |
| Hex | E7 | A9 | 0 | 0 | 1B | 64 | 9 | 2C | 64 | 2D |
| Octal | 347 | 251 | 0 | 0 | 33 | 144 | 11 | 54 | 144 | 55 |
| Binary | 11100111 | 10101001 | 0 | 0 | 11011 | 1100100 | 1001 | 101100 | 1100100 | 101101 |
Color Harmonies of #E7A900
Complementary color
Monochromatic Colors of #E7A900
Black with #E7A900
Text Example
Text Example
White with #E7A900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A900; }
p { color: rgb(231,169,0); }
H1.HeaderClassName
{
color: #E7A900;
}
.AnyTagClassName
{
color: #E7A900;
}
</style>
background-color css
<style>
a { background-color: #E7A900; }
a { background-color: rgb(231,169,0); }
div.DivClassName
{
background-color: #E7A900;
}
.BgClassName
{
background-color: #E7A900;
}
</style>
border-color css
<style>
span { border-color: #E7A900; }
span { border-color: rgb(231,169,0); }
td.TdClassName
{
border-color: #E7A900;
}
.TagClassName
{
border-color: #E7A900;
}
</style>