Shades of Gamboge #EF960F
Tints of Gamboge #EF960F
RGB
CMYK
RGB Variations
Color information
#EF960F (or 0xEF960F) is known color: Gamboge. HEX triplet: EF, 96 and 0F. RGB value is (239,150,15). Sum of RGB (Red+Green+Blue) = 239+150+15=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF960F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF960F is #1069F0. Grayscale: #A1A1A1. Windows color (decimal): -1075697 or 1021679. OLE color: 1021679.
HSL color Cylindrical-coordinate representation of color #EF960F: hue angle of 36.16º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF960F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 15 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.06 |
| HSL | 36.16º | 0.88% | 0.5% | - |
| HSV(B) | 36.16º | 0.94% | 0.94% | - |
| XYZ | 46.59 | 40.2 | 5.76 | - |
| YUV | 161.22 | 45.49 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 15 | 0 | 0.37 | 0.94 | 0.06 | 36.16 | 0.88 | 0.5 |
| Hex | EF | 96 | F | 0 | 25 | 5E | 6 | 24 | 58 | 32 |
| Octal | 357 | 226 | 17 | 0 | 45 | 136 | 6 | 44 | 130 | 62 |
| Binary | 11101111 | 10010110 | 1111 | 0 | 100101 | 1011110 | 110 | 100100 | 1011000 | 110010 |
Color Harmonies of #EF960F
Complementary color
Monochromatic Colors of #EF960F
Black with #EF960F
Text Example
Text Example
White with #EF960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF960F; }
p { color: rgb(239,150,15); }
H1.HeaderClassName
{
color: #EF960F;
}
.AnyTagClassName
{
color: #EF960F;
}
</style>
background-color css
<style>
a { background-color: #EF960F; }
a { background-color: rgb(239,150,15); }
div.DivClassName
{
background-color: #EF960F;
}
.BgClassName
{
background-color: #EF960F;
}
</style>
border-color css
<style>
span { border-color: #EF960F; }
span { border-color: rgb(239,150,15); }
td.TdClassName
{
border-color: #EF960F;
}
.TagClassName
{
border-color: #EF960F;
}
</style>