Shades of Gamboge #EB8F0B
Tints of Gamboge #EB8F0B
RGB
CMYK
RGB Variations
Color information
#EB8F0B (or 0xEB8F0B) is known color: Gamboge. HEX triplet: EB, 8F and 0B. RGB value is (235,143,11). Sum of RGB (Red+Green+Blue) = 235+143+11=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8F0B is #1470F4. Grayscale: #9C9C9C. Windows color (decimal): -1339637 or 757739. OLE color: 757739.
HSL color Cylindrical-coordinate representation of color #EB8F0B: hue angle of 35.36º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB8F0B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.08 |
| HSL | 35.36º | 0.91% | 0.48% | - |
| HSV(B) | 35.36º | 0.95% | 0.92% | - |
| XYZ | 44.14 | 37.33 | 5.2 | - |
| YUV | 155.46 | 46.48 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 11 | 0 | 0.39 | 0.95 | 0.08 | 35.36 | 0.91 | 0.48 |
| Hex | EB | 8F | B | 0 | 27 | 5F | 8 | 23 | 5B | 30 |
| Octal | 353 | 217 | 13 | 0 | 47 | 137 | 10 | 43 | 133 | 60 |
| Binary | 11101011 | 10001111 | 1011 | 0 | 100111 | 1011111 | 1000 | 100011 | 1011011 | 110000 |
Color Harmonies of #EB8F0B
Complementary color
Monochromatic Colors of #EB8F0B
Black with #EB8F0B
Text Example
Text Example
White with #EB8F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F0B; }
p { color: rgb(235,143,11); }
H1.HeaderClassName
{
color: #EB8F0B;
}
.AnyTagClassName
{
color: #EB8F0B;
}
</style>
background-color css
<style>
a { background-color: #EB8F0B; }
a { background-color: rgb(235,143,11); }
div.DivClassName
{
background-color: #EB8F0B;
}
.BgClassName
{
background-color: #EB8F0B;
}
</style>
border-color css
<style>
span { border-color: #EB8F0B; }
span { border-color: rgb(235,143,11); }
td.TdClassName
{
border-color: #EB8F0B;
}
.TagClassName
{
border-color: #EB8F0B;
}
</style>