Shades of Gamboge #EBA511
Tints of Gamboge #EBA511
RGB
CMYK
RGB Variations
Color information
#EBA511 (or 0xEBA511) is known color: Gamboge. HEX triplet: EB, A5 and 11. RGB value is (235,165,17). Sum of RGB (Red+Green+Blue) = 235+165+17=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA511 is #145AEE. Grayscale: #A9A9A9. Windows color (decimal): -1333999 or 1156587. OLE color: 1156587.
HSL color Cylindrical-coordinate representation of color #EBA511: hue angle of 40.73º 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 #EBA511 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 17 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.08 |
| HSL | 40.73º | 0.87% | 0.49% | - |
| HSV(B) | 40.73º | 0.93% | 0.92% | - |
| XYZ | 47.82 | 44.61 | 6.62 | - |
| YUV | 169.06 | 42.19 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 17 | 0 | 0.30 | 0.93 | 0.08 | 40.73 | 0.87 | 0.49 |
| Hex | EB | A5 | 11 | 0 | 1E | 5D | 8 | 29 | 57 | 31 |
| Octal | 353 | 245 | 21 | 0 | 36 | 135 | 10 | 51 | 127 | 61 |
| Binary | 11101011 | 10100101 | 10001 | 0 | 11110 | 1011101 | 1000 | 101001 | 1010111 | 110001 |
Color Harmonies of #EBA511
Complementary color
Monochromatic Colors of #EBA511
Black with #EBA511
Text Example
Text Example
White with #EBA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA511; }
p { color: rgb(235,165,17); }
H1.HeaderClassName
{
color: #EBA511;
}
.AnyTagClassName
{
color: #EBA511;
}
</style>
background-color css
<style>
a { background-color: #EBA511; }
a { background-color: rgb(235,165,17); }
div.DivClassName
{
background-color: #EBA511;
}
.BgClassName
{
background-color: #EBA511;
}
</style>
border-color css
<style>
span { border-color: #EBA511; }
span { border-color: rgb(235,165,17); }
td.TdClassName
{
border-color: #EBA511;
}
.TagClassName
{
border-color: #EBA511;
}
</style>