Shades of Gamboge #EBA911
Tints of Gamboge #EBA911
RGB
CMYK
RGB Variations
Color information
#EBA911 (or 0xEBA911) is known color: Gamboge. HEX triplet: EB, A9 and 11. RGB value is (235,169,17). Sum of RGB (Red+Green+Blue) = 235+169+17=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA911 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA911 is #1456EE. Grayscale: #ACACAC. Windows color (decimal): -1332975 or 1157611. OLE color: 1157611.
HSL color Cylindrical-coordinate representation of color #EBA911: hue angle of 41.83º 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 #EBA911 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 17 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.08 |
| HSL | 41.83º | 0.87% | 0.49% | - |
| HSV(B) | 41.83º | 0.93% | 0.92% | - |
| XYZ | 48.55 | 46.08 | 6.87 | - |
| YUV | 171.41 | 40.87 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 17 | 0 | 0.28 | 0.93 | 0.08 | 41.83 | 0.87 | 0.49 |
| Hex | EB | A9 | 11 | 0 | 1C | 5D | 8 | 2A | 57 | 31 |
| Octal | 353 | 251 | 21 | 0 | 34 | 135 | 10 | 52 | 127 | 61 |
| Binary | 11101011 | 10101001 | 10001 | 0 | 11100 | 1011101 | 1000 | 101010 | 1010111 | 110001 |
Color Harmonies of #EBA911
Complementary color
Monochromatic Colors of #EBA911
Black with #EBA911
Text Example
Text Example
White with #EBA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA911; }
p { color: rgb(235,169,17); }
H1.HeaderClassName
{
color: #EBA911;
}
.AnyTagClassName
{
color: #EBA911;
}
</style>
background-color css
<style>
a { background-color: #EBA911; }
a { background-color: rgb(235,169,17); }
div.DivClassName
{
background-color: #EBA911;
}
.BgClassName
{
background-color: #EBA911;
}
</style>
border-color css
<style>
span { border-color: #EBA911; }
span { border-color: rgb(235,169,17); }
td.TdClassName
{
border-color: #EBA911;
}
.TagClassName
{
border-color: #EBA911;
}
</style>