Shades of Pumpkin #EC7416
Tints of Pumpkin #EC7416
RGB
CMYK
RGB Variations
Color information
#EC7416 (or 0xEC7416) is known color: Pumpkin. HEX triplet: EC, 74 and 16. RGB value is (236,116,22). Sum of RGB (Red+Green+Blue) = 236+116+22=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7416 is #138BE9. Grayscale: #8D8D8D. Windows color (decimal): -1281002 or 1471724. OLE color: 1471724.
HSL color Cylindrical-coordinate representation of color #EC7416: hue angle of 26.36º 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 #EC7416 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 22 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.07 |
| HSL | 26.36º | 0.85% | 0.51% | - |
| HSV(B) | 26.36º | 0.91% | 0.93% | - |
| XYZ | 40.98 | 30.38 | 4.46 | - |
| YUV | 141.16 | 60.76 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 22 | 0 | 0.51 | 0.91 | 0.07 | 26.36 | 0.85 | 0.51 |
| Hex | EC | 74 | 16 | 0 | 33 | 5B | 7 | 1A | 55 | 33 |
| Octal | 354 | 164 | 26 | 0 | 63 | 133 | 7 | 32 | 125 | 63 |
| Binary | 11101100 | 1110100 | 10110 | 0 | 110011 | 1011011 | 111 | 11010 | 1010101 | 110011 |
Color Harmonies of #EC7416
Complementary color
Monochromatic Colors of #EC7416
Black with #EC7416
Text Example
Text Example
White with #EC7416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7416; }
p { color: rgb(236,116,22); }
H1.HeaderClassName
{
color: #EC7416;
}
.AnyTagClassName
{
color: #EC7416;
}
</style>
background-color css
<style>
a { background-color: #EC7416; }
a { background-color: rgb(236,116,22); }
div.DivClassName
{
background-color: #EC7416;
}
.BgClassName
{
background-color: #EC7416;
}
</style>
border-color css
<style>
span { border-color: #EC7416; }
span { border-color: rgb(236,116,22); }
td.TdClassName
{
border-color: #EC7416;
}
.TagClassName
{
border-color: #EC7416;
}
</style>