Shades of Pumpkin #EC7117
Tints of Pumpkin #EC7117
RGB
CMYK
RGB Variations
Color information
#EC7117 (or 0xEC7117) is known color: Pumpkin. HEX triplet: EC, 71 and 17. RGB value is (236,113,23). Sum of RGB (Red+Green+Blue) = 236+113+23=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7117 is #138EE8. Grayscale: #8C8C8C. Windows color (decimal): -1281769 or 1536492. OLE color: 1536492.
HSL color Cylindrical-coordinate representation of color #EC7117: hue angle of 25.35º 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 #EC7117 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 23 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.07 |
| HSL | 25.35º | 0.85% | 0.51% | - |
| HSV(B) | 25.35º | 0.9% | 0.93% | - |
| XYZ | 40.65 | 29.7 | 4.4 | - |
| YUV | 139.52 | 62.25 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 23 | 0 | 0.52 | 0.90 | 0.07 | 25.35 | 0.85 | 0.51 |
| Hex | EC | 71 | 17 | 0 | 34 | 5A | 7 | 19 | 55 | 33 |
| Octal | 354 | 161 | 27 | 0 | 64 | 132 | 7 | 31 | 125 | 63 |
| Binary | 11101100 | 1110001 | 10111 | 0 | 110100 | 1011010 | 111 | 11001 | 1010101 | 110011 |
Color Harmonies of #EC7117
Complementary color
Monochromatic Colors of #EC7117
Black with #EC7117
Text Example
Text Example
White with #EC7117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7117; }
p { color: rgb(236,113,23); }
H1.HeaderClassName
{
color: #EC7117;
}
.AnyTagClassName
{
color: #EC7117;
}
</style>
background-color css
<style>
a { background-color: #EC7117; }
a { background-color: rgb(236,113,23); }
div.DivClassName
{
background-color: #EC7117;
}
.BgClassName
{
background-color: #EC7117;
}
</style>
border-color css
<style>
span { border-color: #EC7117; }
span { border-color: rgb(236,113,23); }
td.TdClassName
{
border-color: #EC7117;
}
.TagClassName
{
border-color: #EC7117;
}
</style>