Shades of Gamboge #EBA90F
Tints of Gamboge #EBA90F
RGB
CMYK
RGB Variations
Color information
#EBA90F (or 0xEBA90F) is known color: Gamboge. HEX triplet: EB, A9 and 0F. RGB value is (235,169,15). Sum of RGB (Red+Green+Blue) = 235+169+15=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA90F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA90F is #1456F0. Grayscale: #ABABAB. Windows color (decimal): -1332977 or 1026539. OLE color: 1026539.
HSL color Cylindrical-coordinate representation of color #EBA90F: hue angle of 42º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBA90F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 15 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.08 |
| HSL | 42º | 0.88% | 0.49% | - |
| HSV(B) | 42º | 0.94% | 0.92% | - |
| XYZ | 48.54 | 46.07 | 6.79 | - |
| YUV | 171.18 | 39.87 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 15 | 0 | 0.28 | 0.94 | 0.08 | 42 | 0.88 | 0.49 |
| Hex | EB | A9 | F | 0 | 1C | 5E | 8 | 2A | 58 | 31 |
| Octal | 353 | 251 | 17 | 0 | 34 | 136 | 10 | 52 | 130 | 61 |
| Binary | 11101011 | 10101001 | 1111 | 0 | 11100 | 1011110 | 1000 | 101010 | 1011000 | 110001 |
Color Harmonies of #EBA90F
Complementary color
Monochromatic Colors of #EBA90F
Black with #EBA90F
Text Example
Text Example
White with #EBA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA90F; }
p { color: rgb(235,169,15); }
H1.HeaderClassName
{
color: #EBA90F;
}
.AnyTagClassName
{
color: #EBA90F;
}
</style>
background-color css
<style>
a { background-color: #EBA90F; }
a { background-color: rgb(235,169,15); }
div.DivClassName
{
background-color: #EBA90F;
}
.BgClassName
{
background-color: #EBA90F;
}
</style>
border-color css
<style>
span { border-color: #EBA90F; }
span { border-color: rgb(235,169,15); }
td.TdClassName
{
border-color: #EBA90F;
}
.TagClassName
{
border-color: #EBA90F;
}
</style>