Shades of Gamboge #EBA001
Tints of Gamboge #EBA001
RGB
CMYK
RGB Variations
Color information
#EBA001 (or 0xEBA001) is known color: Gamboge. HEX triplet: EB, A0 and 01. RGB value is (235,160,1). Sum of RGB (Red+Green+Blue) = 235+160+1=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA001 is #145FFE. Grayscale: #A5A5A5. Windows color (decimal): -1335295 or 106731. OLE color: 106731.
HSL color Cylindrical-coordinate representation of color #EBA001: hue angle of 40.77º 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 #EBA001 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.08 |
| HSL | 40.77º | 0.99% | 0.46% | - |
| HSV(B) | 40.77º | 1% | 0.92% | - |
| XYZ | 46.84 | 42.81 | 5.82 | - |
| YUV | 164.3 | 35.85 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 1 | 0 | 0.32 | 1.00 | 0.08 | 40.77 | 0.99 | 0.46 |
| Hex | EB | A0 | 1 | 0 | 20 | 64 | 8 | 29 | 63 | 2E |
| Octal | 353 | 240 | 1 | 0 | 40 | 144 | 10 | 51 | 143 | 56 |
| Binary | 11101011 | 10100000 | 1 | 0 | 100000 | 1100100 | 1000 | 101001 | 1100011 | 101110 |
Color Harmonies of #EBA001
Complementary color
Monochromatic Colors of #EBA001
Black with #EBA001
Text Example
Text Example
White with #EBA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA001; }
p { color: rgb(235,160,1); }
H1.HeaderClassName
{
color: #EBA001;
}
.AnyTagClassName
{
color: #EBA001;
}
</style>
background-color css
<style>
a { background-color: #EBA001; }
a { background-color: rgb(235,160,1); }
div.DivClassName
{
background-color: #EBA001;
}
.BgClassName
{
background-color: #EBA001;
}
</style>
border-color css
<style>
span { border-color: #EBA001; }
span { border-color: rgb(235,160,1); }
td.TdClassName
{
border-color: #EBA001;
}
.TagClassName
{
border-color: #EBA001;
}
</style>