Shades of Gamboge #EBA211
Tints of Gamboge #EBA211
RGB
CMYK
RGB Variations
Color information
#EBA211 (or 0xEBA211) is known color: Gamboge. HEX triplet: EB, A2 and 11. RGB value is (235,162,17). Sum of RGB (Red+Green+Blue) = 235+162+17=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA211 is #145DEE. Grayscale: #A7A7A7. Windows color (decimal): -1334767 or 1155819. OLE color: 1155819.
HSL color Cylindrical-coordinate representation of color #EBA211: hue angle of 39.91º 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 #EBA211 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 17 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.08 |
| HSL | 39.91º | 0.87% | 0.49% | - |
| HSV(B) | 39.91º | 0.93% | 0.92% | - |
| XYZ | 47.28 | 43.54 | 6.44 | - |
| YUV | 167.3 | 43.18 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 17 | 0 | 0.31 | 0.93 | 0.08 | 39.91 | 0.87 | 0.49 |
| Hex | EB | A2 | 11 | 0 | 1F | 5D | 8 | 28 | 57 | 31 |
| Octal | 353 | 242 | 21 | 0 | 37 | 135 | 10 | 50 | 127 | 61 |
| Binary | 11101011 | 10100010 | 10001 | 0 | 11111 | 1011101 | 1000 | 101000 | 1010111 | 110001 |
Color Harmonies of #EBA211
Complementary color
Monochromatic Colors of #EBA211
Black with #EBA211
Text Example
Text Example
White with #EBA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA211; }
p { color: rgb(235,162,17); }
H1.HeaderClassName
{
color: #EBA211;
}
.AnyTagClassName
{
color: #EBA211;
}
</style>
background-color css
<style>
a { background-color: #EBA211; }
a { background-color: rgb(235,162,17); }
div.DivClassName
{
background-color: #EBA211;
}
.BgClassName
{
background-color: #EBA211;
}
</style>
border-color css
<style>
span { border-color: #EBA211; }
span { border-color: rgb(235,162,17); }
td.TdClassName
{
border-color: #EBA211;
}
.TagClassName
{
border-color: #EBA211;
}
</style>