Shades of Gamboge #EBA014
Tints of Gamboge #EBA014
RGB
CMYK
RGB Variations
Color information
#EBA014 (or 0xEBA014) is known color: Gamboge. HEX triplet: EB, A0 and 14. RGB value is (235,160,20). Sum of RGB (Red+Green+Blue) = 235+160+20=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA014 is #145FEB. Grayscale: #A7A7A7. Windows color (decimal): -1335276 or 1351915. OLE color: 1351915.
HSL color Cylindrical-coordinate representation of color #EBA014: hue angle of 39.07º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBA014 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 20 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.08 |
| HSL | 39.07º | 0.84% | 0.5% | - |
| HSV(B) | 39.07º | 0.91% | 0.92% | - |
| XYZ | 46.96 | 42.85 | 6.46 | - |
| YUV | 166.47 | 45.35 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 20 | 0 | 0.32 | 0.91 | 0.08 | 39.07 | 0.84 | 0.5 |
| Hex | EB | A0 | 14 | 0 | 20 | 5B | 8 | 27 | 54 | 32 |
| Octal | 353 | 240 | 24 | 0 | 40 | 133 | 10 | 47 | 124 | 62 |
| Binary | 11101011 | 10100000 | 10100 | 0 | 100000 | 1011011 | 1000 | 100111 | 1010100 | 110010 |
Color Harmonies of #EBA014
Complementary color
Monochromatic Colors of #EBA014
Black with #EBA014
Text Example
Text Example
White with #EBA014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA014; }
p { color: rgb(235,160,20); }
H1.HeaderClassName
{
color: #EBA014;
}
.AnyTagClassName
{
color: #EBA014;
}
</style>
background-color css
<style>
a { background-color: #EBA014; }
a { background-color: rgb(235,160,20); }
div.DivClassName
{
background-color: #EBA014;
}
.BgClassName
{
background-color: #EBA014;
}
</style>
border-color css
<style>
span { border-color: #EBA014; }
span { border-color: rgb(235,160,20); }
td.TdClassName
{
border-color: #EBA014;
}
.TagClassName
{
border-color: #EBA014;
}
</style>