Shades of Gamboge #EB8D0F
Tints of Gamboge #EB8D0F
RGB
CMYK
RGB Variations
Color information
#EB8D0F (or 0xEB8D0F) is known color: Gamboge. HEX triplet: EB, 8D and 0F. RGB value is (235,141,15). Sum of RGB (Red+Green+Blue) = 235+141+15=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8D0F is #1472F0. Grayscale: #9B9B9B. Windows color (decimal): -1340145 or 1019371. OLE color: 1019371.
HSL color Cylindrical-coordinate representation of color #EB8D0F: hue angle of 34.36º degrees, saturation: 0.88, 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 #EB8D0F is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 15 | - |
| CMYK | 0 | 0.4 | 0.94 | 0.08 |
| HSL | 34.36º | 0.88% | 0.49% | - |
| HSV(B) | 34.36º | 0.94% | 0.92% | - |
| XYZ | 43.87 | 36.75 | 5.23 | - |
| YUV | 154.74 | 49.14 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 15 | 0 | 0.4 | 0.94 | 0.08 | 34.36 | 0.88 | 0.49 |
| Hex | EB | 8D | F | 0 | 28 | 5E | 8 | 22 | 58 | 31 |
| Octal | 353 | 215 | 17 | 0 | 50 | 136 | 10 | 42 | 130 | 61 |
| Binary | 11101011 | 10001101 | 1111 | 0 | 101000 | 1011110 | 1000 | 100010 | 1011000 | 110001 |
Color Harmonies of #EB8D0F
Complementary color
Monochromatic Colors of #EB8D0F
Black with #EB8D0F
Text Example
Text Example
White with #EB8D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D0F; }
p { color: rgb(235,141,15); }
H1.HeaderClassName
{
color: #EB8D0F;
}
.AnyTagClassName
{
color: #EB8D0F;
}
</style>
background-color css
<style>
a { background-color: #EB8D0F; }
a { background-color: rgb(235,141,15); }
div.DivClassName
{
background-color: #EB8D0F;
}
.BgClassName
{
background-color: #EB8D0F;
}
</style>
border-color css
<style>
span { border-color: #EB8D0F; }
span { border-color: rgb(235,141,15); }
td.TdClassName
{
border-color: #EB8D0F;
}
.TagClassName
{
border-color: #EB8D0F;
}
</style>