Shades of Gamboge #EBA801
Tints of Gamboge #EBA801
RGB
CMYK
RGB Variations
Color information
#EBA801 (or 0xEBA801) is known color: Gamboge. HEX triplet: EB, A8 and 01. RGB value is (235,168,1). Sum of RGB (Red+Green+Blue) = 235+168+1=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA801 is #1457FE. Grayscale: #A9A9A9. Windows color (decimal): -1333247 or 108779. OLE color: 108779.
HSL color Cylindrical-coordinate representation of color #EBA801: hue angle of 42.82º 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 #EBA801 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.08 |
| HSL | 42.82º | 0.99% | 0.46% | - |
| HSV(B) | 42.82º | 1% | 0.92% | - |
| XYZ | 48.27 | 45.67 | 6.3 | - |
| YUV | 169 | 33.2 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 1 | 0 | 0.29 | 1.00 | 0.08 | 42.82 | 0.99 | 0.46 |
| Hex | EB | A8 | 1 | 0 | 1D | 64 | 8 | 2B | 63 | 2E |
| Octal | 353 | 250 | 1 | 0 | 35 | 144 | 10 | 53 | 143 | 56 |
| Binary | 11101011 | 10101000 | 1 | 0 | 11101 | 1100100 | 1000 | 101011 | 1100011 | 101110 |
Color Harmonies of #EBA801
Complementary color
Monochromatic Colors of #EBA801
Black with #EBA801
Text Example
Text Example
White with #EBA801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA801; }
p { color: rgb(235,168,1); }
H1.HeaderClassName
{
color: #EBA801;
}
.AnyTagClassName
{
color: #EBA801;
}
</style>
background-color css
<style>
a { background-color: #EBA801; }
a { background-color: rgb(235,168,1); }
div.DivClassName
{
background-color: #EBA801;
}
.BgClassName
{
background-color: #EBA801;
}
</style>
border-color css
<style>
span { border-color: #EBA801; }
span { border-color: rgb(235,168,1); }
td.TdClassName
{
border-color: #EBA801;
}
.TagClassName
{
border-color: #EBA801;
}
</style>