Shades of Pumpkin #EC7916
Tints of Pumpkin #EC7916
RGB
CMYK
RGB Variations
Color information
#EC7916 (or 0xEC7916) is known color: Pumpkin. HEX triplet: EC, 79 and 16. RGB value is (236,121,22). Sum of RGB (Red+Green+Blue) = 236+121+22=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7916 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7916 is #1386E9. Grayscale: #909090. Windows color (decimal): -1279722 or 1473004. OLE color: 1473004.
HSL color Cylindrical-coordinate representation of color #EC7916: hue angle of 27.76º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC7916 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 22 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.07 |
| HSL | 27.76º | 0.85% | 0.51% | - |
| HSV(B) | 27.76º | 0.91% | 0.93% | - |
| XYZ | 41.57 | 31.57 | 4.66 | - |
| YUV | 144.1 | 59.1 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 22 | 0 | 0.49 | 0.91 | 0.07 | 27.76 | 0.85 | 0.51 |
| Hex | EC | 79 | 16 | 0 | 31 | 5B | 7 | 1C | 55 | 33 |
| Octal | 354 | 171 | 26 | 0 | 61 | 133 | 7 | 34 | 125 | 63 |
| Binary | 11101100 | 1111001 | 10110 | 0 | 110001 | 1011011 | 111 | 11100 | 1010101 | 110011 |
Color Harmonies of #EC7916
Complementary color
Monochromatic Colors of #EC7916
Black with #EC7916
Text Example
Text Example
White with #EC7916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7916; }
p { color: rgb(236,121,22); }
H1.HeaderClassName
{
color: #EC7916;
}
.AnyTagClassName
{
color: #EC7916;
}
</style>
background-color css
<style>
a { background-color: #EC7916; }
a { background-color: rgb(236,121,22); }
div.DivClassName
{
background-color: #EC7916;
}
.BgClassName
{
background-color: #EC7916;
}
</style>
border-color css
<style>
span { border-color: #EC7916; }
span { border-color: rgb(236,121,22); }
td.TdClassName
{
border-color: #EC7916;
}
.TagClassName
{
border-color: #EC7916;
}
</style>