Shades of Pumpkin #EC791C
Tints of Pumpkin #EC791C
RGB
CMYK
RGB Variations
Color information
#EC791C (or 0xEC791C) is known color: Pumpkin. HEX triplet: EC, 79 and 1C. RGB value is (236,121,28). Sum of RGB (Red+Green+Blue) = 236+121+28=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC791C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC791C is #1386E3. Grayscale: #919191. Windows color (decimal): -1279716 or 1866220. OLE color: 1866220.
HSL color Cylindrical-coordinate representation of color #EC791C: hue angle of 26.83º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC791C is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 28 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.07 |
| HSL | 26.83º | 0.85% | 0.52% | - |
| HSV(B) | 26.83º | 0.88% | 0.93% | - |
| XYZ | 41.64 | 31.59 | 5 | - |
| YUV | 144.78 | 62.1 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 28 | 0 | 0.49 | 0.88 | 0.07 | 26.83 | 0.85 | 0.52 |
| Hex | EC | 79 | 1C | 0 | 31 | 58 | 7 | 1B | 55 | 34 |
| Octal | 354 | 171 | 34 | 0 | 61 | 130 | 7 | 33 | 125 | 64 |
| Binary | 11101100 | 1111001 | 11100 | 0 | 110001 | 1011000 | 111 | 11011 | 1010101 | 110100 |
Color Harmonies of #EC791C
Complementary color
Monochromatic Colors of #EC791C
Black with #EC791C
Text Example
Text Example
White with #EC791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC791C; }
p { color: rgb(236,121,28); }
H1.HeaderClassName
{
color: #EC791C;
}
.AnyTagClassName
{
color: #EC791C;
}
</style>
background-color css
<style>
a { background-color: #EC791C; }
a { background-color: rgb(236,121,28); }
div.DivClassName
{
background-color: #EC791C;
}
.BgClassName
{
background-color: #EC791C;
}
</style>
border-color css
<style>
span { border-color: #EC791C; }
span { border-color: rgb(236,121,28); }
td.TdClassName
{
border-color: #EC791C;
}
.TagClassName
{
border-color: #EC791C;
}
</style>