Shades of Gamboge #EBA711
Tints of Gamboge #EBA711
RGB
CMYK
RGB Variations
Color information
#EBA711 (or 0xEBA711) is known color: Gamboge. HEX triplet: EB, A7 and 11. RGB value is (235,167,17). Sum of RGB (Red+Green+Blue) = 235+167+17=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA711 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA711 is #1458EE. Grayscale: #AAAAAA. Windows color (decimal): -1333487 or 1157099. OLE color: 1157099.
HSL color Cylindrical-coordinate representation of color #EBA711: hue angle of 41.28º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBA711 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 17 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.08 |
| HSL | 41.28º | 0.87% | 0.49% | - |
| HSV(B) | 41.28º | 0.93% | 0.92% | - |
| XYZ | 48.18 | 45.34 | 6.74 | - |
| YUV | 170.23 | 41.53 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 17 | 0 | 0.29 | 0.93 | 0.08 | 41.28 | 0.87 | 0.49 |
| Hex | EB | A7 | 11 | 0 | 1D | 5D | 8 | 29 | 57 | 31 |
| Octal | 353 | 247 | 21 | 0 | 35 | 135 | 10 | 51 | 127 | 61 |
| Binary | 11101011 | 10100111 | 10001 | 0 | 11101 | 1011101 | 1000 | 101001 | 1010111 | 110001 |
Color Harmonies of #EBA711
Complementary color
Monochromatic Colors of #EBA711
Black with #EBA711
Text Example
Text Example
White with #EBA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA711; }
p { color: rgb(235,167,17); }
H1.HeaderClassName
{
color: #EBA711;
}
.AnyTagClassName
{
color: #EBA711;
}
</style>
background-color css
<style>
a { background-color: #EBA711; }
a { background-color: rgb(235,167,17); }
div.DivClassName
{
background-color: #EBA711;
}
.BgClassName
{
background-color: #EBA711;
}
</style>
border-color css
<style>
span { border-color: #EBA711; }
span { border-color: rgb(235,167,17); }
td.TdClassName
{
border-color: #EBA711;
}
.TagClassName
{
border-color: #EBA711;
}
</style>