Shades of Pumpkin #EF6D1D
Tints of Pumpkin #EF6D1D
RGB
CMYK
RGB Variations
Color information
#EF6D1D (or 0xEF6D1D) is known color: Pumpkin. HEX triplet: EF, 6D and 1D. RGB value is (239,109,29). Sum of RGB (Red+Green+Blue) = 239+109+29=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6D1D is #1092E2. Grayscale: #8B8B8B. Windows color (decimal): -1086179 or 1928687. OLE color: 1928687.
HSL color Cylindrical-coordinate representation of color #EF6D1D: hue angle of 22.86º 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 #EF6D1D is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 29 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.06 |
| HSL | 22.86º | 0.87% | 0.53% | - |
| HSV(B) | 22.86º | 0.88% | 0.94% | - |
| XYZ | 41.29 | 29.38 | 4.66 | - |
| YUV | 138.75 | 66.07 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 29 | 0 | 0.54 | 0.88 | 0.06 | 22.86 | 0.87 | 0.53 |
| Hex | EF | 6D | 1D | 0 | 36 | 58 | 6 | 17 | 57 | 35 |
| Octal | 357 | 155 | 35 | 0 | 66 | 130 | 6 | 27 | 127 | 65 |
| Binary | 11101111 | 1101101 | 11101 | 0 | 110110 | 1011000 | 110 | 10111 | 1010111 | 110101 |
Color Harmonies of #EF6D1D
Complementary color
Monochromatic Colors of #EF6D1D
Black with #EF6D1D
Text Example
Text Example
White with #EF6D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6D1D; }
p { color: rgb(239,109,29); }
H1.HeaderClassName
{
color: #EF6D1D;
}
.AnyTagClassName
{
color: #EF6D1D;
}
</style>
background-color css
<style>
a { background-color: #EF6D1D; }
a { background-color: rgb(239,109,29); }
div.DivClassName
{
background-color: #EF6D1D;
}
.BgClassName
{
background-color: #EF6D1D;
}
</style>
border-color css
<style>
span { border-color: #EF6D1D; }
span { border-color: rgb(239,109,29); }
td.TdClassName
{
border-color: #EF6D1D;
}
.TagClassName
{
border-color: #EF6D1D;
}
</style>