Shades of Gamboge #EBA71B
Tints of Gamboge #EBA71B
RGB
CMYK
RGB Variations
Color information
#EBA71B (or 0xEBA71B) is known color: Gamboge. HEX triplet: EB, A7 and 1B. RGB value is (235,167,27). Sum of RGB (Red+Green+Blue) = 235+167+27=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA71B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA71B is #1458E4. Grayscale: #ACACAC. Windows color (decimal): -1333477 or 1812459. OLE color: 1812459.
HSL color Cylindrical-coordinate representation of color #EBA71B: hue angle of 40.38º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBA71B is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 27 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.08 |
| HSL | 40.38º | 0.84% | 0.51% | - |
| HSV(B) | 40.38º | 0.89% | 0.92% | - |
| XYZ | 48.28 | 45.38 | 7.25 | - |
| YUV | 171.37 | 46.53 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 27 | 0 | 0.29 | 0.89 | 0.08 | 40.38 | 0.84 | 0.51 |
| Hex | EB | A7 | 1B | 0 | 1D | 59 | 8 | 28 | 54 | 33 |
| Octal | 353 | 247 | 33 | 0 | 35 | 131 | 10 | 50 | 124 | 63 |
| Binary | 11101011 | 10100111 | 11011 | 0 | 11101 | 1011001 | 1000 | 101000 | 1010100 | 110011 |
Color Harmonies of #EBA71B
Complementary color
Monochromatic Colors of #EBA71B
Black with #EBA71B
Text Example
Text Example
White with #EBA71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA71B; }
p { color: rgb(235,167,27); }
H1.HeaderClassName
{
color: #EBA71B;
}
.AnyTagClassName
{
color: #EBA71B;
}
</style>
background-color css
<style>
a { background-color: #EBA71B; }
a { background-color: rgb(235,167,27); }
div.DivClassName
{
background-color: #EBA71B;
}
.BgClassName
{
background-color: #EBA71B;
}
</style>
border-color css
<style>
span { border-color: #EBA71B; }
span { border-color: rgb(235,167,27); }
td.TdClassName
{
border-color: #EBA71B;
}
.TagClassName
{
border-color: #EBA71B;
}
</style>