Shades of Gamboge #EBA61A
Tints of Gamboge #EBA61A
RGB
CMYK
RGB Variations
Color information
#EBA61A (or 0xEBA61A) is known color: Gamboge. HEX triplet: EB, A6 and 1A. RGB value is (235,166,26). Sum of RGB (Red+Green+Blue) = 235+166+26=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA61A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA61A is #1459E5. Grayscale: #ABABAB. Windows color (decimal): -1333734 or 1746667. OLE color: 1746667.
HSL color Cylindrical-coordinate representation of color #EBA61A: hue angle of 40.19º 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 #EBA61A is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 26 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.08 |
| HSL | 40.19º | 0.84% | 0.51% | - |
| HSV(B) | 40.19º | 0.89% | 0.92% | - |
| XYZ | 48.08 | 45.01 | 7.13 | - |
| YUV | 170.67 | 46.36 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 26 | 0 | 0.29 | 0.89 | 0.08 | 40.19 | 0.84 | 0.51 |
| Hex | EB | A6 | 1A | 0 | 1D | 59 | 8 | 28 | 54 | 33 |
| Octal | 353 | 246 | 32 | 0 | 35 | 131 | 10 | 50 | 124 | 63 |
| Binary | 11101011 | 10100110 | 11010 | 0 | 11101 | 1011001 | 1000 | 101000 | 1010100 | 110011 |
Color Harmonies of #EBA61A
Complementary color
Monochromatic Colors of #EBA61A
Black with #EBA61A
Text Example
Text Example
White with #EBA61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA61A; }
p { color: rgb(235,166,26); }
H1.HeaderClassName
{
color: #EBA61A;
}
.AnyTagClassName
{
color: #EBA61A;
}
</style>
background-color css
<style>
a { background-color: #EBA61A; }
a { background-color: rgb(235,166,26); }
div.DivClassName
{
background-color: #EBA61A;
}
.BgClassName
{
background-color: #EBA61A;
}
</style>
border-color css
<style>
span { border-color: #EBA61A; }
span { border-color: rgb(235,166,26); }
td.TdClassName
{
border-color: #EBA61A;
}
.TagClassName
{
border-color: #EBA61A;
}
</style>