Shades of Pumpkin #EF681F
Tints of Pumpkin #EF681F
RGB
CMYK
RGB Variations
Color information
#EF681F (or 0xEF681F) is known color: Pumpkin. HEX triplet: EF, 68 and 1F. RGB value is (239,104,31). Sum of RGB (Red+Green+Blue) = 239+104+31=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF681F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF681F is #1097E0. Grayscale: #888888. Windows color (decimal): -1087457 or 2058479. OLE color: 2058479.
HSL color Cylindrical-coordinate representation of color #EF681F: hue angle of 21.06º 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 #EF681F is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 31 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.06 |
| HSL | 21.06º | 0.87% | 0.53% | - |
| HSV(B) | 21.06º | 0.87% | 0.94% | - |
| XYZ | 40.79 | 28.35 | 4.62 | - |
| YUV | 136.04 | 68.73 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 31 | 0 | 0.56 | 0.87 | 0.06 | 21.06 | 0.87 | 0.53 |
| Hex | EF | 68 | 1F | 0 | 38 | 57 | 6 | 15 | 57 | 35 |
| Octal | 357 | 150 | 37 | 0 | 70 | 127 | 6 | 25 | 127 | 65 |
| Binary | 11101111 | 1101000 | 11111 | 0 | 111000 | 1010111 | 110 | 10101 | 1010111 | 110101 |
Color Harmonies of #EF681F
Complementary color
Monochromatic Colors of #EF681F
Black with #EF681F
Text Example
Text Example
White with #EF681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF681F; }
p { color: rgb(239,104,31); }
H1.HeaderClassName
{
color: #EF681F;
}
.AnyTagClassName
{
color: #EF681F;
}
</style>
background-color css
<style>
a { background-color: #EF681F; }
a { background-color: rgb(239,104,31); }
div.DivClassName
{
background-color: #EF681F;
}
.BgClassName
{
background-color: #EF681F;
}
</style>
border-color css
<style>
span { border-color: #EF681F; }
span { border-color: rgb(239,104,31); }
td.TdClassName
{
border-color: #EF681F;
}
.TagClassName
{
border-color: #EF681F;
}
</style>