Shades of Pumpkin #EF741D
Tints of Pumpkin #EF741D
RGB
CMYK
RGB Variations
Color information
#EF741D (or 0xEF741D) is known color: Pumpkin. HEX triplet: EF, 74 and 1D. RGB value is (239,116,29). Sum of RGB (Red+Green+Blue) = 239+116+29=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF741D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF741D is #108BE2. Grayscale: #8F8F8F. Windows color (decimal): -1084387 or 1930479. OLE color: 1930479.
HSL color Cylindrical-coordinate representation of color #EF741D: hue angle of 24.86º 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 #EF741D is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 29 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.06 |
| HSL | 24.86º | 0.87% | 0.53% | - |
| HSV(B) | 24.86º | 0.88% | 0.94% | - |
| XYZ | 42.06 | 30.93 | 4.92 | - |
| YUV | 142.86 | 63.75 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 29 | 0 | 0.51 | 0.88 | 0.06 | 24.86 | 0.87 | 0.53 |
| Hex | EF | 74 | 1D | 0 | 33 | 58 | 6 | 19 | 57 | 35 |
| Octal | 357 | 164 | 35 | 0 | 63 | 130 | 6 | 31 | 127 | 65 |
| Binary | 11101111 | 1110100 | 11101 | 0 | 110011 | 1011000 | 110 | 11001 | 1010111 | 110101 |
Color Harmonies of #EF741D
Complementary color
Monochromatic Colors of #EF741D
Black with #EF741D
Text Example
Text Example
White with #EF741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF741D; }
p { color: rgb(239,116,29); }
H1.HeaderClassName
{
color: #EF741D;
}
.AnyTagClassName
{
color: #EF741D;
}
</style>
background-color css
<style>
a { background-color: #EF741D; }
a { background-color: rgb(239,116,29); }
div.DivClassName
{
background-color: #EF741D;
}
.BgClassName
{
background-color: #EF741D;
}
</style>
border-color css
<style>
span { border-color: #EF741D; }
span { border-color: rgb(239,116,29); }
td.TdClassName
{
border-color: #EF741D;
}
.TagClassName
{
border-color: #EF741D;
}
</style>