Shades of Pumpkin #EF751D
Tints of Pumpkin #EF751D
RGB
CMYK
RGB Variations
Color information
#EF751D (or 0xEF751D) is known color: Pumpkin. HEX triplet: EF, 75 and 1D. RGB value is (239,117,29). Sum of RGB (Red+Green+Blue) = 239+117+29=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF751D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF751D is #108AE2. Grayscale: #8F8F8F. Windows color (decimal): -1084131 or 1930735. OLE color: 1930735.
HSL color Cylindrical-coordinate representation of color #EF751D: hue angle of 25.14º 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 #EF751D is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 29 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.06 |
| HSL | 25.14º | 0.87% | 0.53% | - |
| HSV(B) | 25.14º | 0.88% | 0.94% | - |
| XYZ | 42.18 | 31.16 | 4.95 | - |
| YUV | 143.45 | 63.42 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 29 | 0 | 0.51 | 0.88 | 0.06 | 25.14 | 0.87 | 0.53 |
| Hex | EF | 75 | 1D | 0 | 33 | 58 | 6 | 19 | 57 | 35 |
| Octal | 357 | 165 | 35 | 0 | 63 | 130 | 6 | 31 | 127 | 65 |
| Binary | 11101111 | 1110101 | 11101 | 0 | 110011 | 1011000 | 110 | 11001 | 1010111 | 110101 |
Color Harmonies of #EF751D
Complementary color
Monochromatic Colors of #EF751D
Black with #EF751D
Text Example
Text Example
White with #EF751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF751D; }
p { color: rgb(239,117,29); }
H1.HeaderClassName
{
color: #EF751D;
}
.AnyTagClassName
{
color: #EF751D;
}
</style>
background-color css
<style>
a { background-color: #EF751D; }
a { background-color: rgb(239,117,29); }
div.DivClassName
{
background-color: #EF751D;
}
.BgClassName
{
background-color: #EF751D;
}
</style>
border-color css
<style>
span { border-color: #EF751D; }
span { border-color: rgb(239,117,29); }
td.TdClassName
{
border-color: #EF751D;
}
.TagClassName
{
border-color: #EF751D;
}
</style>