Shades of Gamboge #EBA615
Tints of Gamboge #EBA615
RGB
CMYK
RGB Variations
Color information
#EBA615 (or 0xEBA615) is known color: Gamboge. HEX triplet: EB, A6 and 15. RGB value is (235,166,21). Sum of RGB (Red+Green+Blue) = 235+166+21=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA615 is #1459EA. Grayscale: #AAAAAA. Windows color (decimal): -1333739 or 1418987. OLE color: 1418987.
HSL color Cylindrical-coordinate representation of color #EBA615: hue angle of 40.65º 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 #EBA615 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 21 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.08 |
| HSL | 40.65º | 0.84% | 0.5% | - |
| HSV(B) | 40.65º | 0.91% | 0.92% | - |
| XYZ | 48.03 | 44.99 | 6.86 | - |
| YUV | 170.1 | 43.86 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 21 | 0 | 0.29 | 0.91 | 0.08 | 40.65 | 0.84 | 0.5 |
| Hex | EB | A6 | 15 | 0 | 1D | 5B | 8 | 29 | 54 | 32 |
| Octal | 353 | 246 | 25 | 0 | 35 | 133 | 10 | 51 | 124 | 62 |
| Binary | 11101011 | 10100110 | 10101 | 0 | 11101 | 1011011 | 1000 | 101001 | 1010100 | 110010 |
Color Harmonies of #EBA615
Complementary color
Monochromatic Colors of #EBA615
Black with #EBA615
Text Example
Text Example
White with #EBA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA615; }
p { color: rgb(235,166,21); }
H1.HeaderClassName
{
color: #EBA615;
}
.AnyTagClassName
{
color: #EBA615;
}
</style>
background-color css
<style>
a { background-color: #EBA615; }
a { background-color: rgb(235,166,21); }
div.DivClassName
{
background-color: #EBA615;
}
.BgClassName
{
background-color: #EBA615;
}
</style>
border-color css
<style>
span { border-color: #EBA615; }
span { border-color: rgb(235,166,21); }
td.TdClassName
{
border-color: #EBA615;
}
.TagClassName
{
border-color: #EBA615;
}
</style>