Shades of Gamboge #EBA61C
Tints of Gamboge #EBA61C
RGB
CMYK
RGB Variations
Color information
#EBA61C (or 0xEBA61C) is known color: Gamboge. HEX triplet: EB, A6 and 1C. RGB value is (235,166,28). Sum of RGB (Red+Green+Blue) = 235+166+28=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA61C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA61C is #1459E3. Grayscale: #ABABAB. Windows color (decimal): -1333732 or 1877739. OLE color: 1877739.
HSL color Cylindrical-coordinate representation of color #EBA61C: hue angle of 40º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBA61C is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 28 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.08 |
| HSL | 40º | 0.84% | 0.52% | - |
| HSV(B) | 40º | 0.88% | 0.92% | - |
| XYZ | 48.11 | 45.02 | 7.25 | - |
| YUV | 170.9 | 47.36 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 28 | 0 | 0.29 | 0.88 | 0.08 | 40 | 0.84 | 0.52 |
| Hex | EB | A6 | 1C | 0 | 1D | 58 | 8 | 28 | 54 | 34 |
| Octal | 353 | 246 | 34 | 0 | 35 | 130 | 10 | 50 | 124 | 64 |
| Binary | 11101011 | 10100110 | 11100 | 0 | 11101 | 1011000 | 1000 | 101000 | 1010100 | 110100 |
Color Harmonies of #EBA61C
Complementary color
Monochromatic Colors of #EBA61C
Black with #EBA61C
Text Example
Text Example
White with #EBA61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA61C; }
p { color: rgb(235,166,28); }
H1.HeaderClassName
{
color: #EBA61C;
}
.AnyTagClassName
{
color: #EBA61C;
}
</style>
background-color css
<style>
a { background-color: #EBA61C; }
a { background-color: rgb(235,166,28); }
div.DivClassName
{
background-color: #EBA61C;
}
.BgClassName
{
background-color: #EBA61C;
}
</style>
border-color css
<style>
span { border-color: #EBA61C; }
span { border-color: rgb(235,166,28); }
td.TdClassName
{
border-color: #EBA61C;
}
.TagClassName
{
border-color: #EBA61C;
}
</style>