Shades of Gamboge #E7B10C
Tints of Gamboge #E7B10C
RGB
CMYK
RGB Variations
Color information
#E7B10C (or 0xE7B10C) is known color: Gamboge. HEX triplet: E7, B1 and 0C. RGB value is (231,177,12). Sum of RGB (Red+Green+Blue) = 231+177+12=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B10C is #184EF3. Grayscale: #AFAFAF. Windows color (decimal): -1593076 or 831975. OLE color: 831975.
HSL color Cylindrical-coordinate representation of color #E7B10C: hue angle of 45.21º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7B10C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 12 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.09 |
| HSL | 45.21º | 0.9% | 0.48% | - |
| HSV(B) | 45.21º | 0.95% | 0.91% | - |
| XYZ | 48.74 | 48.46 | 7.13 | - |
| YUV | 174.34 | 36.39 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 12 | 0 | 0.23 | 0.95 | 0.09 | 45.21 | 0.9 | 0.48 |
| Hex | E7 | B1 | C | 0 | 17 | 5F | 9 | 2D | 5A | 30 |
| Octal | 347 | 261 | 14 | 0 | 27 | 137 | 11 | 55 | 132 | 60 |
| Binary | 11100111 | 10110001 | 1100 | 0 | 10111 | 1011111 | 1001 | 101101 | 1011010 | 110000 |
Color Harmonies of #E7B10C
Complementary color
Monochromatic Colors of #E7B10C
Black with #E7B10C
Text Example
Text Example
White with #E7B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B10C; }
p { color: rgb(231,177,12); }
H1.HeaderClassName
{
color: #E7B10C;
}
.AnyTagClassName
{
color: #E7B10C;
}
</style>
background-color css
<style>
a { background-color: #E7B10C; }
a { background-color: rgb(231,177,12); }
div.DivClassName
{
background-color: #E7B10C;
}
.BgClassName
{
background-color: #E7B10C;
}
</style>
border-color css
<style>
span { border-color: #E7B10C; }
span { border-color: rgb(231,177,12); }
td.TdClassName
{
border-color: #E7B10C;
}
.TagClassName
{
border-color: #E7B10C;
}
</style>