Shades of Pumpkin #EF681C
Tints of Pumpkin #EF681C
RGB
CMYK
RGB Variations
Color information
#EF681C (or 0xEF681C) is known color: Pumpkin. HEX triplet: EF, 68 and 1C. RGB value is (239,104,28). Sum of RGB (Red+Green+Blue) = 239+104+28=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF681C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF681C is #1097E3. Grayscale: #888888. Windows color (decimal): -1087460 or 1861871. OLE color: 1861871.
HSL color Cylindrical-coordinate representation of color #EF681C: hue angle of 21.61º 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 #EF681C is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 28 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.06 |
| HSL | 21.61º | 0.87% | 0.52% | - |
| HSV(B) | 21.61º | 0.88% | 0.94% | - |
| XYZ | 40.76 | 28.34 | 4.42 | - |
| YUV | 135.7 | 67.23 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 28 | 0 | 0.56 | 0.88 | 0.06 | 21.61 | 0.87 | 0.52 |
| Hex | EF | 68 | 1C | 0 | 38 | 58 | 6 | 16 | 57 | 34 |
| Octal | 357 | 150 | 34 | 0 | 70 | 130 | 6 | 26 | 127 | 64 |
| Binary | 11101111 | 1101000 | 11100 | 0 | 111000 | 1011000 | 110 | 10110 | 1010111 | 110100 |
Color Harmonies of #EF681C
Complementary color
Monochromatic Colors of #EF681C
Black with #EF681C
Text Example
Text Example
White with #EF681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF681C; }
p { color: rgb(239,104,28); }
H1.HeaderClassName
{
color: #EF681C;
}
.AnyTagClassName
{
color: #EF681C;
}
</style>
background-color css
<style>
a { background-color: #EF681C; }
a { background-color: rgb(239,104,28); }
div.DivClassName
{
background-color: #EF681C;
}
.BgClassName
{
background-color: #EF681C;
}
</style>
border-color css
<style>
span { border-color: #EF681C; }
span { border-color: rgb(239,104,28); }
td.TdClassName
{
border-color: #EF681C;
}
.TagClassName
{
border-color: #EF681C;
}
</style>