Shades of Gamboge #EBA306
Tints of Gamboge #EBA306
RGB
CMYK
RGB Variations
Color information
#EBA306 (or 0xEBA306) is known color: Gamboge. HEX triplet: EB, A3 and 06. RGB value is (235,163,6). Sum of RGB (Red+Green+Blue) = 235+163+6=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA306 is #145CF9. Grayscale: #A7A7A7. Windows color (decimal): -1334522 or 435179. OLE color: 435179.
HSL color Cylindrical-coordinate representation of color #EBA306: hue angle of 41.14º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBA306 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 6 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.08 |
| HSL | 41.14º | 0.95% | 0.47% | - |
| HSV(B) | 41.14º | 0.97% | 0.92% | - |
| XYZ | 47.39 | 43.87 | 6.14 | - |
| YUV | 166.63 | 37.35 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 6 | 0 | 0.31 | 0.97 | 0.08 | 41.14 | 0.95 | 0.47 |
| Hex | EB | A3 | 6 | 0 | 1F | 61 | 8 | 29 | 5F | 2F |
| Octal | 353 | 243 | 6 | 0 | 37 | 141 | 10 | 51 | 137 | 57 |
| Binary | 11101011 | 10100011 | 110 | 0 | 11111 | 1100001 | 1000 | 101001 | 1011111 | 101111 |
Color Harmonies of #EBA306
Complementary color
Monochromatic Colors of #EBA306
Black with #EBA306
Text Example
Text Example
White with #EBA306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA306; }
p { color: rgb(235,163,6); }
H1.HeaderClassName
{
color: #EBA306;
}
.AnyTagClassName
{
color: #EBA306;
}
</style>
background-color css
<style>
a { background-color: #EBA306; }
a { background-color: rgb(235,163,6); }
div.DivClassName
{
background-color: #EBA306;
}
.BgClassName
{
background-color: #EBA306;
}
</style>
border-color css
<style>
span { border-color: #EBA306; }
span { border-color: rgb(235,163,6); }
td.TdClassName
{
border-color: #EBA306;
}
.TagClassName
{
border-color: #EBA306;
}
</style>