Shades of Pumpkin #EF771B
Tints of Pumpkin #EF771B
RGB
CMYK
RGB Variations
Color information
#EF771B (or 0xEF771B) is known color: Pumpkin. HEX triplet: EF, 77 and 1B. RGB value is (239,119,27). Sum of RGB (Red+Green+Blue) = 239+119+27=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF771B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF771B is #1088E4. Grayscale: #909090. Windows color (decimal): -1083621 or 1800175. OLE color: 1800175.
HSL color Cylindrical-coordinate representation of color #EF771B: hue angle of 26.04º 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 #EF771B is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 27 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.06 |
| HSL | 26.04º | 0.87% | 0.52% | - |
| HSV(B) | 26.04º | 0.89% | 0.94% | - |
| XYZ | 42.39 | 31.62 | 4.91 | - |
| YUV | 144.39 | 61.76 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 27 | 0 | 0.50 | 0.89 | 0.06 | 26.04 | 0.87 | 0.52 |
| Hex | EF | 77 | 1B | 0 | 32 | 59 | 6 | 1A | 57 | 34 |
| Octal | 357 | 167 | 33 | 0 | 62 | 131 | 6 | 32 | 127 | 64 |
| Binary | 11101111 | 1110111 | 11011 | 0 | 110010 | 1011001 | 110 | 11010 | 1010111 | 110100 |
Color Harmonies of #EF771B
Complementary color
Monochromatic Colors of #EF771B
Black with #EF771B
Text Example
Text Example
White with #EF771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF771B; }
p { color: rgb(239,119,27); }
H1.HeaderClassName
{
color: #EF771B;
}
.AnyTagClassName
{
color: #EF771B;
}
</style>
background-color css
<style>
a { background-color: #EF771B; }
a { background-color: rgb(239,119,27); }
div.DivClassName
{
background-color: #EF771B;
}
.BgClassName
{
background-color: #EF771B;
}
</style>
border-color css
<style>
span { border-color: #EF771B; }
span { border-color: rgb(239,119,27); }
td.TdClassName
{
border-color: #EF771B;
}
.TagClassName
{
border-color: #EF771B;
}
</style>