Shades of Gamboge #EBA70C
Tints of Gamboge #EBA70C
RGB
CMYK
RGB Variations
Color information
#EBA70C (or 0xEBA70C) is known color: Gamboge. HEX triplet: EB, A7 and 0C. RGB value is (235,167,12). Sum of RGB (Red+Green+Blue) = 235+167+12=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA70C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA70C is #1458F3. Grayscale: #AAAAAA. Windows color (decimal): -1333492 or 829419. OLE color: 829419.
HSL color Cylindrical-coordinate representation of color #EBA70C: hue angle of 41.7º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBA70C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.08 |
| HSL | 41.7º | 0.9% | 0.48% | - |
| HSV(B) | 41.7º | 0.95% | 0.92% | - |
| XYZ | 48.15 | 45.33 | 6.56 | - |
| YUV | 169.66 | 39.03 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 12 | 0 | 0.29 | 0.95 | 0.08 | 41.7 | 0.9 | 0.48 |
| Hex | EB | A7 | C | 0 | 1D | 5F | 8 | 2A | 5A | 30 |
| Octal | 353 | 247 | 14 | 0 | 35 | 137 | 10 | 52 | 132 | 60 |
| Binary | 11101011 | 10100111 | 1100 | 0 | 11101 | 1011111 | 1000 | 101010 | 1011010 | 110000 |
Color Harmonies of #EBA70C
Complementary color
Monochromatic Colors of #EBA70C
Black with #EBA70C
Text Example
Text Example
White with #EBA70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA70C; }
p { color: rgb(235,167,12); }
H1.HeaderClassName
{
color: #EBA70C;
}
.AnyTagClassName
{
color: #EBA70C;
}
</style>
background-color css
<style>
a { background-color: #EBA70C; }
a { background-color: rgb(235,167,12); }
div.DivClassName
{
background-color: #EBA70C;
}
.BgClassName
{
background-color: #EBA70C;
}
</style>
border-color css
<style>
span { border-color: #EBA70C; }
span { border-color: rgb(235,167,12); }
td.TdClassName
{
border-color: #EBA70C;
}
.TagClassName
{
border-color: #EBA70C;
}
</style>