Shades of Gamboge #EB8F11
Tints of Gamboge #EB8F11
RGB
CMYK
RGB Variations
Color information
#EB8F11 (or 0xEB8F11) is known color: Gamboge. HEX triplet: EB, 8F and 11. RGB value is (235,143,17). Sum of RGB (Red+Green+Blue) = 235+143+17=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8F11 is #1470EE. Grayscale: #9C9C9C. Windows color (decimal): -1339631 or 1150955. OLE color: 1150955.
HSL color Cylindrical-coordinate representation of color #EB8F11: hue angle of 34.68º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB8F11 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 17 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.08 |
| HSL | 34.68º | 0.87% | 0.49% | - |
| HSV(B) | 34.68º | 0.93% | 0.92% | - |
| XYZ | 44.18 | 37.35 | 5.41 | - |
| YUV | 156.14 | 49.48 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 17 | 0 | 0.39 | 0.93 | 0.08 | 34.68 | 0.87 | 0.49 |
| Hex | EB | 8F | 11 | 0 | 27 | 5D | 8 | 23 | 57 | 31 |
| Octal | 353 | 217 | 21 | 0 | 47 | 135 | 10 | 43 | 127 | 61 |
| Binary | 11101011 | 10001111 | 10001 | 0 | 100111 | 1011101 | 1000 | 100011 | 1010111 | 110001 |
Color Harmonies of #EB8F11
Complementary color
Monochromatic Colors of #EB8F11
Black with #EB8F11
Text Example
Text Example
White with #EB8F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F11; }
p { color: rgb(235,143,17); }
H1.HeaderClassName
{
color: #EB8F11;
}
.AnyTagClassName
{
color: #EB8F11;
}
</style>
background-color css
<style>
a { background-color: #EB8F11; }
a { background-color: rgb(235,143,17); }
div.DivClassName
{
background-color: #EB8F11;
}
.BgClassName
{
background-color: #EB8F11;
}
</style>
border-color css
<style>
span { border-color: #EB8F11; }
span { border-color: rgb(235,143,17); }
td.TdClassName
{
border-color: #EB8F11;
}
.TagClassName
{
border-color: #EB8F11;
}
</style>