Shades of Pumpkin #EC7919
Tints of Pumpkin #EC7919
RGB
CMYK
RGB Variations
Color information
#EC7919 (or 0xEC7919) is known color: Pumpkin. HEX triplet: EC, 79 and 19. RGB value is (236,121,25). Sum of RGB (Red+Green+Blue) = 236+121+25=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7919 is #1386E6. Grayscale: #909090. Windows color (decimal): -1279719 or 1669612. OLE color: 1669612.
HSL color Cylindrical-coordinate representation of color #EC7919: hue angle of 27.3º 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 #EC7919 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 25 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.07 |
| HSL | 27.3º | 0.85% | 0.51% | - |
| HSV(B) | 27.3º | 0.89% | 0.93% | - |
| XYZ | 41.6 | 31.58 | 4.82 | - |
| YUV | 144.44 | 60.6 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 25 | 0 | 0.49 | 0.89 | 0.07 | 27.3 | 0.85 | 0.51 |
| Hex | EC | 79 | 19 | 0 | 31 | 59 | 7 | 1B | 55 | 33 |
| Octal | 354 | 171 | 31 | 0 | 61 | 131 | 7 | 33 | 125 | 63 |
| Binary | 11101100 | 1111001 | 11001 | 0 | 110001 | 1011001 | 111 | 11011 | 1010101 | 110011 |
Color Harmonies of #EC7919
Complementary color
Monochromatic Colors of #EC7919
Black with #EC7919
Text Example
Text Example
White with #EC7919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7919; }
p { color: rgb(236,121,25); }
H1.HeaderClassName
{
color: #EC7919;
}
.AnyTagClassName
{
color: #EC7919;
}
</style>
background-color css
<style>
a { background-color: #EC7919; }
a { background-color: rgb(236,121,25); }
div.DivClassName
{
background-color: #EC7919;
}
.BgClassName
{
background-color: #EC7919;
}
</style>
border-color css
<style>
span { border-color: #EC7919; }
span { border-color: rgb(236,121,25); }
td.TdClassName
{
border-color: #EC7919;
}
.TagClassName
{
border-color: #EC7919;
}
</style>