Shades of Pumpkin #EF7015
Tints of Pumpkin #EF7015
RGB
CMYK
RGB Variations
Color information
#EF7015 (or 0xEF7015) is known color: Pumpkin. HEX triplet: EF, 70 and 15. RGB value is (239,112,21). Sum of RGB (Red+Green+Blue) = 239+112+21=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7015 is #108FEA. Grayscale: #8C8C8C. Windows color (decimal): -1085419 or 1405167. OLE color: 1405167.
HSL color Cylindrical-coordinate representation of color #EF7015: hue angle of 25.05º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF7015 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 21 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.06 |
| HSL | 25.05º | 0.87% | 0.51% | - |
| HSV(B) | 25.05º | 0.91% | 0.94% | - |
| XYZ | 41.53 | 29.99 | 4.31 | - |
| YUV | 139.6 | 61.08 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 21 | 0 | 0.53 | 0.91 | 0.06 | 25.05 | 0.87 | 0.51 |
| Hex | EF | 70 | 15 | 0 | 35 | 5B | 6 | 19 | 57 | 33 |
| Octal | 357 | 160 | 25 | 0 | 65 | 133 | 6 | 31 | 127 | 63 |
| Binary | 11101111 | 1110000 | 10101 | 0 | 110101 | 1011011 | 110 | 11001 | 1010111 | 110011 |
Color Harmonies of #EF7015
Complementary color
Monochromatic Colors of #EF7015
Black with #EF7015
Text Example
Text Example
White with #EF7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7015; }
p { color: rgb(239,112,21); }
H1.HeaderClassName
{
color: #EF7015;
}
.AnyTagClassName
{
color: #EF7015;
}
</style>
background-color css
<style>
a { background-color: #EF7015; }
a { background-color: rgb(239,112,21); }
div.DivClassName
{
background-color: #EF7015;
}
.BgClassName
{
background-color: #EF7015;
}
</style>
border-color css
<style>
span { border-color: #EF7015; }
span { border-color: rgb(239,112,21); }
td.TdClassName
{
border-color: #EF7015;
}
.TagClassName
{
border-color: #EF7015;
}
</style>