Shades of Pumpkin #EF651C
Tints of Pumpkin #EF651C
RGB
CMYK
RGB Variations
Color information
#EF651C (or 0xEF651C) is known color: Pumpkin. HEX triplet: EF, 65 and 1C. RGB value is (239,101,28). Sum of RGB (Red+Green+Blue) = 239+101+28=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF651C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF651C is #109AE3. Grayscale: #868686. Windows color (decimal): -1088228 or 1861103. OLE color: 1861103.
HSL color Cylindrical-coordinate representation of color #EF651C: hue angle of 20.76º 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 #EF651C is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 28 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.06 |
| HSL | 20.76º | 0.87% | 0.52% | - |
| HSV(B) | 20.76º | 0.88% | 0.94% | - |
| XYZ | 40.46 | 27.74 | 4.32 | - |
| YUV | 133.94 | 68.22 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 28 | 0 | 0.58 | 0.88 | 0.06 | 20.76 | 0.87 | 0.52 |
| Hex | EF | 65 | 1C | 0 | 3A | 58 | 6 | 15 | 57 | 34 |
| Octal | 357 | 145 | 34 | 0 | 72 | 130 | 6 | 25 | 127 | 64 |
| Binary | 11101111 | 1100101 | 11100 | 0 | 111010 | 1011000 | 110 | 10101 | 1010111 | 110100 |
Color Harmonies of #EF651C
Complementary color
Monochromatic Colors of #EF651C
Black with #EF651C
Text Example
Text Example
White with #EF651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF651C; }
p { color: rgb(239,101,28); }
H1.HeaderClassName
{
color: #EF651C;
}
.AnyTagClassName
{
color: #EF651C;
}
</style>
background-color css
<style>
a { background-color: #EF651C; }
a { background-color: rgb(239,101,28); }
div.DivClassName
{
background-color: #EF651C;
}
.BgClassName
{
background-color: #EF651C;
}
</style>
border-color css
<style>
span { border-color: #EF651C; }
span { border-color: rgb(239,101,28); }
td.TdClassName
{
border-color: #EF651C;
}
.TagClassName
{
border-color: #EF651C;
}
</style>