Shades of Gamboge #EBA00E
Tints of Gamboge #EBA00E
RGB
CMYK
RGB Variations
Color information
#EBA00E (or 0xEBA00E) is known color: Gamboge. HEX triplet: EB, A0 and 0E. RGB value is (235,160,14). Sum of RGB (Red+Green+Blue) = 235+160+14=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA00E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA00E is #145FF1. Grayscale: #A6A6A6. Windows color (decimal): -1335282 or 958699. OLE color: 958699.
HSL color Cylindrical-coordinate representation of color #EBA00E: hue angle of 39.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBA00E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.08 |
| HSL | 39.64º | 0.89% | 0.49% | - |
| HSV(B) | 39.64º | 0.94% | 0.92% | - |
| XYZ | 46.91 | 42.84 | 6.21 | - |
| YUV | 165.78 | 42.35 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 14 | 0 | 0.32 | 0.94 | 0.08 | 39.64 | 0.89 | 0.49 |
| Hex | EB | A0 | E | 0 | 20 | 5E | 8 | 28 | 59 | 31 |
| Octal | 353 | 240 | 16 | 0 | 40 | 136 | 10 | 50 | 131 | 61 |
| Binary | 11101011 | 10100000 | 1110 | 0 | 100000 | 1011110 | 1000 | 101000 | 1011001 | 110001 |
Color Harmonies of #EBA00E
Complementary color
Monochromatic Colors of #EBA00E
Black with #EBA00E
Text Example
Text Example
White with #EBA00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA00E; }
p { color: rgb(235,160,14); }
H1.HeaderClassName
{
color: #EBA00E;
}
.AnyTagClassName
{
color: #EBA00E;
}
</style>
background-color css
<style>
a { background-color: #EBA00E; }
a { background-color: rgb(235,160,14); }
div.DivClassName
{
background-color: #EBA00E;
}
.BgClassName
{
background-color: #EBA00E;
}
</style>
border-color css
<style>
span { border-color: #EBA00E; }
span { border-color: rgb(235,160,14); }
td.TdClassName
{
border-color: #EBA00E;
}
.TagClassName
{
border-color: #EBA00E;
}
</style>