Shades of Gamboge #EBA81A
Tints of Gamboge #EBA81A
RGB
CMYK
RGB Variations
Color information
#EBA81A (or 0xEBA81A) is known color: Gamboge. HEX triplet: EB, A8 and 1A. RGB value is (235,168,26). Sum of RGB (Red+Green+Blue) = 235+168+26=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA81A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA81A is #1457E5. Grayscale: #ACACAC. Windows color (decimal): -1333222 or 1747179. OLE color: 1747179.
HSL color Cylindrical-coordinate representation of color #EBA81A: hue angle of 40.77º 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 #EBA81A is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 26 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.08 |
| HSL | 40.77º | 0.84% | 0.51% | - |
| HSV(B) | 40.77º | 0.89% | 0.92% | - |
| XYZ | 48.45 | 45.74 | 7.25 | - |
| YUV | 171.85 | 45.7 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 26 | 0 | 0.29 | 0.89 | 0.08 | 40.77 | 0.84 | 0.51 |
| Hex | EB | A8 | 1A | 0 | 1D | 59 | 8 | 29 | 54 | 33 |
| Octal | 353 | 250 | 32 | 0 | 35 | 131 | 10 | 51 | 124 | 63 |
| Binary | 11101011 | 10101000 | 11010 | 0 | 11101 | 1011001 | 1000 | 101001 | 1010100 | 110011 |
Color Harmonies of #EBA81A
Complementary color
Monochromatic Colors of #EBA81A
Black with #EBA81A
Text Example
Text Example
White with #EBA81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA81A; }
p { color: rgb(235,168,26); }
H1.HeaderClassName
{
color: #EBA81A;
}
.AnyTagClassName
{
color: #EBA81A;
}
</style>
background-color css
<style>
a { background-color: #EBA81A; }
a { background-color: rgb(235,168,26); }
div.DivClassName
{
background-color: #EBA81A;
}
.BgClassName
{
background-color: #EBA81A;
}
</style>
border-color css
<style>
span { border-color: #EBA81A; }
span { border-color: rgb(235,168,26); }
td.TdClassName
{
border-color: #EBA81A;
}
.TagClassName
{
border-color: #EBA81A;
}
</style>