Shades of Pumpkin #EF781C
Tints of Pumpkin #EF781C
RGB
CMYK
RGB Variations
Color information
#EF781C (or 0xEF781C) is known color: Pumpkin. HEX triplet: EF, 78 and 1C. RGB value is (239,120,28). Sum of RGB (Red+Green+Blue) = 239+120+28=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF781C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF781C is #1087E3. Grayscale: #919191. Windows color (decimal): -1083364 or 1865967. OLE color: 1865967.
HSL color Cylindrical-coordinate representation of color #EF781C: hue angle of 26.16º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF781C is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 28 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.06 |
| HSL | 26.16º | 0.87% | 0.52% | - |
| HSV(B) | 26.16º | 0.88% | 0.94% | - |
| XYZ | 42.52 | 31.87 | 5.01 | - |
| YUV | 145.09 | 61.92 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 28 | 0 | 0.50 | 0.88 | 0.06 | 26.16 | 0.87 | 0.52 |
| Hex | EF | 78 | 1C | 0 | 32 | 58 | 6 | 1A | 57 | 34 |
| Octal | 357 | 170 | 34 | 0 | 62 | 130 | 6 | 32 | 127 | 64 |
| Binary | 11101111 | 1111000 | 11100 | 0 | 110010 | 1011000 | 110 | 11010 | 1010111 | 110100 |
Color Harmonies of #EF781C
Complementary color
Monochromatic Colors of #EF781C
Black with #EF781C
Text Example
Text Example
White with #EF781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF781C; }
p { color: rgb(239,120,28); }
H1.HeaderClassName
{
color: #EF781C;
}
.AnyTagClassName
{
color: #EF781C;
}
</style>
background-color css
<style>
a { background-color: #EF781C; }
a { background-color: rgb(239,120,28); }
div.DivClassName
{
background-color: #EF781C;
}
.BgClassName
{
background-color: #EF781C;
}
</style>
border-color css
<style>
span { border-color: #EF781C; }
span { border-color: rgb(239,120,28); }
td.TdClassName
{
border-color: #EF781C;
}
.TagClassName
{
border-color: #EF781C;
}
</style>