Shades of Pumpkin #EF601C
Tints of Pumpkin #EF601C
RGB
CMYK
RGB Variations
Color information
#EF601C (or 0xEF601C) is known color: Pumpkin. HEX triplet: EF, 60 and 1C. RGB value is (239,96,28). Sum of RGB (Red+Green+Blue) = 239+96+28=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF601C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF601C is #109FE3. Grayscale: #838383. Windows color (decimal): -1089508 or 1859823. OLE color: 1859823.
HSL color Cylindrical-coordinate representation of color #EF601C: hue angle of 19.34º 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 #EF601C is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 28 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.06 |
| HSL | 19.34º | 0.87% | 0.52% | - |
| HSV(B) | 19.34º | 0.88% | 0.94% | - |
| XYZ | 39.99 | 26.8 | 4.16 | - |
| YUV | 131.01 | 69.88 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 28 | 0 | 0.60 | 0.88 | 0.06 | 19.34 | 0.87 | 0.52 |
| Hex | EF | 60 | 1C | 0 | 3C | 58 | 6 | 13 | 57 | 34 |
| Octal | 357 | 140 | 34 | 0 | 74 | 130 | 6 | 23 | 127 | 64 |
| Binary | 11101111 | 1100000 | 11100 | 0 | 111100 | 1011000 | 110 | 10011 | 1010111 | 110100 |
Color Harmonies of #EF601C
Complementary color
Monochromatic Colors of #EF601C
Black with #EF601C
Text Example
Text Example
White with #EF601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF601C; }
p { color: rgb(239,96,28); }
H1.HeaderClassName
{
color: #EF601C;
}
.AnyTagClassName
{
color: #EF601C;
}
</style>
background-color css
<style>
a { background-color: #EF601C; }
a { background-color: rgb(239,96,28); }
div.DivClassName
{
background-color: #EF601C;
}
.BgClassName
{
background-color: #EF601C;
}
</style>
border-color css
<style>
span { border-color: #EF601C; }
span { border-color: rgb(239,96,28); }
td.TdClassName
{
border-color: #EF601C;
}
.TagClassName
{
border-color: #EF601C;
}
</style>