Shades of Pumpkin #EC7A15
Tints of Pumpkin #EC7A15
RGB
CMYK
RGB Variations
Color information
#EC7A15 (or 0xEC7A15) is known color: Pumpkin. HEX triplet: EC, 7A and 15. RGB value is (236,122,21). Sum of RGB (Red+Green+Blue) = 236+122+21=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7A15 is #1385EA. Grayscale: #919191. Windows color (decimal): -1279467 or 1407724. OLE color: 1407724.
HSL color Cylindrical-coordinate representation of color #EC7A15: hue angle of 28.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC7A15 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 21 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.07 |
| HSL | 28.19º | 0.85% | 0.5% | - |
| HSV(B) | 28.19º | 0.91% | 0.93% | - |
| XYZ | 41.69 | 31.81 | 4.65 | - |
| YUV | 144.57 | 58.27 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 21 | 0 | 0.48 | 0.91 | 0.07 | 28.19 | 0.85 | 0.5 |
| Hex | EC | 7A | 15 | 0 | 30 | 5B | 7 | 1C | 55 | 32 |
| Octal | 354 | 172 | 25 | 0 | 60 | 133 | 7 | 34 | 125 | 62 |
| Binary | 11101100 | 1111010 | 10101 | 0 | 110000 | 1011011 | 111 | 11100 | 1010101 | 110010 |
Color Harmonies of #EC7A15
Complementary color
Monochromatic Colors of #EC7A15
Black with #EC7A15
Text Example
Text Example
White with #EC7A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A15; }
p { color: rgb(236,122,21); }
H1.HeaderClassName
{
color: #EC7A15;
}
.AnyTagClassName
{
color: #EC7A15;
}
</style>
background-color css
<style>
a { background-color: #EC7A15; }
a { background-color: rgb(236,122,21); }
div.DivClassName
{
background-color: #EC7A15;
}
.BgClassName
{
background-color: #EC7A15;
}
</style>
border-color css
<style>
span { border-color: #EC7A15; }
span { border-color: rgb(236,122,21); }
td.TdClassName
{
border-color: #EC7A15;
}
.TagClassName
{
border-color: #EC7A15;
}
</style>