Shades of Gamboge #E7B10A
Tints of Gamboge #E7B10A
RGB
CMYK
RGB Variations
Color information
#E7B10A (or 0xE7B10A) is known color: Gamboge. HEX triplet: E7, B1 and 0A. RGB value is (231,177,10). Sum of RGB (Red+Green+Blue) = 231+177+10=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B10A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B10A is #184EF5. Grayscale: #AEAEAE. Windows color (decimal): -1593078 or 700903. OLE color: 700903.
HSL color Cylindrical-coordinate representation of color #E7B10A: hue angle of 45.34º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7B10A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 10 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.09 |
| HSL | 45.34º | 0.92% | 0.47% | - |
| HSV(B) | 45.34º | 0.96% | 0.91% | - |
| XYZ | 48.73 | 48.46 | 7.07 | - |
| YUV | 174.11 | 35.39 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 10 | 0 | 0.23 | 0.96 | 0.09 | 45.34 | 0.92 | 0.47 |
| Hex | E7 | B1 | A | 0 | 17 | 60 | 9 | 2D | 5C | 2F |
| Octal | 347 | 261 | 12 | 0 | 27 | 140 | 11 | 55 | 134 | 57 |
| Binary | 11100111 | 10110001 | 1010 | 0 | 10111 | 1100000 | 1001 | 101101 | 1011100 | 101111 |
Color Harmonies of #E7B10A
Complementary color
Monochromatic Colors of #E7B10A
Black with #E7B10A
Text Example
Text Example
White with #E7B10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B10A; }
p { color: rgb(231,177,10); }
H1.HeaderClassName
{
color: #E7B10A;
}
.AnyTagClassName
{
color: #E7B10A;
}
</style>
background-color css
<style>
a { background-color: #E7B10A; }
a { background-color: rgb(231,177,10); }
div.DivClassName
{
background-color: #E7B10A;
}
.BgClassName
{
background-color: #E7B10A;
}
</style>
border-color css
<style>
span { border-color: #E7B10A; }
span { border-color: rgb(231,177,10); }
td.TdClassName
{
border-color: #E7B10A;
}
.TagClassName
{
border-color: #E7B10A;
}
</style>