Shades of Gamboge #EBA412
Tints of Gamboge #EBA412
RGB
CMYK
RGB Variations
Color information
#EBA412 (or 0xEBA412) is known color: Gamboge. HEX triplet: EB, A4 and 12. RGB value is (235,164,18). Sum of RGB (Red+Green+Blue) = 235+164+18=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA412 is #145BED. Grayscale: #A9A9A9. Windows color (decimal): -1334254 or 1221867. OLE color: 1221867.
HSL color Cylindrical-coordinate representation of color #EBA412: hue angle of 40.37º 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 #EBA412 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 18 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.08 |
| HSL | 40.37º | 0.86% | 0.5% | - |
| HSV(B) | 40.37º | 0.92% | 0.92% | - |
| XYZ | 47.65 | 44.26 | 6.6 | - |
| YUV | 168.59 | 43.02 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 18 | 0 | 0.30 | 0.92 | 0.08 | 40.37 | 0.86 | 0.5 |
| Hex | EB | A4 | 12 | 0 | 1E | 5C | 8 | 28 | 56 | 32 |
| Octal | 353 | 244 | 22 | 0 | 36 | 134 | 10 | 50 | 126 | 62 |
| Binary | 11101011 | 10100100 | 10010 | 0 | 11110 | 1011100 | 1000 | 101000 | 1010110 | 110010 |
Color Harmonies of #EBA412
Complementary color
Monochromatic Colors of #EBA412
Black with #EBA412
Text Example
Text Example
White with #EBA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA412; }
p { color: rgb(235,164,18); }
H1.HeaderClassName
{
color: #EBA412;
}
.AnyTagClassName
{
color: #EBA412;
}
</style>
background-color css
<style>
a { background-color: #EBA412; }
a { background-color: rgb(235,164,18); }
div.DivClassName
{
background-color: #EBA412;
}
.BgClassName
{
background-color: #EBA412;
}
</style>
border-color css
<style>
span { border-color: #EBA412; }
span { border-color: rgb(235,164,18); }
td.TdClassName
{
border-color: #EBA412;
}
.TagClassName
{
border-color: #EBA412;
}
</style>