Shades of Gamboge #EBA707
Tints of Gamboge #EBA707
RGB
CMYK
RGB Variations
Color information
#EBA707 (or 0xEBA707) is known color: Gamboge. HEX triplet: EB, A7 and 07. RGB value is (235,167,7). Sum of RGB (Red+Green+Blue) = 235+167+7=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA707 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA707 is #1458F8. Grayscale: #A9A9A9. Windows color (decimal): -1333497 or 501739. OLE color: 501739.
HSL color Cylindrical-coordinate representation of color #EBA707: hue angle of 42.11º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBA707 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 7 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.08 |
| HSL | 42.11º | 0.94% | 0.47% | - |
| HSV(B) | 42.11º | 0.97% | 0.92% | - |
| XYZ | 48.12 | 45.31 | 6.41 | - |
| YUV | 169.09 | 36.53 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 7 | 0 | 0.29 | 0.97 | 0.08 | 42.11 | 0.94 | 0.47 |
| Hex | EB | A7 | 7 | 0 | 1D | 61 | 8 | 2A | 5E | 2F |
| Octal | 353 | 247 | 7 | 0 | 35 | 141 | 10 | 52 | 136 | 57 |
| Binary | 11101011 | 10100111 | 111 | 0 | 11101 | 1100001 | 1000 | 101010 | 1011110 | 101111 |
Color Harmonies of #EBA707
Complementary color
Monochromatic Colors of #EBA707
Black with #EBA707
Text Example
Text Example
White with #EBA707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA707; }
p { color: rgb(235,167,7); }
H1.HeaderClassName
{
color: #EBA707;
}
.AnyTagClassName
{
color: #EBA707;
}
</style>
background-color css
<style>
a { background-color: #EBA707; }
a { background-color: rgb(235,167,7); }
div.DivClassName
{
background-color: #EBA707;
}
.BgClassName
{
background-color: #EBA707;
}
</style>
border-color css
<style>
span { border-color: #EBA707; }
span { border-color: rgb(235,167,7); }
td.TdClassName
{
border-color: #EBA707;
}
.TagClassName
{
border-color: #EBA707;
}
</style>