Shades of Pumpkin #EF761B
Tints of Pumpkin #EF761B
RGB
CMYK
RGB Variations
Color information
#EF761B (or 0xEF761B) is known color: Pumpkin. HEX triplet: EF, 76 and 1B. RGB value is (239,118,27). Sum of RGB (Red+Green+Blue) = 239+118+27=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF761B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF761B is #1089E4. Grayscale: #909090. Windows color (decimal): -1083877 or 1799919. OLE color: 1799919.
HSL color Cylindrical-coordinate representation of color #EF761B: hue angle of 25.75º 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 #EF761B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 27 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.06 |
| HSL | 25.75º | 0.87% | 0.52% | - |
| HSV(B) | 25.75º | 0.89% | 0.94% | - |
| XYZ | 42.27 | 31.39 | 4.87 | - |
| YUV | 143.81 | 62.09 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 27 | 0 | 0.51 | 0.89 | 0.06 | 25.75 | 0.87 | 0.52 |
| Hex | EF | 76 | 1B | 0 | 33 | 59 | 6 | 1A | 57 | 34 |
| Octal | 357 | 166 | 33 | 0 | 63 | 131 | 6 | 32 | 127 | 64 |
| Binary | 11101111 | 1110110 | 11011 | 0 | 110011 | 1011001 | 110 | 11010 | 1010111 | 110100 |
Color Harmonies of #EF761B
Complementary color
Monochromatic Colors of #EF761B
Black with #EF761B
Text Example
Text Example
White with #EF761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF761B; }
p { color: rgb(239,118,27); }
H1.HeaderClassName
{
color: #EF761B;
}
.AnyTagClassName
{
color: #EF761B;
}
</style>
background-color css
<style>
a { background-color: #EF761B; }
a { background-color: rgb(239,118,27); }
div.DivClassName
{
background-color: #EF761B;
}
.BgClassName
{
background-color: #EF761B;
}
</style>
border-color css
<style>
span { border-color: #EF761B; }
span { border-color: rgb(239,118,27); }
td.TdClassName
{
border-color: #EF761B;
}
.TagClassName
{
border-color: #EF761B;
}
</style>