Shades of Gamboge #EBA701
Tints of Gamboge #EBA701
RGB
CMYK
RGB Variations
Color information
#EBA701 (or 0xEBA701) is known color: Gamboge. HEX triplet: EB, A7 and 01. RGB value is (235,167,1). Sum of RGB (Red+Green+Blue) = 235+167+1=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA701 is #1458FE. Grayscale: #A9A9A9. Windows color (decimal): -1333503 or 108523. OLE color: 108523.
HSL color Cylindrical-coordinate representation of color #EBA701: hue angle of 42.56º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBA701 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.08 |
| HSL | 42.56º | 0.99% | 0.46% | - |
| HSV(B) | 42.56º | 1% | 0.92% | - |
| XYZ | 48.09 | 45.3 | 6.24 | - |
| YUV | 168.41 | 33.53 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 1 | 0 | 0.29 | 1.00 | 0.08 | 42.56 | 0.99 | 0.46 |
| Hex | EB | A7 | 1 | 0 | 1D | 64 | 8 | 2B | 63 | 2E |
| Octal | 353 | 247 | 1 | 0 | 35 | 144 | 10 | 53 | 143 | 56 |
| Binary | 11101011 | 10100111 | 1 | 0 | 11101 | 1100100 | 1000 | 101011 | 1100011 | 101110 |
Color Harmonies of #EBA701
Complementary color
Monochromatic Colors of #EBA701
Black with #EBA701
Text Example
Text Example
White with #EBA701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA701; }
p { color: rgb(235,167,1); }
H1.HeaderClassName
{
color: #EBA701;
}
.AnyTagClassName
{
color: #EBA701;
}
</style>
background-color css
<style>
a { background-color: #EBA701; }
a { background-color: rgb(235,167,1); }
div.DivClassName
{
background-color: #EBA701;
}
.BgClassName
{
background-color: #EBA701;
}
</style>
border-color css
<style>
span { border-color: #EBA701; }
span { border-color: rgb(235,167,1); }
td.TdClassName
{
border-color: #EBA701;
}
.TagClassName
{
border-color: #EBA701;
}
</style>