Shades of Gamboge #EF950B
Tints of Gamboge #EF950B
RGB
CMYK
RGB Variations
Color information
#EF950B (or 0xEF950B) is known color: Gamboge. HEX triplet: EF, 95 and 0B. RGB value is (239,149,11). Sum of RGB (Red+Green+Blue) = 239+149+11=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF950B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF950B is #106AF4. Grayscale: #A0A0A0. Windows color (decimal): -1075957 or 759279. OLE color: 759279.
HSL color Cylindrical-coordinate representation of color #EF950B: hue angle of 36.32º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF950B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.06 |
| HSL | 36.32º | 0.91% | 0.49% | - |
| HSV(B) | 36.32º | 0.95% | 0.94% | - |
| XYZ | 46.4 | 39.87 | 5.57 | - |
| YUV | 160.18 | 43.82 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 11 | 0 | 0.38 | 0.95 | 0.06 | 36.32 | 0.91 | 0.49 |
| Hex | EF | 95 | B | 0 | 26 | 5F | 6 | 24 | 5B | 31 |
| Octal | 357 | 225 | 13 | 0 | 46 | 137 | 6 | 44 | 133 | 61 |
| Binary | 11101111 | 10010101 | 1011 | 0 | 100110 | 1011111 | 110 | 100100 | 1011011 | 110001 |
Color Harmonies of #EF950B
Complementary color
Monochromatic Colors of #EF950B
Black with #EF950B
Text Example
Text Example
White with #EF950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF950B; }
p { color: rgb(239,149,11); }
H1.HeaderClassName
{
color: #EF950B;
}
.AnyTagClassName
{
color: #EF950B;
}
</style>
background-color css
<style>
a { background-color: #EF950B; }
a { background-color: rgb(239,149,11); }
div.DivClassName
{
background-color: #EF950B;
}
.BgClassName
{
background-color: #EF950B;
}
</style>
border-color css
<style>
span { border-color: #EF950B; }
span { border-color: rgb(239,149,11); }
td.TdClassName
{
border-color: #EF950B;
}
.TagClassName
{
border-color: #EF950B;
}
</style>