Shades of Pumpkin #EC7418
Tints of Pumpkin #EC7418
RGB
CMYK
RGB Variations
Color information
#EC7418 (or 0xEC7418) is known color: Pumpkin. HEX triplet: EC, 74 and 18. RGB value is (236,116,24). Sum of RGB (Red+Green+Blue) = 236+116+24=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7418 is #138BE7. Grayscale: #8D8D8D. Windows color (decimal): -1281000 or 1602796. OLE color: 1602796.
HSL color Cylindrical-coordinate representation of color #EC7418: hue angle of 26.04º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC7418 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 24 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.07 |
| HSL | 26.04º | 0.85% | 0.51% | - |
| HSV(B) | 26.04º | 0.9% | 0.93% | - |
| XYZ | 41 | 30.39 | 4.57 | - |
| YUV | 141.39 | 61.76 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 24 | 0 | 0.51 | 0.90 | 0.07 | 26.04 | 0.85 | 0.51 |
| Hex | EC | 74 | 18 | 0 | 33 | 5A | 7 | 1A | 55 | 33 |
| Octal | 354 | 164 | 30 | 0 | 63 | 132 | 7 | 32 | 125 | 63 |
| Binary | 11101100 | 1110100 | 11000 | 0 | 110011 | 1011010 | 111 | 11010 | 1010101 | 110011 |
Color Harmonies of #EC7418
Complementary color
Monochromatic Colors of #EC7418
Black with #EC7418
Text Example
Text Example
White with #EC7418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7418; }
p { color: rgb(236,116,24); }
H1.HeaderClassName
{
color: #EC7418;
}
.AnyTagClassName
{
color: #EC7418;
}
</style>
background-color css
<style>
a { background-color: #EC7418; }
a { background-color: rgb(236,116,24); }
div.DivClassName
{
background-color: #EC7418;
}
.BgClassName
{
background-color: #EC7418;
}
</style>
border-color css
<style>
span { border-color: #EC7418; }
span { border-color: rgb(236,116,24); }
td.TdClassName
{
border-color: #EC7418;
}
.TagClassName
{
border-color: #EC7418;
}
</style>