Shades of Gamboge #EBA012
Tints of Gamboge #EBA012
RGB
CMYK
RGB Variations
Color information
#EBA012 (or 0xEBA012) is known color: Gamboge. HEX triplet: EB, A0 and 12. RGB value is (235,160,18). Sum of RGB (Red+Green+Blue) = 235+160+18=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA012 is #145FED. Grayscale: #A6A6A6. Windows color (decimal): -1335278 or 1220843. OLE color: 1220843.
HSL color Cylindrical-coordinate representation of color #EBA012: hue angle of 39.26º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBA012 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.08 |
| HSL | 39.26º | 0.86% | 0.5% | - |
| HSV(B) | 39.26º | 0.92% | 0.92% | - |
| XYZ | 46.94 | 42.85 | 6.37 | - |
| YUV | 166.24 | 44.35 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 18 | 0 | 0.32 | 0.92 | 0.08 | 39.26 | 0.86 | 0.5 |
| Hex | EB | A0 | 12 | 0 | 20 | 5C | 8 | 27 | 56 | 32 |
| Octal | 353 | 240 | 22 | 0 | 40 | 134 | 10 | 47 | 126 | 62 |
| Binary | 11101011 | 10100000 | 10010 | 0 | 100000 | 1011100 | 1000 | 100111 | 1010110 | 110010 |
Color Harmonies of #EBA012
Complementary color
Monochromatic Colors of #EBA012
Black with #EBA012
Text Example
Text Example
White with #EBA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA012; }
p { color: rgb(235,160,18); }
H1.HeaderClassName
{
color: #EBA012;
}
.AnyTagClassName
{
color: #EBA012;
}
</style>
background-color css
<style>
a { background-color: #EBA012; }
a { background-color: rgb(235,160,18); }
div.DivClassName
{
background-color: #EBA012;
}
.BgClassName
{
background-color: #EBA012;
}
</style>
border-color css
<style>
span { border-color: #EBA012; }
span { border-color: rgb(235,160,18); }
td.TdClassName
{
border-color: #EBA012;
}
.TagClassName
{
border-color: #EBA012;
}
</style>