Shades of Pumpkin #EC7114
Tints of Pumpkin #EC7114
RGB
CMYK
RGB Variations
Color information
#EC7114 (or 0xEC7114) is known color: Pumpkin. HEX triplet: EC, 71 and 14. RGB value is (236,113,20). Sum of RGB (Red+Green+Blue) = 236+113+20=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7114 is #138EEB. Grayscale: #8B8B8B. Windows color (decimal): -1281772 or 1339884. OLE color: 1339884.
HSL color Cylindrical-coordinate representation of color #EC7114: hue angle of 25.83º 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 #EC7114 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 20 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.07 |
| HSL | 25.83º | 0.85% | 0.5% | - |
| HSV(B) | 25.83º | 0.92% | 0.93% | - |
| XYZ | 40.62 | 29.69 | 4.25 | - |
| YUV | 139.18 | 60.75 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 20 | 0 | 0.52 | 0.92 | 0.07 | 25.83 | 0.85 | 0.5 |
| Hex | EC | 71 | 14 | 0 | 34 | 5C | 7 | 1A | 55 | 32 |
| Octal | 354 | 161 | 24 | 0 | 64 | 134 | 7 | 32 | 125 | 62 |
| Binary | 11101100 | 1110001 | 10100 | 0 | 110100 | 1011100 | 111 | 11010 | 1010101 | 110010 |
Color Harmonies of #EC7114
Complementary color
Monochromatic Colors of #EC7114
Black with #EC7114
Text Example
Text Example
White with #EC7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7114; }
p { color: rgb(236,113,20); }
H1.HeaderClassName
{
color: #EC7114;
}
.AnyTagClassName
{
color: #EC7114;
}
</style>
background-color css
<style>
a { background-color: #EC7114; }
a { background-color: rgb(236,113,20); }
div.DivClassName
{
background-color: #EC7114;
}
.BgClassName
{
background-color: #EC7114;
}
</style>
border-color css
<style>
span { border-color: #EC7114; }
span { border-color: rgb(236,113,20); }
td.TdClassName
{
border-color: #EC7114;
}
.TagClassName
{
border-color: #EC7114;
}
</style>