Shades of Gamboge #E3B010
Tints of Gamboge #E3B010
RGB
CMYK
RGB Variations
Color information
#E3B010 (or 0xE3B010) is known color: Gamboge. HEX triplet: E3, B0 and 10. RGB value is (227,176,16). Sum of RGB (Red+Green+Blue) = 227+176+16=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3B010 is #1C4FEF. Grayscale: #ADADAD. Windows color (decimal): -1855472 or 1093859. OLE color: 1093859.
HSL color Cylindrical-coordinate representation of color #E3B010: hue angle of 45.5º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3B010 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 176 | 16 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.11 |
| HSL | 45.5º | 0.87% | 0.48% | - |
| HSV(B) | 45.5º | 0.93% | 0.89% | - |
| XYZ | 47.3 | 47.42 | 7.15 | - |
| YUV | 173.01 | 39.4 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 176 | 16 | 0 | 0.22 | 0.93 | 0.11 | 45.5 | 0.87 | 0.48 |
| Hex | E3 | B0 | 10 | 0 | 16 | 5D | B | 2D | 57 | 30 |
| Octal | 343 | 260 | 20 | 0 | 26 | 135 | 13 | 55 | 127 | 60 |
| Binary | 11100011 | 10110000 | 10000 | 0 | 10110 | 1011101 | 1011 | 101101 | 1010111 | 110000 |
Color Harmonies of #E3B010
Complementary color
Monochromatic Colors of #E3B010
Black with #E3B010
Text Example
Text Example
White with #E3B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B010; }
p { color: rgb(227,176,16); }
H1.HeaderClassName
{
color: #E3B010;
}
.AnyTagClassName
{
color: #E3B010;
}
</style>
background-color css
<style>
a { background-color: #E3B010; }
a { background-color: rgb(227,176,16); }
div.DivClassName
{
background-color: #E3B010;
}
.BgClassName
{
background-color: #E3B010;
}
</style>
border-color css
<style>
span { border-color: #E3B010; }
span { border-color: rgb(227,176,16); }
td.TdClassName
{
border-color: #E3B010;
}
.TagClassName
{
border-color: #E3B010;
}
</style>