Shades of Gamboge #E7B10B
Tints of Gamboge #E7B10B
RGB
CMYK
RGB Variations
Color information
#E7B10B (or 0xE7B10B) is known color: Gamboge. HEX triplet: E7, B1 and 0B. RGB value is (231,177,11). Sum of RGB (Red+Green+Blue) = 231+177+11=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B10B is #184EF4. Grayscale: #AEAEAE. Windows color (decimal): -1593077 or 766439. OLE color: 766439.
HSL color Cylindrical-coordinate representation of color #E7B10B: hue angle of 45.27º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7B10B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.09 |
| HSL | 45.27º | 0.91% | 0.47% | - |
| HSV(B) | 45.27º | 0.95% | 0.91% | - |
| XYZ | 48.74 | 48.46 | 7.1 | - |
| YUV | 174.22 | 35.89 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 11 | 0 | 0.23 | 0.95 | 0.09 | 45.27 | 0.91 | 0.47 |
| Hex | E7 | B1 | B | 0 | 17 | 5F | 9 | 2D | 5B | 2F |
| Octal | 347 | 261 | 13 | 0 | 27 | 137 | 11 | 55 | 133 | 57 |
| Binary | 11100111 | 10110001 | 1011 | 0 | 10111 | 1011111 | 1001 | 101101 | 1011011 | 101111 |
Color Harmonies of #E7B10B
Complementary color
Monochromatic Colors of #E7B10B
Black with #E7B10B
Text Example
Text Example
White with #E7B10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B10B; }
p { color: rgb(231,177,11); }
H1.HeaderClassName
{
color: #E7B10B;
}
.AnyTagClassName
{
color: #E7B10B;
}
</style>
background-color css
<style>
a { background-color: #E7B10B; }
a { background-color: rgb(231,177,11); }
div.DivClassName
{
background-color: #E7B10B;
}
.BgClassName
{
background-color: #E7B10B;
}
</style>
border-color css
<style>
span { border-color: #E7B10B; }
span { border-color: rgb(231,177,11); }
td.TdClassName
{
border-color: #E7B10B;
}
.TagClassName
{
border-color: #E7B10B;
}
</style>