Shades of Pumpkin #EC7119
Tints of Pumpkin #EC7119
RGB
CMYK
RGB Variations
Color information
#EC7119 (or 0xEC7119) is known color: Pumpkin. HEX triplet: EC, 71 and 19. RGB value is (236,113,25). Sum of RGB (Red+Green+Blue) = 236+113+25=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7119 is #138EE6. Grayscale: #8C8C8C. Windows color (decimal): -1281767 or 1667564. OLE color: 1667564.
HSL color Cylindrical-coordinate representation of color #EC7119: hue angle of 25.02º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC7119 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 25 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.07 |
| HSL | 25.02º | 0.85% | 0.51% | - |
| HSV(B) | 25.02º | 0.89% | 0.93% | - |
| XYZ | 40.67 | 29.71 | 4.51 | - |
| YUV | 139.75 | 63.25 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 25 | 0 | 0.52 | 0.89 | 0.07 | 25.02 | 0.85 | 0.51 |
| Hex | EC | 71 | 19 | 0 | 34 | 59 | 7 | 19 | 55 | 33 |
| Octal | 354 | 161 | 31 | 0 | 64 | 131 | 7 | 31 | 125 | 63 |
| Binary | 11101100 | 1110001 | 11001 | 0 | 110100 | 1011001 | 111 | 11001 | 1010101 | 110011 |
Color Harmonies of #EC7119
Complementary color
Monochromatic Colors of #EC7119
Black with #EC7119
Text Example
Text Example
White with #EC7119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7119; }
p { color: rgb(236,113,25); }
H1.HeaderClassName
{
color: #EC7119;
}
.AnyTagClassName
{
color: #EC7119;
}
</style>
background-color css
<style>
a { background-color: #EC7119; }
a { background-color: rgb(236,113,25); }
div.DivClassName
{
background-color: #EC7119;
}
.BgClassName
{
background-color: #EC7119;
}
</style>
border-color css
<style>
span { border-color: #EC7119; }
span { border-color: rgb(236,113,25); }
td.TdClassName
{
border-color: #EC7119;
}
.TagClassName
{
border-color: #EC7119;
}
</style>