Shades of Pumpkin #EF641B
Tints of Pumpkin #EF641B
RGB
CMYK
RGB Variations
Color information
#EF641B (or 0xEF641B) is known color: Pumpkin. HEX triplet: EF, 64 and 1B. RGB value is (239,100,27). Sum of RGB (Red+Green+Blue) = 239+100+27=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF641B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF641B is #109BE4. Grayscale: #858585. Windows color (decimal): -1088485 or 1795311. OLE color: 1795311.
HSL color Cylindrical-coordinate representation of color #EF641B: hue angle of 20.66º 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 #EF641B is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 27 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.06 |
| HSL | 20.66º | 0.87% | 0.52% | - |
| HSV(B) | 20.66º | 0.89% | 0.94% | - |
| XYZ | 40.35 | 27.54 | 4.23 | - |
| YUV | 133.24 | 68.05 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 27 | 0 | 0.58 | 0.89 | 0.06 | 20.66 | 0.87 | 0.52 |
| Hex | EF | 64 | 1B | 0 | 3A | 59 | 6 | 15 | 57 | 34 |
| Octal | 357 | 144 | 33 | 0 | 72 | 131 | 6 | 25 | 127 | 64 |
| Binary | 11101111 | 1100100 | 11011 | 0 | 111010 | 1011001 | 110 | 10101 | 1010111 | 110100 |
Color Harmonies of #EF641B
Complementary color
Monochromatic Colors of #EF641B
Black with #EF641B
Text Example
Text Example
White with #EF641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF641B; }
p { color: rgb(239,100,27); }
H1.HeaderClassName
{
color: #EF641B;
}
.AnyTagClassName
{
color: #EF641B;
}
</style>
background-color css
<style>
a { background-color: #EF641B; }
a { background-color: rgb(239,100,27); }
div.DivClassName
{
background-color: #EF641B;
}
.BgClassName
{
background-color: #EF641B;
}
</style>
border-color css
<style>
span { border-color: #EF641B; }
span { border-color: rgb(239,100,27); }
td.TdClassName
{
border-color: #EF641B;
}
.TagClassName
{
border-color: #EF641B;
}
</style>