Shades of Pumpkin #EC7C19
Tints of Pumpkin #EC7C19
RGB
CMYK
RGB Variations
Color information
#EC7C19 (or 0xEC7C19) is known color: Pumpkin. HEX triplet: EC, 7C and 19. RGB value is (236,124,25). Sum of RGB (Red+Green+Blue) = 236+124+25=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7C19 is #1383E6. Grayscale: #929292. Windows color (decimal): -1278951 or 1670380. OLE color: 1670380.
HSL color Cylindrical-coordinate representation of color #EC7C19: hue angle of 28.15º 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 #EC7C19 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 25 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.07 |
| HSL | 28.15º | 0.85% | 0.51% | - |
| HSV(B) | 28.15º | 0.89% | 0.93% | - |
| XYZ | 41.98 | 32.32 | 4.95 | - |
| YUV | 146.2 | 59.61 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 25 | 0 | 0.47 | 0.89 | 0.07 | 28.15 | 0.85 | 0.51 |
| Hex | EC | 7C | 19 | 0 | 2F | 59 | 7 | 1C | 55 | 33 |
| Octal | 354 | 174 | 31 | 0 | 57 | 131 | 7 | 34 | 125 | 63 |
| Binary | 11101100 | 1111100 | 11001 | 0 | 101111 | 1011001 | 111 | 11100 | 1010101 | 110011 |
Color Harmonies of #EC7C19
Complementary color
Monochromatic Colors of #EC7C19
Black with #EC7C19
Text Example
Text Example
White with #EC7C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C19; }
p { color: rgb(236,124,25); }
H1.HeaderClassName
{
color: #EC7C19;
}
.AnyTagClassName
{
color: #EC7C19;
}
</style>
background-color css
<style>
a { background-color: #EC7C19; }
a { background-color: rgb(236,124,25); }
div.DivClassName
{
background-color: #EC7C19;
}
.BgClassName
{
background-color: #EC7C19;
}
</style>
border-color css
<style>
span { border-color: #EC7C19; }
span { border-color: rgb(236,124,25); }
td.TdClassName
{
border-color: #EC7C19;
}
.TagClassName
{
border-color: #EC7C19;
}
</style>