Shades of Gamboge #EBA70F
Tints of Gamboge #EBA70F
RGB
CMYK
RGB Variations
Color information
#EBA70F (or 0xEBA70F) is known color: Gamboge. HEX triplet: EB, A7 and 0F. RGB value is (235,167,15). Sum of RGB (Red+Green+Blue) = 235+167+15=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA70F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA70F is #1458F0. Grayscale: #AAAAAA. Windows color (decimal): -1333489 or 1026027. OLE color: 1026027.
HSL color Cylindrical-coordinate representation of color #EBA70F: hue angle of 41.45º 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 #EBA70F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 15 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.08 |
| HSL | 41.45º | 0.88% | 0.49% | - |
| HSV(B) | 41.45º | 0.94% | 0.92% | - |
| XYZ | 48.17 | 45.33 | 6.66 | - |
| YUV | 170 | 40.53 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 15 | 0 | 0.29 | 0.94 | 0.08 | 41.45 | 0.88 | 0.49 |
| Hex | EB | A7 | F | 0 | 1D | 5E | 8 | 29 | 58 | 31 |
| Octal | 353 | 247 | 17 | 0 | 35 | 136 | 10 | 51 | 130 | 61 |
| Binary | 11101011 | 10100111 | 1111 | 0 | 11101 | 1011110 | 1000 | 101001 | 1011000 | 110001 |
Color Harmonies of #EBA70F
Complementary color
Monochromatic Colors of #EBA70F
Black with #EBA70F
Text Example
Text Example
White with #EBA70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA70F; }
p { color: rgb(235,167,15); }
H1.HeaderClassName
{
color: #EBA70F;
}
.AnyTagClassName
{
color: #EBA70F;
}
</style>
background-color css
<style>
a { background-color: #EBA70F; }
a { background-color: rgb(235,167,15); }
div.DivClassName
{
background-color: #EBA70F;
}
.BgClassName
{
background-color: #EBA70F;
}
</style>
border-color css
<style>
span { border-color: #EBA70F; }
span { border-color: rgb(235,167,15); }
td.TdClassName
{
border-color: #EBA70F;
}
.TagClassName
{
border-color: #EBA70F;
}
</style>