Shades of Pumpkin #EF701C
Tints of Pumpkin #EF701C
RGB
CMYK
RGB Variations
Color information
#EF701C (or 0xEF701C) is known color: Pumpkin. HEX triplet: EF, 70 and 1C. RGB value is (239,112,28). Sum of RGB (Red+Green+Blue) = 239+112+28=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF701C is #108FE3. Grayscale: #8C8C8C. Windows color (decimal): -1085412 or 1863919. OLE color: 1863919.
HSL color Cylindrical-coordinate representation of color #EF701C: hue angle of 23.89º 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 #EF701C is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 28 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.06 |
| HSL | 23.89º | 0.87% | 0.52% | - |
| HSV(B) | 23.89º | 0.88% | 0.94% | - |
| XYZ | 41.6 | 30.02 | 4.7 | - |
| YUV | 140.4 | 64.58 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 28 | 0 | 0.53 | 0.88 | 0.06 | 23.89 | 0.87 | 0.52 |
| Hex | EF | 70 | 1C | 0 | 35 | 58 | 6 | 18 | 57 | 34 |
| Octal | 357 | 160 | 34 | 0 | 65 | 130 | 6 | 30 | 127 | 64 |
| Binary | 11101111 | 1110000 | 11100 | 0 | 110101 | 1011000 | 110 | 11000 | 1010111 | 110100 |
Color Harmonies of #EF701C
Complementary color
Monochromatic Colors of #EF701C
Black with #EF701C
Text Example
Text Example
White with #EF701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF701C; }
p { color: rgb(239,112,28); }
H1.HeaderClassName
{
color: #EF701C;
}
.AnyTagClassName
{
color: #EF701C;
}
</style>
background-color css
<style>
a { background-color: #EF701C; }
a { background-color: rgb(239,112,28); }
div.DivClassName
{
background-color: #EF701C;
}
.BgClassName
{
background-color: #EF701C;
}
</style>
border-color css
<style>
span { border-color: #EF701C; }
span { border-color: rgb(239,112,28); }
td.TdClassName
{
border-color: #EF701C;
}
.TagClassName
{
border-color: #EF701C;
}
</style>