Shades of Gamboge #EBA00A
Tints of Gamboge #EBA00A
RGB
CMYK
RGB Variations
Color information
#EBA00A (or 0xEBA00A) is known color: Gamboge. HEX triplet: EB, A0 and 0A. RGB value is (235,160,10). Sum of RGB (Red+Green+Blue) = 235+160+10=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA00A is #145FF5. Grayscale: #A5A5A5. Windows color (decimal): -1335286 or 696555. OLE color: 696555.
HSL color Cylindrical-coordinate representation of color #EBA00A: hue angle of 40º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EBA00A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 10 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.08 |
| HSL | 40º | 0.92% | 0.48% | - |
| HSV(B) | 40º | 0.96% | 0.92% | - |
| XYZ | 46.89 | 42.83 | 6.08 | - |
| YUV | 165.33 | 40.35 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 10 | 0 | 0.32 | 0.96 | 0.08 | 40 | 0.92 | 0.48 |
| Hex | EB | A0 | A | 0 | 20 | 60 | 8 | 28 | 5C | 30 |
| Octal | 353 | 240 | 12 | 0 | 40 | 140 | 10 | 50 | 134 | 60 |
| Binary | 11101011 | 10100000 | 1010 | 0 | 100000 | 1100000 | 1000 | 101000 | 1011100 | 110000 |
Color Harmonies of #EBA00A
Complementary color
Monochromatic Colors of #EBA00A
Black with #EBA00A
Text Example
Text Example
White with #EBA00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA00A; }
p { color: rgb(235,160,10); }
H1.HeaderClassName
{
color: #EBA00A;
}
.AnyTagClassName
{
color: #EBA00A;
}
</style>
background-color css
<style>
a { background-color: #EBA00A; }
a { background-color: rgb(235,160,10); }
div.DivClassName
{
background-color: #EBA00A;
}
.BgClassName
{
background-color: #EBA00A;
}
</style>
border-color css
<style>
span { border-color: #EBA00A; }
span { border-color: rgb(235,160,10); }
td.TdClassName
{
border-color: #EBA00A;
}
.TagClassName
{
border-color: #EBA00A;
}
</style>