Shades of Pumpkin #EF671C
Tints of Pumpkin #EF671C
RGB
CMYK
RGB Variations
Color information
#EF671C (or 0xEF671C) is known color: Pumpkin. HEX triplet: EF, 67 and 1C. RGB value is (239,103,28). Sum of RGB (Red+Green+Blue) = 239+103+28=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF671C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF671C is #1098E3. Grayscale: #878787. Windows color (decimal): -1087716 or 1861615. OLE color: 1861615.
HSL color Cylindrical-coordinate representation of color #EF671C: hue angle of 21.33º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF671C is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 28 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.06 |
| HSL | 21.33º | 0.87% | 0.52% | - |
| HSV(B) | 21.33º | 0.88% | 0.94% | - |
| XYZ | 40.66 | 28.14 | 4.39 | - |
| YUV | 135.11 | 67.56 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 28 | 0 | 0.57 | 0.88 | 0.06 | 21.33 | 0.87 | 0.52 |
| Hex | EF | 67 | 1C | 0 | 39 | 58 | 6 | 15 | 57 | 34 |
| Octal | 357 | 147 | 34 | 0 | 71 | 130 | 6 | 25 | 127 | 64 |
| Binary | 11101111 | 1100111 | 11100 | 0 | 111001 | 1011000 | 110 | 10101 | 1010111 | 110100 |
Color Harmonies of #EF671C
Complementary color
Monochromatic Colors of #EF671C
Black with #EF671C
Text Example
Text Example
White with #EF671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF671C; }
p { color: rgb(239,103,28); }
H1.HeaderClassName
{
color: #EF671C;
}
.AnyTagClassName
{
color: #EF671C;
}
</style>
background-color css
<style>
a { background-color: #EF671C; }
a { background-color: rgb(239,103,28); }
div.DivClassName
{
background-color: #EF671C;
}
.BgClassName
{
background-color: #EF671C;
}
</style>
border-color css
<style>
span { border-color: #EF671C; }
span { border-color: rgb(239,103,28); }
td.TdClassName
{
border-color: #EF671C;
}
.TagClassName
{
border-color: #EF671C;
}
</style>