Shades of Gamboge #E7B005
Tints of Gamboge #E7B005
RGB
CMYK
RGB Variations
Color information
#E7B005 (or 0xE7B005) is known color: Gamboge. HEX triplet: E7, B0 and 05. RGB value is (231,176,5). Sum of RGB (Red+Green+Blue) = 231+176+5=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B005 is #184FFA. Grayscale: #ADADAD. Windows color (decimal): -1593339 or 372967. OLE color: 372967.
HSL color Cylindrical-coordinate representation of color #E7B005: hue angle of 45.4º 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 #E7B005 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.09 |
| HSL | 45.4º | 0.96% | 0.46% | - |
| HSV(B) | 45.4º | 0.98% | 0.91% | - |
| XYZ | 48.51 | 48.05 | 6.86 | - |
| YUV | 172.95 | 33.22 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 5 | 0 | 0.24 | 0.98 | 0.09 | 45.4 | 0.96 | 0.46 |
| Hex | E7 | B0 | 5 | 0 | 18 | 62 | 9 | 2D | 60 | 2E |
| Octal | 347 | 260 | 5 | 0 | 30 | 142 | 11 | 55 | 140 | 56 |
| Binary | 11100111 | 10110000 | 101 | 0 | 11000 | 1100010 | 1001 | 101101 | 1100000 | 101110 |
Color Harmonies of #E7B005
Complementary color
Monochromatic Colors of #E7B005
Black with #E7B005
Text Example
Text Example
White with #E7B005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B005; }
p { color: rgb(231,176,5); }
H1.HeaderClassName
{
color: #E7B005;
}
.AnyTagClassName
{
color: #E7B005;
}
</style>
background-color css
<style>
a { background-color: #E7B005; }
a { background-color: rgb(231,176,5); }
div.DivClassName
{
background-color: #E7B005;
}
.BgClassName
{
background-color: #E7B005;
}
</style>
border-color css
<style>
span { border-color: #E7B005; }
span { border-color: rgb(231,176,5); }
td.TdClassName
{
border-color: #E7B005;
}
.TagClassName
{
border-color: #E7B005;
}
</style>