Shades of Gamboge #EBA908
Tints of Gamboge #EBA908
RGB
CMYK
RGB Variations
Color information
#EBA908 (or 0xEBA908) is known color: Gamboge. HEX triplet: EB, A9 and 08. RGB value is (235,169,8). Sum of RGB (Red+Green+Blue) = 235+169+8=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA908 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA908 is #1456F7. Grayscale: #ABABAB. Windows color (decimal): -1332984 or 567787. OLE color: 567787.
HSL color Cylindrical-coordinate representation of color #EBA908: hue angle of 42.56º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBA908 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 8 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.08 |
| HSL | 42.56º | 0.93% | 0.48% | - |
| HSV(B) | 42.56º | 0.97% | 0.92% | - |
| XYZ | 48.49 | 46.06 | 6.56 | - |
| YUV | 170.38 | 36.37 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 8 | 0 | 0.28 | 0.97 | 0.08 | 42.56 | 0.93 | 0.48 |
| Hex | EB | A9 | 8 | 0 | 1C | 61 | 8 | 2B | 5D | 30 |
| Octal | 353 | 251 | 10 | 0 | 34 | 141 | 10 | 53 | 135 | 60 |
| Binary | 11101011 | 10101001 | 1000 | 0 | 11100 | 1100001 | 1000 | 101011 | 1011101 | 110000 |
Color Harmonies of #EBA908
Complementary color
Monochromatic Colors of #EBA908
Black with #EBA908
Text Example
Text Example
White with #EBA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA908; }
p { color: rgb(235,169,8); }
H1.HeaderClassName
{
color: #EBA908;
}
.AnyTagClassName
{
color: #EBA908;
}
</style>
background-color css
<style>
a { background-color: #EBA908; }
a { background-color: rgb(235,169,8); }
div.DivClassName
{
background-color: #EBA908;
}
.BgClassName
{
background-color: #EBA908;
}
</style>
border-color css
<style>
span { border-color: #EBA908; }
span { border-color: rgb(235,169,8); }
td.TdClassName
{
border-color: #EBA908;
}
.TagClassName
{
border-color: #EBA908;
}
</style>