Shades of Pumpkin #EC7516
Tints of Pumpkin #EC7516
RGB
CMYK
RGB Variations
Color information
#EC7516 (or 0xEC7516) is known color: Pumpkin. HEX triplet: EC, 75 and 16. RGB value is (236,117,22). Sum of RGB (Red+Green+Blue) = 236+117+22=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7516 is #138AE9. Grayscale: #8E8E8E. Windows color (decimal): -1280746 or 1471980. OLE color: 1471980.
HSL color Cylindrical-coordinate representation of color #EC7516: hue angle of 26.64º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC7516 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 22 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.07 |
| HSL | 26.64º | 0.85% | 0.51% | - |
| HSV(B) | 26.64º | 0.91% | 0.93% | - |
| XYZ | 41.1 | 30.61 | 4.5 | - |
| YUV | 141.75 | 60.42 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 22 | 0 | 0.50 | 0.91 | 0.07 | 26.64 | 0.85 | 0.51 |
| Hex | EC | 75 | 16 | 0 | 32 | 5B | 7 | 1B | 55 | 33 |
| Octal | 354 | 165 | 26 | 0 | 62 | 133 | 7 | 33 | 125 | 63 |
| Binary | 11101100 | 1110101 | 10110 | 0 | 110010 | 1011011 | 111 | 11011 | 1010101 | 110011 |
Color Harmonies of #EC7516
Complementary color
Monochromatic Colors of #EC7516
Black with #EC7516
Text Example
Text Example
White with #EC7516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7516; }
p { color: rgb(236,117,22); }
H1.HeaderClassName
{
color: #EC7516;
}
.AnyTagClassName
{
color: #EC7516;
}
</style>
background-color css
<style>
a { background-color: #EC7516; }
a { background-color: rgb(236,117,22); }
div.DivClassName
{
background-color: #EC7516;
}
.BgClassName
{
background-color: #EC7516;
}
</style>
border-color css
<style>
span { border-color: #EC7516; }
span { border-color: rgb(236,117,22); }
td.TdClassName
{
border-color: #EC7516;
}
.TagClassName
{
border-color: #EC7516;
}
</style>