Shades of Gamboge #EBA502
Tints of Gamboge #EBA502
RGB
CMYK
RGB Variations
Color information
#EBA502 (or 0xEBA502) is known color: Gamboge. HEX triplet: EB, A5 and 02. RGB value is (235,165,2). Sum of RGB (Red+Green+Blue) = 235+165+2=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA502 is #145AFD. Grayscale: #A8A8A8. Windows color (decimal): -1334014 or 173547. OLE color: 173547.
HSL color Cylindrical-coordinate representation of color #EBA502: hue angle of 41.97º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBA502 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.08 |
| HSL | 41.97º | 0.98% | 0.46% | - |
| HSV(B) | 41.97º | 0.99% | 0.92% | - |
| XYZ | 47.73 | 44.58 | 6.15 | - |
| YUV | 167.35 | 34.69 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 2 | 0 | 0.30 | 0.99 | 0.08 | 41.97 | 0.98 | 0.46 |
| Hex | EB | A5 | 2 | 0 | 1E | 63 | 8 | 2A | 62 | 2E |
| Octal | 353 | 245 | 2 | 0 | 36 | 143 | 10 | 52 | 142 | 56 |
| Binary | 11101011 | 10100101 | 10 | 0 | 11110 | 1100011 | 1000 | 101010 | 1100010 | 101110 |
Color Harmonies of #EBA502
Complementary color
Monochromatic Colors of #EBA502
Black with #EBA502
Text Example
Text Example
White with #EBA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA502; }
p { color: rgb(235,165,2); }
H1.HeaderClassName
{
color: #EBA502;
}
.AnyTagClassName
{
color: #EBA502;
}
</style>
background-color css
<style>
a { background-color: #EBA502; }
a { background-color: rgb(235,165,2); }
div.DivClassName
{
background-color: #EBA502;
}
.BgClassName
{
background-color: #EBA502;
}
</style>
border-color css
<style>
span { border-color: #EBA502; }
span { border-color: rgb(235,165,2); }
td.TdClassName
{
border-color: #EBA502;
}
.TagClassName
{
border-color: #EBA502;
}
</style>