Shades of Gamboge #EBA215
Tints of Gamboge #EBA215
RGB
CMYK
RGB Variations
Color information
#EBA215 (or 0xEBA215) is known color: Gamboge. HEX triplet: EB, A2 and 15. RGB value is (235,162,21). Sum of RGB (Red+Green+Blue) = 235+162+21=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA215 is #145DEA. Grayscale: #A8A8A8. Windows color (decimal): -1334763 or 1417963. OLE color: 1417963.
HSL color Cylindrical-coordinate representation of color #EBA215: hue angle of 39.53º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBA215 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 21 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.08 |
| HSL | 39.53º | 0.84% | 0.5% | - |
| HSV(B) | 39.53º | 0.91% | 0.92% | - |
| XYZ | 47.32 | 43.56 | 6.62 | - |
| YUV | 167.75 | 45.18 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 21 | 0 | 0.31 | 0.91 | 0.08 | 39.53 | 0.84 | 0.5 |
| Hex | EB | A2 | 15 | 0 | 1F | 5B | 8 | 28 | 54 | 32 |
| Octal | 353 | 242 | 25 | 0 | 37 | 133 | 10 | 50 | 124 | 62 |
| Binary | 11101011 | 10100010 | 10101 | 0 | 11111 | 1011011 | 1000 | 101000 | 1010100 | 110010 |
Color Harmonies of #EBA215
Complementary color
Monochromatic Colors of #EBA215
Black with #EBA215
Text Example
Text Example
White with #EBA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA215; }
p { color: rgb(235,162,21); }
H1.HeaderClassName
{
color: #EBA215;
}
.AnyTagClassName
{
color: #EBA215;
}
</style>
background-color css
<style>
a { background-color: #EBA215; }
a { background-color: rgb(235,162,21); }
div.DivClassName
{
background-color: #EBA215;
}
.BgClassName
{
background-color: #EBA215;
}
</style>
border-color css
<style>
span { border-color: #EBA215; }
span { border-color: rgb(235,162,21); }
td.TdClassName
{
border-color: #EBA215;
}
.TagClassName
{
border-color: #EBA215;
}
</style>