Shades of Gamboge #E7B010
Tints of Gamboge #E7B010
RGB
CMYK
RGB Variations
Color information
#E7B010 (or 0xE7B010) is known color: Gamboge. HEX triplet: E7, B0 and 10. RGB value is (231,176,16). Sum of RGB (Red+Green+Blue) = 231+176+16=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B010 is #184FEF. Grayscale: #AEAEAE. Windows color (decimal): -1593328 or 1093863. OLE color: 1093863.
HSL color Cylindrical-coordinate representation of color #E7B010: hue angle of 44.65º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7B010 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 16 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.09 |
| HSL | 44.65º | 0.87% | 0.48% | - |
| HSV(B) | 44.65º | 0.93% | 0.91% | - |
| XYZ | 48.57 | 48.08 | 7.21 | - |
| YUV | 174.21 | 38.72 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 16 | 0 | 0.24 | 0.93 | 0.09 | 44.65 | 0.87 | 0.48 |
| Hex | E7 | B0 | 10 | 0 | 18 | 5D | 9 | 2D | 57 | 30 |
| Octal | 347 | 260 | 20 | 0 | 30 | 135 | 11 | 55 | 127 | 60 |
| Binary | 11100111 | 10110000 | 10000 | 0 | 11000 | 1011101 | 1001 | 101101 | 1010111 | 110000 |
Color Harmonies of #E7B010
Complementary color
Monochromatic Colors of #E7B010
Black with #E7B010
Text Example
Text Example
White with #E7B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B010; }
p { color: rgb(231,176,16); }
H1.HeaderClassName
{
color: #E7B010;
}
.AnyTagClassName
{
color: #E7B010;
}
</style>
background-color css
<style>
a { background-color: #E7B010; }
a { background-color: rgb(231,176,16); }
div.DivClassName
{
background-color: #E7B010;
}
.BgClassName
{
background-color: #E7B010;
}
</style>
border-color css
<style>
span { border-color: #E7B010; }
span { border-color: rgb(231,176,16); }
td.TdClassName
{
border-color: #E7B010;
}
.TagClassName
{
border-color: #E7B010;
}
</style>