Shades of Gamboge #E7B207
Tints of Gamboge #E7B207
RGB
CMYK
RGB Variations
Color information
#E7B207 (or 0xE7B207) is known color: Gamboge. HEX triplet: E7, B2 and 07. RGB value is (231,178,7). Sum of RGB (Red+Green+Blue) = 231+178+7=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B207 is #184DF8. Grayscale: #AFAFAF. Windows color (decimal): -1592825 or 504551. OLE color: 504551.
HSL color Cylindrical-coordinate representation of color #E7B207: hue angle of 45.8º degrees, saturation: 0.94, 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 #E7B207 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.09 |
| HSL | 45.8º | 0.94% | 0.47% | - |
| HSV(B) | 45.8º | 0.97% | 0.91% | - |
| XYZ | 48.91 | 48.85 | 7.05 | - |
| YUV | 174.35 | 33.56 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 7 | 0 | 0.23 | 0.97 | 0.09 | 45.8 | 0.94 | 0.47 |
| Hex | E7 | B2 | 7 | 0 | 17 | 61 | 9 | 2E | 5E | 2F |
| Octal | 347 | 262 | 7 | 0 | 27 | 141 | 11 | 56 | 136 | 57 |
| Binary | 11100111 | 10110010 | 111 | 0 | 10111 | 1100001 | 1001 | 101110 | 1011110 | 101111 |
Color Harmonies of #E7B207
Complementary color
Monochromatic Colors of #E7B207
Black with #E7B207
Text Example
Text Example
White with #E7B207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B207; }
p { color: rgb(231,178,7); }
H1.HeaderClassName
{
color: #E7B207;
}
.AnyTagClassName
{
color: #E7B207;
}
</style>
background-color css
<style>
a { background-color: #E7B207; }
a { background-color: rgb(231,178,7); }
div.DivClassName
{
background-color: #E7B207;
}
.BgClassName
{
background-color: #E7B207;
}
</style>
border-color css
<style>
span { border-color: #E7B207; }
span { border-color: rgb(231,178,7); }
td.TdClassName
{
border-color: #E7B207;
}
.TagClassName
{
border-color: #E7B207;
}
</style>