Shades of Gamboge #EBA718
Tints of Gamboge #EBA718
RGB
CMYK
RGB Variations
Color information
#EBA718 (or 0xEBA718) is known color: Gamboge. HEX triplet: EB, A7 and 18. RGB value is (235,167,24). Sum of RGB (Red+Green+Blue) = 235+167+24=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA718 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA718 is #1458E7. Grayscale: #ABABAB. Windows color (decimal): -1333480 or 1615851. OLE color: 1615851.
HSL color Cylindrical-coordinate representation of color #EBA718: hue angle of 40.66º 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 #EBA718 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 24 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.08 |
| HSL | 40.66º | 0.84% | 0.51% | - |
| HSV(B) | 40.66º | 0.9% | 0.92% | - |
| XYZ | 48.24 | 45.37 | 7.08 | - |
| YUV | 171.03 | 45.03 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 24 | 0 | 0.29 | 0.90 | 0.08 | 40.66 | 0.84 | 0.51 |
| Hex | EB | A7 | 18 | 0 | 1D | 5A | 8 | 29 | 54 | 33 |
| Octal | 353 | 247 | 30 | 0 | 35 | 132 | 10 | 51 | 124 | 63 |
| Binary | 11101011 | 10100111 | 11000 | 0 | 11101 | 1011010 | 1000 | 101001 | 1010100 | 110011 |
Color Harmonies of #EBA718
Complementary color
Monochromatic Colors of #EBA718
Black with #EBA718
Text Example
Text Example
White with #EBA718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA718; }
p { color: rgb(235,167,24); }
H1.HeaderClassName
{
color: #EBA718;
}
.AnyTagClassName
{
color: #EBA718;
}
</style>
background-color css
<style>
a { background-color: #EBA718; }
a { background-color: rgb(235,167,24); }
div.DivClassName
{
background-color: #EBA718;
}
.BgClassName
{
background-color: #EBA718;
}
</style>
border-color css
<style>
span { border-color: #EBA718; }
span { border-color: rgb(235,167,24); }
td.TdClassName
{
border-color: #EBA718;
}
.TagClassName
{
border-color: #EBA718;
}
</style>