Shades of Pumpkin #EF651D
Tints of Pumpkin #EF651D
RGB
CMYK
RGB Variations
Color information
#EF651D (or 0xEF651D) is known color: Pumpkin. HEX triplet: EF, 65 and 1D. RGB value is (239,101,29). Sum of RGB (Red+Green+Blue) = 239+101+29=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF651D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF651D is #109AE2. Grayscale: #868686. Windows color (decimal): -1088227 or 1926639. OLE color: 1926639.
HSL color Cylindrical-coordinate representation of color #EF651D: hue angle of 20.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF651D is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 29 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.06 |
| HSL | 20.57º | 0.87% | 0.53% | - |
| HSV(B) | 20.57º | 0.88% | 0.94% | - |
| XYZ | 40.47 | 27.75 | 4.38 | - |
| YUV | 134.05 | 68.72 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 29 | 0 | 0.58 | 0.88 | 0.06 | 20.57 | 0.87 | 0.53 |
| Hex | EF | 65 | 1D | 0 | 3A | 58 | 6 | 15 | 57 | 35 |
| Octal | 357 | 145 | 35 | 0 | 72 | 130 | 6 | 25 | 127 | 65 |
| Binary | 11101111 | 1100101 | 11101 | 0 | 111010 | 1011000 | 110 | 10101 | 1010111 | 110101 |
Color Harmonies of #EF651D
Complementary color
Monochromatic Colors of #EF651D
Black with #EF651D
Text Example
Text Example
White with #EF651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF651D; }
p { color: rgb(239,101,29); }
H1.HeaderClassName
{
color: #EF651D;
}
.AnyTagClassName
{
color: #EF651D;
}
</style>
background-color css
<style>
a { background-color: #EF651D; }
a { background-color: rgb(239,101,29); }
div.DivClassName
{
background-color: #EF651D;
}
.BgClassName
{
background-color: #EF651D;
}
</style>
border-color css
<style>
span { border-color: #EF651D; }
span { border-color: rgb(239,101,29); }
td.TdClassName
{
border-color: #EF651D;
}
.TagClassName
{
border-color: #EF651D;
}
</style>