Shades of Gamboge #EF960B
Tints of Gamboge #EF960B
RGB
CMYK
RGB Variations
Color information
#EF960B (or 0xEF960B) is known color: Gamboge. HEX triplet: EF, 96 and 0B. RGB value is (239,150,11). Sum of RGB (Red+Green+Blue) = 239+150+11=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF960B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF960B is #1069F4. Grayscale: #A1A1A1. Windows color (decimal): -1075701 or 759535. OLE color: 759535.
HSL color Cylindrical-coordinate representation of color #EF960B: hue angle of 36.58º 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 #EF960B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.06 |
| HSL | 36.58º | 0.91% | 0.49% | - |
| HSV(B) | 36.58º | 0.95% | 0.94% | - |
| XYZ | 46.56 | 40.19 | 5.62 | - |
| YUV | 160.77 | 43.49 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 11 | 0 | 0.37 | 0.95 | 0.06 | 36.58 | 0.91 | 0.49 |
| Hex | EF | 96 | B | 0 | 25 | 5F | 6 | 25 | 5B | 31 |
| Octal | 357 | 226 | 13 | 0 | 45 | 137 | 6 | 45 | 133 | 61 |
| Binary | 11101111 | 10010110 | 1011 | 0 | 100101 | 1011111 | 110 | 100101 | 1011011 | 110001 |
Color Harmonies of #EF960B
Complementary color
Monochromatic Colors of #EF960B
Black with #EF960B
Text Example
Text Example
White with #EF960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF960B; }
p { color: rgb(239,150,11); }
H1.HeaderClassName
{
color: #EF960B;
}
.AnyTagClassName
{
color: #EF960B;
}
</style>
background-color css
<style>
a { background-color: #EF960B; }
a { background-color: rgb(239,150,11); }
div.DivClassName
{
background-color: #EF960B;
}
.BgClassName
{
background-color: #EF960B;
}
</style>
border-color css
<style>
span { border-color: #EF960B; }
span { border-color: rgb(239,150,11); }
td.TdClassName
{
border-color: #EF960B;
}
.TagClassName
{
border-color: #EF960B;
}
</style>