Shades of Pumpkin #EC7C18
Tints of Pumpkin #EC7C18
RGB
CMYK
RGB Variations
Color information
#EC7C18 (or 0xEC7C18) is known color: Pumpkin. HEX triplet: EC, 7C and 18. RGB value is (236,124,24). Sum of RGB (Red+Green+Blue) = 236+124+24=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7C18 is #1383E7. Grayscale: #929292. Windows color (decimal): -1278952 or 1604844. OLE color: 1604844.
HSL color Cylindrical-coordinate representation of color #EC7C18: hue angle of 28.3º 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 #EC7C18 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 24 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.07 |
| HSL | 28.3º | 0.85% | 0.51% | - |
| HSV(B) | 28.3º | 0.9% | 0.93% | - |
| XYZ | 41.96 | 32.31 | 4.89 | - |
| YUV | 146.09 | 59.11 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 24 | 0 | 0.47 | 0.90 | 0.07 | 28.3 | 0.85 | 0.51 |
| Hex | EC | 7C | 18 | 0 | 2F | 5A | 7 | 1C | 55 | 33 |
| Octal | 354 | 174 | 30 | 0 | 57 | 132 | 7 | 34 | 125 | 63 |
| Binary | 11101100 | 1111100 | 11000 | 0 | 101111 | 1011010 | 111 | 11100 | 1010101 | 110011 |
Color Harmonies of #EC7C18
Complementary color
Monochromatic Colors of #EC7C18
Black with #EC7C18
Text Example
Text Example
White with #EC7C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C18; }
p { color: rgb(236,124,24); }
H1.HeaderClassName
{
color: #EC7C18;
}
.AnyTagClassName
{
color: #EC7C18;
}
</style>
background-color css
<style>
a { background-color: #EC7C18; }
a { background-color: rgb(236,124,24); }
div.DivClassName
{
background-color: #EC7C18;
}
.BgClassName
{
background-color: #EC7C18;
}
</style>
border-color css
<style>
span { border-color: #EC7C18; }
span { border-color: rgb(236,124,24); }
td.TdClassName
{
border-color: #EC7C18;
}
.TagClassName
{
border-color: #EC7C18;
}
</style>