Shades of Gamboge #EB9F0E
Tints of Gamboge #EB9F0E
RGB
CMYK
RGB Variations
Color information
#EB9F0E (or 0xEB9F0E) is known color: Gamboge. HEX triplet: EB, 9F and 0E. RGB value is (235,159,14). Sum of RGB (Red+Green+Blue) = 235+159+14=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9F0E is #1460F1. Grayscale: #A5A5A5. Windows color (decimal): -1335538 or 958443. OLE color: 958443.
HSL color Cylindrical-coordinate representation of color #EB9F0E: hue angle of 39.37º degrees, saturation: 0.89, 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 #EB9F0E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 159 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.08 |
| HSL | 39.37º | 0.89% | 0.49% | - |
| HSV(B) | 39.37º | 0.94% | 0.92% | - |
| XYZ | 46.74 | 42.49 | 6.15 | - |
| YUV | 165.19 | 42.68 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 159 | 14 | 0 | 0.32 | 0.94 | 0.08 | 39.37 | 0.89 | 0.49 |
| Hex | EB | 9F | E | 0 | 20 | 5E | 8 | 27 | 59 | 31 |
| Octal | 353 | 237 | 16 | 0 | 40 | 136 | 10 | 47 | 131 | 61 |
| Binary | 11101011 | 10011111 | 1110 | 0 | 100000 | 1011110 | 1000 | 100111 | 1011001 | 110001 |
Color Harmonies of #EB9F0E
Complementary color
Monochromatic Colors of #EB9F0E
Black with #EB9F0E
Text Example
Text Example
White with #EB9F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9F0E; }
p { color: rgb(235,159,14); }
H1.HeaderClassName
{
color: #EB9F0E;
}
.AnyTagClassName
{
color: #EB9F0E;
}
</style>
background-color css
<style>
a { background-color: #EB9F0E; }
a { background-color: rgb(235,159,14); }
div.DivClassName
{
background-color: #EB9F0E;
}
.BgClassName
{
background-color: #EB9F0E;
}
</style>
border-color css
<style>
span { border-color: #EB9F0E; }
span { border-color: rgb(235,159,14); }
td.TdClassName
{
border-color: #EB9F0E;
}
.TagClassName
{
border-color: #EB9F0E;
}
</style>