Shades of Pumpkin #EF701A
Tints of Pumpkin #EF701A
RGB
CMYK
RGB Variations
Color information
#EF701A (or 0xEF701A) is known color: Pumpkin. HEX triplet: EF, 70 and 1A. RGB value is (239,112,26). Sum of RGB (Red+Green+Blue) = 239+112+26=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF701A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF701A is #108FE5. Grayscale: #8C8C8C. Windows color (decimal): -1085414 or 1732847. OLE color: 1732847.
HSL color Cylindrical-coordinate representation of color #EF701A: hue angle of 24.23º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF701A is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 26 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.06 |
| HSL | 24.23º | 0.87% | 0.52% | - |
| HSV(B) | 24.23º | 0.89% | 0.94% | - |
| XYZ | 41.58 | 30.01 | 4.58 | - |
| YUV | 140.17 | 63.58 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 26 | 0 | 0.53 | 0.89 | 0.06 | 24.23 | 0.87 | 0.52 |
| Hex | EF | 70 | 1A | 0 | 35 | 59 | 6 | 18 | 57 | 34 |
| Octal | 357 | 160 | 32 | 0 | 65 | 131 | 6 | 30 | 127 | 64 |
| Binary | 11101111 | 1110000 | 11010 | 0 | 110101 | 1011001 | 110 | 11000 | 1010111 | 110100 |
Color Harmonies of #EF701A
Complementary color
Monochromatic Colors of #EF701A
Black with #EF701A
Text Example
Text Example
White with #EF701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF701A; }
p { color: rgb(239,112,26); }
H1.HeaderClassName
{
color: #EF701A;
}
.AnyTagClassName
{
color: #EF701A;
}
</style>
background-color css
<style>
a { background-color: #EF701A; }
a { background-color: rgb(239,112,26); }
div.DivClassName
{
background-color: #EF701A;
}
.BgClassName
{
background-color: #EF701A;
}
</style>
border-color css
<style>
span { border-color: #EF701A; }
span { border-color: rgb(239,112,26); }
td.TdClassName
{
border-color: #EF701A;
}
.TagClassName
{
border-color: #EF701A;
}
</style>