Shades of Gamboge #EBA918
Tints of Gamboge #EBA918
RGB
CMYK
RGB Variations
Color information
#EBA918 (or 0xEBA918) is known color: Gamboge. HEX triplet: EB, A9 and 18. RGB value is (235,169,24). Sum of RGB (Red+Green+Blue) = 235+169+24=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA918 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA918 is #1456E7. Grayscale: #ACACAC. Windows color (decimal): -1332968 or 1616363. OLE color: 1616363.
HSL color Cylindrical-coordinate representation of color #EBA918: hue angle of 41.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBA918 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 24 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.08 |
| HSL | 41.23º | 0.84% | 0.51% | - |
| HSV(B) | 41.23º | 0.9% | 0.92% | - |
| XYZ | 48.61 | 46.1 | 7.2 | - |
| YUV | 172.2 | 44.37 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 24 | 0 | 0.28 | 0.90 | 0.08 | 41.23 | 0.84 | 0.51 |
| Hex | EB | A9 | 18 | 0 | 1C | 5A | 8 | 29 | 54 | 33 |
| Octal | 353 | 251 | 30 | 0 | 34 | 132 | 10 | 51 | 124 | 63 |
| Binary | 11101011 | 10101001 | 11000 | 0 | 11100 | 1011010 | 1000 | 101001 | 1010100 | 110011 |
Color Harmonies of #EBA918
Complementary color
Monochromatic Colors of #EBA918
Black with #EBA918
Text Example
Text Example
White with #EBA918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA918; }
p { color: rgb(235,169,24); }
H1.HeaderClassName
{
color: #EBA918;
}
.AnyTagClassName
{
color: #EBA918;
}
</style>
background-color css
<style>
a { background-color: #EBA918; }
a { background-color: rgb(235,169,24); }
div.DivClassName
{
background-color: #EBA918;
}
.BgClassName
{
background-color: #EBA918;
}
</style>
border-color css
<style>
span { border-color: #EBA918; }
span { border-color: rgb(235,169,24); }
td.TdClassName
{
border-color: #EBA918;
}
.TagClassName
{
border-color: #EBA918;
}
</style>