Shades of Gamboge #EBA811
Tints of Gamboge #EBA811
RGB
CMYK
RGB Variations
Color information
#EBA811 (or 0xEBA811) is known color: Gamboge. HEX triplet: EB, A8 and 11. RGB value is (235,168,17). Sum of RGB (Red+Green+Blue) = 235+168+17=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA811 is #1457EE. Grayscale: #ABABAB. Windows color (decimal): -1333231 or 1157355. OLE color: 1157355.
HSL color Cylindrical-coordinate representation of color #EBA811: hue angle of 41.56º 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 #EBA811 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 17 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.08 |
| HSL | 41.56º | 0.87% | 0.49% | - |
| HSV(B) | 41.56º | 0.93% | 0.92% | - |
| XYZ | 48.36 | 45.71 | 6.8 | - |
| YUV | 170.82 | 41.2 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 17 | 0 | 0.29 | 0.93 | 0.08 | 41.56 | 0.87 | 0.49 |
| Hex | EB | A8 | 11 | 0 | 1D | 5D | 8 | 2A | 57 | 31 |
| Octal | 353 | 250 | 21 | 0 | 35 | 135 | 10 | 52 | 127 | 61 |
| Binary | 11101011 | 10101000 | 10001 | 0 | 11101 | 1011101 | 1000 | 101010 | 1010111 | 110001 |
Color Harmonies of #EBA811
Complementary color
Monochromatic Colors of #EBA811
Black with #EBA811
Text Example
Text Example
White with #EBA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA811; }
p { color: rgb(235,168,17); }
H1.HeaderClassName
{
color: #EBA811;
}
.AnyTagClassName
{
color: #EBA811;
}
</style>
background-color css
<style>
a { background-color: #EBA811; }
a { background-color: rgb(235,168,17); }
div.DivClassName
{
background-color: #EBA811;
}
.BgClassName
{
background-color: #EBA811;
}
</style>
border-color css
<style>
span { border-color: #EBA811; }
span { border-color: rgb(235,168,17); }
td.TdClassName
{
border-color: #EBA811;
}
.TagClassName
{
border-color: #EBA811;
}
</style>