Shades of Pumpkin #EC7113
Tints of Pumpkin #EC7113
RGB
CMYK
RGB Variations
Color information
#EC7113 (or 0xEC7113) is known color: Pumpkin. HEX triplet: EC, 71 and 13. RGB value is (236,113,19). Sum of RGB (Red+Green+Blue) = 236+113+19=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7113 is #138EEC. Grayscale: #8B8B8B. Windows color (decimal): -1281773 or 1274348. OLE color: 1274348.
HSL color Cylindrical-coordinate representation of color #EC7113: hue angle of 25.99º 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 #EC7113 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 19 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.07 |
| HSL | 25.99º | 0.85% | 0.5% | - |
| HSV(B) | 25.99º | 0.92% | 0.93% | - |
| XYZ | 40.61 | 29.69 | 4.21 | - |
| YUV | 139.06 | 60.25 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 19 | 0 | 0.52 | 0.92 | 0.07 | 25.99 | 0.85 | 0.5 |
| Hex | EC | 71 | 13 | 0 | 34 | 5C | 7 | 1A | 55 | 32 |
| Octal | 354 | 161 | 23 | 0 | 64 | 134 | 7 | 32 | 125 | 62 |
| Binary | 11101100 | 1110001 | 10011 | 0 | 110100 | 1011100 | 111 | 11010 | 1010101 | 110010 |
Color Harmonies of #EC7113
Complementary color
Monochromatic Colors of #EC7113
Black with #EC7113
Text Example
Text Example
White with #EC7113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7113; }
p { color: rgb(236,113,19); }
H1.HeaderClassName
{
color: #EC7113;
}
.AnyTagClassName
{
color: #EC7113;
}
</style>
background-color css
<style>
a { background-color: #EC7113; }
a { background-color: rgb(236,113,19); }
div.DivClassName
{
background-color: #EC7113;
}
.BgClassName
{
background-color: #EC7113;
}
</style>
border-color css
<style>
span { border-color: #EC7113; }
span { border-color: rgb(236,113,19); }
td.TdClassName
{
border-color: #EC7113;
}
.TagClassName
{
border-color: #EC7113;
}
</style>