Shades of Pumpkin #EC771E
Tints of Pumpkin #EC771E
RGB
CMYK
RGB Variations
Color information
#EC771E (or 0xEC771E) is known color: Pumpkin. HEX triplet: EC, 77 and 1E. RGB value is (236,119,30). Sum of RGB (Red+Green+Blue) = 236+119+30=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC771E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC771E is #1388E1. Grayscale: #909090. Windows color (decimal): -1280226 or 1996780. OLE color: 1996780.
HSL color Cylindrical-coordinate representation of color #EC771E: hue angle of 25.92º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC771E is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 30 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.07 |
| HSL | 25.92º | 0.84% | 0.52% | - |
| HSV(B) | 25.92º | 0.87% | 0.93% | - |
| XYZ | 41.42 | 31.12 | 5.05 | - |
| YUV | 143.84 | 63.76 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 30 | 0 | 0.50 | 0.87 | 0.07 | 25.92 | 0.84 | 0.52 |
| Hex | EC | 77 | 1E | 0 | 32 | 57 | 7 | 1A | 54 | 34 |
| Octal | 354 | 167 | 36 | 0 | 62 | 127 | 7 | 32 | 124 | 64 |
| Binary | 11101100 | 1110111 | 11110 | 0 | 110010 | 1010111 | 111 | 11010 | 1010100 | 110100 |
Color Harmonies of #EC771E
Complementary color
Monochromatic Colors of #EC771E
Black with #EC771E
Text Example
Text Example
White with #EC771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC771E; }
p { color: rgb(236,119,30); }
H1.HeaderClassName
{
color: #EC771E;
}
.AnyTagClassName
{
color: #EC771E;
}
</style>
background-color css
<style>
a { background-color: #EC771E; }
a { background-color: rgb(236,119,30); }
div.DivClassName
{
background-color: #EC771E;
}
.BgClassName
{
background-color: #EC771E;
}
</style>
border-color css
<style>
span { border-color: #EC771E; }
span { border-color: rgb(236,119,30); }
td.TdClassName
{
border-color: #EC771E;
}
.TagClassName
{
border-color: #EC771E;
}
</style>