Shades of Gamboge #EBA601
Tints of Gamboge #EBA601
RGB
CMYK
RGB Variations
Color information
#EBA601 (or 0xEBA601) is known color: Gamboge. HEX triplet: EB, A6 and 01. RGB value is (235,166,1). Sum of RGB (Red+Green+Blue) = 235+166+1=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA601 is #1459FE. Grayscale: #A8A8A8. Windows color (decimal): -1333759 or 108267. OLE color: 108267.
HSL color Cylindrical-coordinate representation of color #EBA601: hue angle of 42.31º 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 #EBA601 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.08 |
| HSL | 42.31º | 0.99% | 0.46% | - |
| HSV(B) | 42.31º | 1% | 0.92% | - |
| XYZ | 47.9 | 44.94 | 6.18 | - |
| YUV | 167.82 | 33.86 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 1 | 0 | 0.29 | 1.00 | 0.08 | 42.31 | 0.99 | 0.46 |
| Hex | EB | A6 | 1 | 0 | 1D | 64 | 8 | 2A | 63 | 2E |
| Octal | 353 | 246 | 1 | 0 | 35 | 144 | 10 | 52 | 143 | 56 |
| Binary | 11101011 | 10100110 | 1 | 0 | 11101 | 1100100 | 1000 | 101010 | 1100011 | 101110 |
Color Harmonies of #EBA601
Complementary color
Monochromatic Colors of #EBA601
Black with #EBA601
Text Example
Text Example
White with #EBA601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA601; }
p { color: rgb(235,166,1); }
H1.HeaderClassName
{
color: #EBA601;
}
.AnyTagClassName
{
color: #EBA601;
}
</style>
background-color css
<style>
a { background-color: #EBA601; }
a { background-color: rgb(235,166,1); }
div.DivClassName
{
background-color: #EBA601;
}
.BgClassName
{
background-color: #EBA601;
}
</style>
border-color css
<style>
span { border-color: #EBA601; }
span { border-color: rgb(235,166,1); }
td.TdClassName
{
border-color: #EBA601;
}
.TagClassName
{
border-color: #EBA601;
}
</style>