Shades of Pumpkin #EF671F
Tints of Pumpkin #EF671F
RGB
CMYK
RGB Variations
Color information
#EF671F (or 0xEF671F) is known color: Pumpkin. HEX triplet: EF, 67 and 1F. RGB value is (239,103,31). Sum of RGB (Red+Green+Blue) = 239+103+31=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF671F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF671F is #1098E0. Grayscale: #878787. Windows color (decimal): -1087713 or 2058223. OLE color: 2058223.
HSL color Cylindrical-coordinate representation of color #EF671F: hue angle of 20.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF671F is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 31 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.06 |
| HSL | 20.77º | 0.87% | 0.53% | - |
| HSV(B) | 20.77º | 0.87% | 0.94% | - |
| XYZ | 40.69 | 28.15 | 4.59 | - |
| YUV | 135.46 | 69.06 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 31 | 0 | 0.57 | 0.87 | 0.06 | 20.77 | 0.87 | 0.53 |
| Hex | EF | 67 | 1F | 0 | 39 | 57 | 6 | 15 | 57 | 35 |
| Octal | 357 | 147 | 37 | 0 | 71 | 127 | 6 | 25 | 127 | 65 |
| Binary | 11101111 | 1100111 | 11111 | 0 | 111001 | 1010111 | 110 | 10101 | 1010111 | 110101 |
Color Harmonies of #EF671F
Complementary color
Monochromatic Colors of #EF671F
Black with #EF671F
Text Example
Text Example
White with #EF671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF671F; }
p { color: rgb(239,103,31); }
H1.HeaderClassName
{
color: #EF671F;
}
.AnyTagClassName
{
color: #EF671F;
}
</style>
background-color css
<style>
a { background-color: #EF671F; }
a { background-color: rgb(239,103,31); }
div.DivClassName
{
background-color: #EF671F;
}
.BgClassName
{
background-color: #EF671F;
}
</style>
border-color css
<style>
span { border-color: #EF671F; }
span { border-color: rgb(239,103,31); }
td.TdClassName
{
border-color: #EF671F;
}
.TagClassName
{
border-color: #EF671F;
}
</style>