Shades of Pumpkin #EF641C
Tints of Pumpkin #EF641C
RGB
CMYK
RGB Variations
Color information
#EF641C (or 0xEF641C) is known color: Pumpkin. HEX triplet: EF, 64 and 1C. RGB value is (239,100,28). Sum of RGB (Red+Green+Blue) = 239+100+28=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF641C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF641C is #109BE3. Grayscale: #858585. Windows color (decimal): -1088484 or 1860847. OLE color: 1860847.
HSL color Cylindrical-coordinate representation of color #EF641C: hue angle of 20.47º 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 #EF641C is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 28 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.06 |
| HSL | 20.47º | 0.87% | 0.52% | - |
| HSV(B) | 20.47º | 0.88% | 0.94% | - |
| XYZ | 40.36 | 27.55 | 4.29 | - |
| YUV | 133.35 | 68.55 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 28 | 0 | 0.58 | 0.88 | 0.06 | 20.47 | 0.87 | 0.52 |
| Hex | EF | 64 | 1C | 0 | 3A | 58 | 6 | 14 | 57 | 34 |
| Octal | 357 | 144 | 34 | 0 | 72 | 130 | 6 | 24 | 127 | 64 |
| Binary | 11101111 | 1100100 | 11100 | 0 | 111010 | 1011000 | 110 | 10100 | 1010111 | 110100 |
Color Harmonies of #EF641C
Complementary color
Monochromatic Colors of #EF641C
Black with #EF641C
Text Example
Text Example
White with #EF641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF641C; }
p { color: rgb(239,100,28); }
H1.HeaderClassName
{
color: #EF641C;
}
.AnyTagClassName
{
color: #EF641C;
}
</style>
background-color css
<style>
a { background-color: #EF641C; }
a { background-color: rgb(239,100,28); }
div.DivClassName
{
background-color: #EF641C;
}
.BgClassName
{
background-color: #EF641C;
}
</style>
border-color css
<style>
span { border-color: #EF641C; }
span { border-color: rgb(239,100,28); }
td.TdClassName
{
border-color: #EF641C;
}
.TagClassName
{
border-color: #EF641C;
}
</style>