Shades of Pumpkin #EC771D
Tints of Pumpkin #EC771D
RGB
CMYK
RGB Variations
Color information
#EC771D (or 0xEC771D) is known color: Pumpkin. HEX triplet: EC, 77 and 1D. RGB value is (236,119,29). Sum of RGB (Red+Green+Blue) = 236+119+29=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC771D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC771D is #1388E2. Grayscale: #909090. Windows color (decimal): -1280227 or 1931244. OLE color: 1931244.
HSL color Cylindrical-coordinate representation of color #EC771D: hue angle of 26.09º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC771D is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 29 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.07 |
| HSL | 26.09º | 0.84% | 0.52% | - |
| HSV(B) | 26.09º | 0.88% | 0.93% | - |
| XYZ | 41.41 | 31.12 | 4.99 | - |
| YUV | 143.72 | 63.26 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 29 | 0 | 0.50 | 0.88 | 0.07 | 26.09 | 0.84 | 0.52 |
| Hex | EC | 77 | 1D | 0 | 32 | 58 | 7 | 1A | 54 | 34 |
| Octal | 354 | 167 | 35 | 0 | 62 | 130 | 7 | 32 | 124 | 64 |
| Binary | 11101100 | 1110111 | 11101 | 0 | 110010 | 1011000 | 111 | 11010 | 1010100 | 110100 |
Color Harmonies of #EC771D
Complementary color
Monochromatic Colors of #EC771D
Black with #EC771D
Text Example
Text Example
White with #EC771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC771D; }
p { color: rgb(236,119,29); }
H1.HeaderClassName
{
color: #EC771D;
}
.AnyTagClassName
{
color: #EC771D;
}
</style>
background-color css
<style>
a { background-color: #EC771D; }
a { background-color: rgb(236,119,29); }
div.DivClassName
{
background-color: #EC771D;
}
.BgClassName
{
background-color: #EC771D;
}
</style>
border-color css
<style>
span { border-color: #EC771D; }
span { border-color: rgb(236,119,29); }
td.TdClassName
{
border-color: #EC771D;
}
.TagClassName
{
border-color: #EC771D;
}
</style>