Shades of Pumpkin #EF671D
Tints of Pumpkin #EF671D
RGB
CMYK
RGB Variations
Color information
#EF671D (or 0xEF671D) is known color: Pumpkin. HEX triplet: EF, 67 and 1D. RGB value is (239,103,29). Sum of RGB (Red+Green+Blue) = 239+103+29=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF671D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF671D is #1098E2. Grayscale: #878787. Windows color (decimal): -1087715 or 1927151. OLE color: 1927151.
HSL color Cylindrical-coordinate representation of color #EF671D: hue angle of 21.14º 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 #EF671D is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 29 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.06 |
| HSL | 21.14º | 0.87% | 0.53% | - |
| HSV(B) | 21.14º | 0.88% | 0.94% | - |
| XYZ | 40.67 | 28.14 | 4.45 | - |
| YUV | 135.23 | 68.06 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 29 | 0 | 0.57 | 0.88 | 0.06 | 21.14 | 0.87 | 0.53 |
| Hex | EF | 67 | 1D | 0 | 39 | 58 | 6 | 15 | 57 | 35 |
| Octal | 357 | 147 | 35 | 0 | 71 | 130 | 6 | 25 | 127 | 65 |
| Binary | 11101111 | 1100111 | 11101 | 0 | 111001 | 1011000 | 110 | 10101 | 1010111 | 110101 |
Color Harmonies of #EF671D
Complementary color
Monochromatic Colors of #EF671D
Black with #EF671D
Text Example
Text Example
White with #EF671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF671D; }
p { color: rgb(239,103,29); }
H1.HeaderClassName
{
color: #EF671D;
}
.AnyTagClassName
{
color: #EF671D;
}
</style>
background-color css
<style>
a { background-color: #EF671D; }
a { background-color: rgb(239,103,29); }
div.DivClassName
{
background-color: #EF671D;
}
.BgClassName
{
background-color: #EF671D;
}
</style>
border-color css
<style>
span { border-color: #EF671D; }
span { border-color: rgb(239,103,29); }
td.TdClassName
{
border-color: #EF671D;
}
.TagClassName
{
border-color: #EF671D;
}
</style>