Shades of Gamboge #EBA01B
Tints of Gamboge #EBA01B
RGB
CMYK
RGB Variations
Color information
#EBA01B (or 0xEBA01B) is known color: Gamboge. HEX triplet: EB, A0 and 1B. RGB value is (235,160,27). Sum of RGB (Red+Green+Blue) = 235+160+27=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA01B is #145FE4. Grayscale: #A7A7A7. Windows color (decimal): -1335269 or 1810667. OLE color: 1810667.
HSL color Cylindrical-coordinate representation of color #EBA01B: hue angle of 38.37º 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 #EBA01B is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 27 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.08 |
| HSL | 38.37º | 0.84% | 0.51% | - |
| HSV(B) | 38.37º | 0.89% | 0.92% | - |
| XYZ | 47.03 | 42.88 | 6.84 | - |
| YUV | 167.26 | 48.85 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 27 | 0 | 0.32 | 0.89 | 0.08 | 38.37 | 0.84 | 0.51 |
| Hex | EB | A0 | 1B | 0 | 20 | 59 | 8 | 26 | 54 | 33 |
| Octal | 353 | 240 | 33 | 0 | 40 | 131 | 10 | 46 | 124 | 63 |
| Binary | 11101011 | 10100000 | 11011 | 0 | 100000 | 1011001 | 1000 | 100110 | 1010100 | 110011 |
Color Harmonies of #EBA01B
Complementary color
Monochromatic Colors of #EBA01B
Black with #EBA01B
Text Example
Text Example
White with #EBA01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA01B; }
p { color: rgb(235,160,27); }
H1.HeaderClassName
{
color: #EBA01B;
}
.AnyTagClassName
{
color: #EBA01B;
}
</style>
background-color css
<style>
a { background-color: #EBA01B; }
a { background-color: rgb(235,160,27); }
div.DivClassName
{
background-color: #EBA01B;
}
.BgClassName
{
background-color: #EBA01B;
}
</style>
border-color css
<style>
span { border-color: #EBA01B; }
span { border-color: rgb(235,160,27); }
td.TdClassName
{
border-color: #EBA01B;
}
.TagClassName
{
border-color: #EBA01B;
}
</style>