Shades of Pumpkin #EC7D16
Tints of Pumpkin #EC7D16
RGB
CMYK
RGB Variations
Color information
#EC7D16 (or 0xEC7D16) is known color: Pumpkin. HEX triplet: EC, 7D and 16. RGB value is (236,125,22). Sum of RGB (Red+Green+Blue) = 236+125+22=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7D16 is #1382E9. Grayscale: #929292. Windows color (decimal): -1278698 or 1474028. OLE color: 1474028.
HSL color Cylindrical-coordinate representation of color #EC7D16: hue angle of 28.88º 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 #EC7D16 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 22 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.07 |
| HSL | 28.88º | 0.85% | 0.51% | - |
| HSV(B) | 28.88º | 0.91% | 0.93% | - |
| XYZ | 42.07 | 32.56 | 4.83 | - |
| YUV | 146.45 | 57.77 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 22 | 0 | 0.47 | 0.91 | 0.07 | 28.88 | 0.85 | 0.51 |
| Hex | EC | 7D | 16 | 0 | 2F | 5B | 7 | 1D | 55 | 33 |
| Octal | 354 | 175 | 26 | 0 | 57 | 133 | 7 | 35 | 125 | 63 |
| Binary | 11101100 | 1111101 | 10110 | 0 | 101111 | 1011011 | 111 | 11101 | 1010101 | 110011 |
Color Harmonies of #EC7D16
Complementary color
Monochromatic Colors of #EC7D16
Black with #EC7D16
Text Example
Text Example
White with #EC7D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D16; }
p { color: rgb(236,125,22); }
H1.HeaderClassName
{
color: #EC7D16;
}
.AnyTagClassName
{
color: #EC7D16;
}
</style>
background-color css
<style>
a { background-color: #EC7D16; }
a { background-color: rgb(236,125,22); }
div.DivClassName
{
background-color: #EC7D16;
}
.BgClassName
{
background-color: #EC7D16;
}
</style>
border-color css
<style>
span { border-color: #EC7D16; }
span { border-color: rgb(236,125,22); }
td.TdClassName
{
border-color: #EC7D16;
}
.TagClassName
{
border-color: #EC7D16;
}
</style>