Shades of Pumpkin #EF761D
Tints of Pumpkin #EF761D
RGB
CMYK
RGB Variations
Color information
#EF761D (or 0xEF761D) is known color: Pumpkin. HEX triplet: EF, 76 and 1D. RGB value is (239,118,29). Sum of RGB (Red+Green+Blue) = 239+118+29=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF761D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF761D is #1089E2. Grayscale: #909090. Windows color (decimal): -1083875 or 1930991. OLE color: 1930991.
HSL color Cylindrical-coordinate representation of color #EF761D: hue angle of 25.43º 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 #EF761D is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 29 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.06 |
| HSL | 25.43º | 0.87% | 0.53% | - |
| HSV(B) | 25.43º | 0.88% | 0.94% | - |
| XYZ | 42.3 | 31.4 | 4.99 | - |
| YUV | 144.03 | 63.09 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 29 | 0 | 0.51 | 0.88 | 0.06 | 25.43 | 0.87 | 0.53 |
| Hex | EF | 76 | 1D | 0 | 33 | 58 | 6 | 19 | 57 | 35 |
| Octal | 357 | 166 | 35 | 0 | 63 | 130 | 6 | 31 | 127 | 65 |
| Binary | 11101111 | 1110110 | 11101 | 0 | 110011 | 1011000 | 110 | 11001 | 1010111 | 110101 |
Color Harmonies of #EF761D
Complementary color
Monochromatic Colors of #EF761D
Black with #EF761D
Text Example
Text Example
White with #EF761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF761D; }
p { color: rgb(239,118,29); }
H1.HeaderClassName
{
color: #EF761D;
}
.AnyTagClassName
{
color: #EF761D;
}
</style>
background-color css
<style>
a { background-color: #EF761D; }
a { background-color: rgb(239,118,29); }
div.DivClassName
{
background-color: #EF761D;
}
.BgClassName
{
background-color: #EF761D;
}
</style>
border-color css
<style>
span { border-color: #EF761D; }
span { border-color: rgb(239,118,29); }
td.TdClassName
{
border-color: #EF761D;
}
.TagClassName
{
border-color: #EF761D;
}
</style>