Shades of Gamboge #EBA209
Tints of Gamboge #EBA209
RGB
CMYK
RGB Variations
Color information
#EBA209 (or 0xEBA209) is known color: Gamboge. HEX triplet: EB, A2 and 09. RGB value is (235,162,9). Sum of RGB (Red+Green+Blue) = 235+162+9=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 9 (3.91% from 255 or 2.22% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA209 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA209 is #145DF6. Grayscale: #A7A7A7. Windows color (decimal): -1334775 or 631531. OLE color: 631531.
HSL color Cylindrical-coordinate representation of color #EBA209: hue angle of 40.62º degrees, saturation: 0.93, 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 #EBA209 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.08 |
| HSL | 40.62º | 0.93% | 0.48% | - |
| HSV(B) | 40.62º | 0.96% | 0.92% | - |
| XYZ | 47.23 | 43.52 | 6.17 | - |
| YUV | 166.39 | 39.18 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 9 | 0 | 0.31 | 0.96 | 0.08 | 40.62 | 0.93 | 0.48 |
| Hex | EB | A2 | 9 | 0 | 1F | 60 | 8 | 29 | 5D | 30 |
| Octal | 353 | 242 | 11 | 0 | 37 | 140 | 10 | 51 | 135 | 60 |
| Binary | 11101011 | 10100010 | 1001 | 0 | 11111 | 1100000 | 1000 | 101001 | 1011101 | 110000 |
Color Harmonies of #EBA209
Complementary color
Monochromatic Colors of #EBA209
Black with #EBA209
Text Example
Text Example
White with #EBA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA209; }
p { color: rgb(235,162,9); }
H1.HeaderClassName
{
color: #EBA209;
}
.AnyTagClassName
{
color: #EBA209;
}
</style>
background-color css
<style>
a { background-color: #EBA209; }
a { background-color: rgb(235,162,9); }
div.DivClassName
{
background-color: #EBA209;
}
.BgClassName
{
background-color: #EBA209;
}
</style>
border-color css
<style>
span { border-color: #EBA209; }
span { border-color: rgb(235,162,9); }
td.TdClassName
{
border-color: #EBA209;
}
.TagClassName
{
border-color: #EBA209;
}
</style>