Shades of Gamboge #EBA107
Tints of Gamboge #EBA107
RGB
CMYK
RGB Variations
Color information
#EBA107 (or 0xEBA107) is known color: Gamboge. HEX triplet: EB, A1 and 07. RGB value is (235,161,7). Sum of RGB (Red+Green+Blue) = 235+161+7=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA107 is #145EF8. Grayscale: #A6A6A6. Windows color (decimal): -1335033 or 500203. OLE color: 500203.
HSL color Cylindrical-coordinate representation of color #EBA107: hue angle of 40.53º degrees, saturation: 0.94, 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 #EBA107 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.08 |
| HSL | 40.53º | 0.94% | 0.47% | - |
| HSV(B) | 40.53º | 0.97% | 0.92% | - |
| XYZ | 47.04 | 43.17 | 6.05 | - |
| YUV | 165.57 | 38.52 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 7 | 0 | 0.31 | 0.97 | 0.08 | 40.53 | 0.94 | 0.47 |
| Hex | EB | A1 | 7 | 0 | 1F | 61 | 8 | 29 | 5E | 2F |
| Octal | 353 | 241 | 7 | 0 | 37 | 141 | 10 | 51 | 136 | 57 |
| Binary | 11101011 | 10100001 | 111 | 0 | 11111 | 1100001 | 1000 | 101001 | 1011110 | 101111 |
Color Harmonies of #EBA107
Complementary color
Monochromatic Colors of #EBA107
Black with #EBA107
Text Example
Text Example
White with #EBA107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA107; }
p { color: rgb(235,161,7); }
H1.HeaderClassName
{
color: #EBA107;
}
.AnyTagClassName
{
color: #EBA107;
}
</style>
background-color css
<style>
a { background-color: #EBA107; }
a { background-color: rgb(235,161,7); }
div.DivClassName
{
background-color: #EBA107;
}
.BgClassName
{
background-color: #EBA107;
}
</style>
border-color css
<style>
span { border-color: #EBA107; }
span { border-color: rgb(235,161,7); }
td.TdClassName
{
border-color: #EBA107;
}
.TagClassName
{
border-color: #EBA107;
}
</style>