Shades of Gamboge #EF940C
Tints of Gamboge #EF940C
RGB
CMYK
RGB Variations
Color information
#EF940C (or 0xEF940C) is known color: Gamboge. HEX triplet: EF, 94 and 0C. RGB value is (239,148,12). Sum of RGB (Red+Green+Blue) = 239+148+12=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF940C is #106BF3. Grayscale: #A0A0A0. Windows color (decimal): -1076212 or 824559. OLE color: 824559.
HSL color Cylindrical-coordinate representation of color #EF940C: hue angle of 35.95º 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 #EF940C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.06 |
| HSL | 35.95º | 0.9% | 0.49% | - |
| HSV(B) | 35.95º | 0.95% | 0.94% | - |
| XYZ | 46.25 | 39.56 | 5.55 | - |
| YUV | 159.71 | 44.65 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 12 | 0 | 0.38 | 0.95 | 0.06 | 35.95 | 0.9 | 0.49 |
| Hex | EF | 94 | C | 0 | 26 | 5F | 6 | 24 | 5A | 31 |
| Octal | 357 | 224 | 14 | 0 | 46 | 137 | 6 | 44 | 132 | 61 |
| Binary | 11101111 | 10010100 | 1100 | 0 | 100110 | 1011111 | 110 | 100100 | 1011010 | 110001 |
Color Harmonies of #EF940C
Complementary color
Monochromatic Colors of #EF940C
Black with #EF940C
Text Example
Text Example
White with #EF940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF940C; }
p { color: rgb(239,148,12); }
H1.HeaderClassName
{
color: #EF940C;
}
.AnyTagClassName
{
color: #EF940C;
}
</style>
background-color css
<style>
a { background-color: #EF940C; }
a { background-color: rgb(239,148,12); }
div.DivClassName
{
background-color: #EF940C;
}
.BgClassName
{
background-color: #EF940C;
}
</style>
border-color css
<style>
span { border-color: #EF940C; }
span { border-color: rgb(239,148,12); }
td.TdClassName
{
border-color: #EF940C;
}
.TagClassName
{
border-color: #EF940C;
}
</style>