Shades of Pumpkin #EF611D
Tints of Pumpkin #EF611D
RGB
CMYK
RGB Variations
Color information
#EF611D (or 0xEF611D) is known color: Pumpkin. HEX triplet: EF, 61 and 1D. RGB value is (239,97,29). Sum of RGB (Red+Green+Blue) = 239+97+29=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF611D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF611D is #109EE2. Grayscale: #848484. Windows color (decimal): -1089251 or 1925615. OLE color: 1925615.
HSL color Cylindrical-coordinate representation of color #EF611D: hue angle of 19.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF611D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 29 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.06 |
| HSL | 19.43º | 0.87% | 0.53% | - |
| HSV(B) | 19.43º | 0.88% | 0.94% | - |
| XYZ | 40.09 | 26.99 | 4.26 | - |
| YUV | 131.71 | 70.04 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 29 | 0 | 0.59 | 0.88 | 0.06 | 19.43 | 0.87 | 0.53 |
| Hex | EF | 61 | 1D | 0 | 3B | 58 | 6 | 13 | 57 | 35 |
| Octal | 357 | 141 | 35 | 0 | 73 | 130 | 6 | 23 | 127 | 65 |
| Binary | 11101111 | 1100001 | 11101 | 0 | 111011 | 1011000 | 110 | 10011 | 1010111 | 110101 |
Color Harmonies of #EF611D
Complementary color
Monochromatic Colors of #EF611D
Black with #EF611D
Text Example
Text Example
White with #EF611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF611D; }
p { color: rgb(239,97,29); }
H1.HeaderClassName
{
color: #EF611D;
}
.AnyTagClassName
{
color: #EF611D;
}
</style>
background-color css
<style>
a { background-color: #EF611D; }
a { background-color: rgb(239,97,29); }
div.DivClassName
{
background-color: #EF611D;
}
.BgClassName
{
background-color: #EF611D;
}
</style>
border-color css
<style>
span { border-color: #EF611D; }
span { border-color: rgb(239,97,29); }
td.TdClassName
{
border-color: #EF611D;
}
.TagClassName
{
border-color: #EF611D;
}
</style>