Shades of Gamboge #EB9F0D
Tints of Gamboge #EB9F0D
RGB
CMYK
RGB Variations
Color information
#EB9F0D (or 0xEB9F0D) is known color: Gamboge. HEX triplet: EB, 9F and 0D. RGB value is (235,159,13). Sum of RGB (Red+Green+Blue) = 235+159+13=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9F0D is #1460F2. Grayscale: #A5A5A5. Windows color (decimal): -1335539 or 892907. OLE color: 892907.
HSL color Cylindrical-coordinate representation of color #EB9F0D: hue angle of 39.46º 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 #EB9F0D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 159 | 13 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.08 |
| HSL | 39.46º | 0.9% | 0.49% | - |
| HSV(B) | 39.46º | 0.94% | 0.92% | - |
| XYZ | 46.73 | 42.49 | 6.12 | - |
| YUV | 165.08 | 42.18 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 159 | 13 | 0 | 0.32 | 0.94 | 0.08 | 39.46 | 0.9 | 0.49 |
| Hex | EB | 9F | D | 0 | 20 | 5E | 8 | 27 | 5A | 31 |
| Octal | 353 | 237 | 15 | 0 | 40 | 136 | 10 | 47 | 132 | 61 |
| Binary | 11101011 | 10011111 | 1101 | 0 | 100000 | 1011110 | 1000 | 100111 | 1011010 | 110001 |
Color Harmonies of #EB9F0D
Complementary color
Monochromatic Colors of #EB9F0D
Black with #EB9F0D
Text Example
Text Example
White with #EB9F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9F0D; }
p { color: rgb(235,159,13); }
H1.HeaderClassName
{
color: #EB9F0D;
}
.AnyTagClassName
{
color: #EB9F0D;
}
</style>
background-color css
<style>
a { background-color: #EB9F0D; }
a { background-color: rgb(235,159,13); }
div.DivClassName
{
background-color: #EB9F0D;
}
.BgClassName
{
background-color: #EB9F0D;
}
</style>
border-color css
<style>
span { border-color: #EB9F0D; }
span { border-color: rgb(235,159,13); }
td.TdClassName
{
border-color: #EB9F0D;
}
.TagClassName
{
border-color: #EB9F0D;
}
</style>