Shades of Pumpkin #EF621A
Tints of Pumpkin #EF621A
RGB
CMYK
RGB Variations
Color information
#EF621A (or 0xEF621A) is known color: Pumpkin. HEX triplet: EF, 62 and 1A. RGB value is (239,98,26). Sum of RGB (Red+Green+Blue) = 239+98+26=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF621A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF621A is #109DE5. Grayscale: #848484. Windows color (decimal): -1088998 or 1729263. OLE color: 1729263.
HSL color Cylindrical-coordinate representation of color #EF621A: hue angle of 20.28º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF621A is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 26 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.06 |
| HSL | 20.28º | 0.87% | 0.52% | - |
| HSV(B) | 20.28º | 0.89% | 0.94% | - |
| XYZ | 40.15 | 27.16 | 4.1 | - |
| YUV | 131.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 26 | 0 | 0.59 | 0.89 | 0.06 | 20.28 | 0.87 | 0.52 |
| Hex | EF | 62 | 1A | 0 | 3B | 59 | 6 | 14 | 57 | 34 |
| Octal | 357 | 142 | 32 | 0 | 73 | 131 | 6 | 24 | 127 | 64 |
| Binary | 11101111 | 1100010 | 11010 | 0 | 111011 | 1011001 | 110 | 10100 | 1010111 | 110100 |
Color Harmonies of #EF621A
Complementary color
Monochromatic Colors of #EF621A
Black with #EF621A
Text Example
Text Example
White with #EF621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF621A; }
p { color: rgb(239,98,26); }
H1.HeaderClassName
{
color: #EF621A;
}
.AnyTagClassName
{
color: #EF621A;
}
</style>
background-color css
<style>
a { background-color: #EF621A; }
a { background-color: rgb(239,98,26); }
div.DivClassName
{
background-color: #EF621A;
}
.BgClassName
{
background-color: #EF621A;
}
</style>
border-color css
<style>
span { border-color: #EF621A; }
span { border-color: rgb(239,98,26); }
td.TdClassName
{
border-color: #EF621A;
}
.TagClassName
{
border-color: #EF621A;
}
</style>