Shades of Gamboge #EF950C
Tints of Gamboge #EF950C
RGB
CMYK
RGB Variations
Color information
#EF950C (or 0xEF950C) is known color: Gamboge. HEX triplet: EF, 95 and 0C. RGB value is (239,149,12). Sum of RGB (Red+Green+Blue) = 239+149+12=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF950C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF950C is #106AF3. Grayscale: #A0A0A0. Windows color (decimal): -1075956 or 824815. OLE color: 824815.
HSL color Cylindrical-coordinate representation of color #EF950C: hue angle of 36.21º degrees, saturation: 0.9, 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 #EF950C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.06 |
| HSL | 36.21º | 0.9% | 0.49% | - |
| HSV(B) | 36.21º | 0.95% | 0.94% | - |
| XYZ | 46.41 | 39.87 | 5.6 | - |
| YUV | 160.29 | 44.32 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 12 | 0 | 0.38 | 0.95 | 0.06 | 36.21 | 0.9 | 0.49 |
| Hex | EF | 95 | C | 0 | 26 | 5F | 6 | 24 | 5A | 31 |
| Octal | 357 | 225 | 14 | 0 | 46 | 137 | 6 | 44 | 132 | 61 |
| Binary | 11101111 | 10010101 | 1100 | 0 | 100110 | 1011111 | 110 | 100100 | 1011010 | 110001 |
Color Harmonies of #EF950C
Complementary color
Monochromatic Colors of #EF950C
Black with #EF950C
Text Example
Text Example
White with #EF950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF950C; }
p { color: rgb(239,149,12); }
H1.HeaderClassName
{
color: #EF950C;
}
.AnyTagClassName
{
color: #EF950C;
}
</style>
background-color css
<style>
a { background-color: #EF950C; }
a { background-color: rgb(239,149,12); }
div.DivClassName
{
background-color: #EF950C;
}
.BgClassName
{
background-color: #EF950C;
}
</style>
border-color css
<style>
span { border-color: #EF950C; }
span { border-color: rgb(239,149,12); }
td.TdClassName
{
border-color: #EF950C;
}
.TagClassName
{
border-color: #EF950C;
}
</style>