Shades of Pumpkin #EC7619
Tints of Pumpkin #EC7619
RGB
CMYK
RGB Variations
Color information
#EC7619 (or 0xEC7619) is known color: Pumpkin. HEX triplet: EC, 76 and 19. RGB value is (236,118,25). Sum of RGB (Red+Green+Blue) = 236+118+25=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7619 is #1389E6. Grayscale: #8F8F8F. Windows color (decimal): -1280487 or 1668844. OLE color: 1668844.
HSL color Cylindrical-coordinate representation of color #EC7619: hue angle of 26.45º 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 #EC7619 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 25 | - |
| CMYK | 0 | 0.5 | 0.89 | 0.07 |
| HSL | 26.45º | 0.85% | 0.51% | - |
| HSV(B) | 26.45º | 0.89% | 0.93% | - |
| XYZ | 41.25 | 30.86 | 4.7 | - |
| YUV | 142.68 | 61.59 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 25 | 0 | 0.5 | 0.89 | 0.07 | 26.45 | 0.85 | 0.51 |
| Hex | EC | 76 | 19 | 0 | 32 | 59 | 7 | 1A | 55 | 33 |
| Octal | 354 | 166 | 31 | 0 | 62 | 131 | 7 | 32 | 125 | 63 |
| Binary | 11101100 | 1110110 | 11001 | 0 | 110010 | 1011001 | 111 | 11010 | 1010101 | 110011 |
Color Harmonies of #EC7619
Complementary color
Monochromatic Colors of #EC7619
Black with #EC7619
Text Example
Text Example
White with #EC7619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7619; }
p { color: rgb(236,118,25); }
H1.HeaderClassName
{
color: #EC7619;
}
.AnyTagClassName
{
color: #EC7619;
}
</style>
background-color css
<style>
a { background-color: #EC7619; }
a { background-color: rgb(236,118,25); }
div.DivClassName
{
background-color: #EC7619;
}
.BgClassName
{
background-color: #EC7619;
}
</style>
border-color css
<style>
span { border-color: #EC7619; }
span { border-color: rgb(236,118,25); }
td.TdClassName
{
border-color: #EC7619;
}
.TagClassName
{
border-color: #EC7619;
}
</style>