Shades of Pumpkin #EC7714
Tints of Pumpkin #EC7714
RGB
CMYK
RGB Variations
Color information
#EC7714 (or 0xEC7714) is known color: Pumpkin. HEX triplet: EC, 77 and 14. RGB value is (236,119,20). Sum of RGB (Red+Green+Blue) = 236+119+20=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7714 is #1388EB. Grayscale: #8F8F8F. Windows color (decimal): -1280236 or 1341420. OLE color: 1341420.
HSL color Cylindrical-coordinate representation of color #EC7714: hue angle of 27.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC7714 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 20 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.07 |
| HSL | 27.5º | 0.85% | 0.5% | - |
| HSV(B) | 27.5º | 0.92% | 0.93% | - |
| XYZ | 41.32 | 31.08 | 4.48 | - |
| YUV | 142.7 | 58.76 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 20 | 0 | 0.50 | 0.92 | 0.07 | 27.5 | 0.85 | 0.5 |
| Hex | EC | 77 | 14 | 0 | 32 | 5C | 7 | 1C | 55 | 32 |
| Octal | 354 | 167 | 24 | 0 | 62 | 134 | 7 | 34 | 125 | 62 |
| Binary | 11101100 | 1110111 | 10100 | 0 | 110010 | 1011100 | 111 | 11100 | 1010101 | 110010 |
Color Harmonies of #EC7714
Complementary color
Monochromatic Colors of #EC7714
Black with #EC7714
Text Example
Text Example
White with #EC7714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7714; }
p { color: rgb(236,119,20); }
H1.HeaderClassName
{
color: #EC7714;
}
.AnyTagClassName
{
color: #EC7714;
}
</style>
background-color css
<style>
a { background-color: #EC7714; }
a { background-color: rgb(236,119,20); }
div.DivClassName
{
background-color: #EC7714;
}
.BgClassName
{
background-color: #EC7714;
}
</style>
border-color css
<style>
span { border-color: #EC7714; }
span { border-color: rgb(236,119,20); }
td.TdClassName
{
border-color: #EC7714;
}
.TagClassName
{
border-color: #EC7714;
}
</style>