Shades of Gamboge #EB9C0D
Tints of Gamboge #EB9C0D
RGB
CMYK
RGB Variations
Color information
#EB9C0D (or 0xEB9C0D) is known color: Gamboge. HEX triplet: EB, 9C and 0D. RGB value is (235,156,13). Sum of RGB (Red+Green+Blue) = 235+156+13=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9C0D is #1463F2. Grayscale: #A3A3A3. Windows color (decimal): -1336307 or 892139. OLE color: 892139.
HSL color Cylindrical-coordinate representation of color #EB9C0D: hue angle of 38.65º 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 #EB9C0D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 156 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.08 |
| HSL | 38.65º | 0.9% | 0.49% | - |
| HSV(B) | 38.65º | 0.94% | 0.92% | - |
| XYZ | 46.22 | 41.47 | 5.95 | - |
| YUV | 163.32 | 43.17 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 156 | 13 | 0 | 0.34 | 0.94 | 0.08 | 38.65 | 0.9 | 0.49 |
| Hex | EB | 9C | D | 0 | 22 | 5E | 8 | 27 | 5A | 31 |
| Octal | 353 | 234 | 15 | 0 | 42 | 136 | 10 | 47 | 132 | 61 |
| Binary | 11101011 | 10011100 | 1101 | 0 | 100010 | 1011110 | 1000 | 100111 | 1011010 | 110001 |
Color Harmonies of #EB9C0D
Complementary color
Monochromatic Colors of #EB9C0D
Black with #EB9C0D
Text Example
Text Example
White with #EB9C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9C0D; }
p { color: rgb(235,156,13); }
H1.HeaderClassName
{
color: #EB9C0D;
}
.AnyTagClassName
{
color: #EB9C0D;
}
</style>
background-color css
<style>
a { background-color: #EB9C0D; }
a { background-color: rgb(235,156,13); }
div.DivClassName
{
background-color: #EB9C0D;
}
.BgClassName
{
background-color: #EB9C0D;
}
</style>
border-color css
<style>
span { border-color: #EB9C0D; }
span { border-color: rgb(235,156,13); }
td.TdClassName
{
border-color: #EB9C0D;
}
.TagClassName
{
border-color: #EB9C0D;
}
</style>