Shades of Gamboge #EBA70D
Tints of Gamboge #EBA70D
RGB
CMYK
RGB Variations
Color information
#EBA70D (or 0xEBA70D) is known color: Gamboge. HEX triplet: EB, A7 and 0D. RGB value is (235,167,13). Sum of RGB (Red+Green+Blue) = 235+167+13=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA70D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA70D is #1458F2. Grayscale: #AAAAAA. Windows color (decimal): -1333491 or 894955. OLE color: 894955.
HSL color Cylindrical-coordinate representation of color #EBA70D: hue angle of 41.62º degrees, saturation: 0.9, 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 #EBA70D is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 13 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.08 |
| HSL | 41.62º | 0.9% | 0.49% | - |
| HSV(B) | 41.62º | 0.94% | 0.92% | - |
| XYZ | 48.15 | 45.33 | 6.59 | - |
| YUV | 169.78 | 39.53 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 13 | 0 | 0.29 | 0.94 | 0.08 | 41.62 | 0.9 | 0.49 |
| Hex | EB | A7 | D | 0 | 1D | 5E | 8 | 2A | 5A | 31 |
| Octal | 353 | 247 | 15 | 0 | 35 | 136 | 10 | 52 | 132 | 61 |
| Binary | 11101011 | 10100111 | 1101 | 0 | 11101 | 1011110 | 1000 | 101010 | 1011010 | 110001 |
Color Harmonies of #EBA70D
Complementary color
Monochromatic Colors of #EBA70D
Black with #EBA70D
Text Example
Text Example
White with #EBA70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA70D; }
p { color: rgb(235,167,13); }
H1.HeaderClassName
{
color: #EBA70D;
}
.AnyTagClassName
{
color: #EBA70D;
}
</style>
background-color css
<style>
a { background-color: #EBA70D; }
a { background-color: rgb(235,167,13); }
div.DivClassName
{
background-color: #EBA70D;
}
.BgClassName
{
background-color: #EBA70D;
}
</style>
border-color css
<style>
span { border-color: #EBA70D; }
span { border-color: rgb(235,167,13); }
td.TdClassName
{
border-color: #EBA70D;
}
.TagClassName
{
border-color: #EBA70D;
}
</style>