Shades of Pumpkin #EC7314
Tints of Pumpkin #EC7314
RGB
CMYK
RGB Variations
Color information
#EC7314 (or 0xEC7314) is known color: Pumpkin. HEX triplet: EC, 73 and 14. RGB value is (236,115,20). Sum of RGB (Red+Green+Blue) = 236+115+20=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7314 is #138CEB. Grayscale: #8C8C8C. Windows color (decimal): -1281260 or 1340396. OLE color: 1340396.
HSL color Cylindrical-coordinate representation of color #EC7314: hue angle of 26.39º 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 #EC7314 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 20 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.07 |
| HSL | 26.39º | 0.85% | 0.5% | - |
| HSV(B) | 26.39º | 0.92% | 0.93% | - |
| XYZ | 40.85 | 30.14 | 4.33 | - |
| YUV | 140.35 | 60.09 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 20 | 0 | 0.51 | 0.92 | 0.07 | 26.39 | 0.85 | 0.5 |
| Hex | EC | 73 | 14 | 0 | 33 | 5C | 7 | 1A | 55 | 32 |
| Octal | 354 | 163 | 24 | 0 | 63 | 134 | 7 | 32 | 125 | 62 |
| Binary | 11101100 | 1110011 | 10100 | 0 | 110011 | 1011100 | 111 | 11010 | 1010101 | 110010 |
Color Harmonies of #EC7314
Complementary color
Monochromatic Colors of #EC7314
Black with #EC7314
Text Example
Text Example
White with #EC7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7314; }
p { color: rgb(236,115,20); }
H1.HeaderClassName
{
color: #EC7314;
}
.AnyTagClassName
{
color: #EC7314;
}
</style>
background-color css
<style>
a { background-color: #EC7314; }
a { background-color: rgb(236,115,20); }
div.DivClassName
{
background-color: #EC7314;
}
.BgClassName
{
background-color: #EC7314;
}
</style>
border-color css
<style>
span { border-color: #EC7314; }
span { border-color: rgb(236,115,20); }
td.TdClassName
{
border-color: #EC7314;
}
.TagClassName
{
border-color: #EC7314;
}
</style>