Shades of Pumpkin #EC7917
Tints of Pumpkin #EC7917
RGB
CMYK
RGB Variations
Color information
#EC7917 (or 0xEC7917) is known color: Pumpkin. HEX triplet: EC, 79 and 17. RGB value is (236,121,23). Sum of RGB (Red+Green+Blue) = 236+121+23=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7917 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7917 is #1386E8. Grayscale: #909090. Windows color (decimal): -1279721 or 1538540. OLE color: 1538540.
HSL color Cylindrical-coordinate representation of color #EC7917: hue angle of 27.61º 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 #EC7917 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 23 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.07 |
| HSL | 27.61º | 0.85% | 0.51% | - |
| HSV(B) | 27.61º | 0.9% | 0.93% | - |
| XYZ | 41.58 | 31.57 | 4.71 | - |
| YUV | 144.21 | 59.6 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 23 | 0 | 0.49 | 0.90 | 0.07 | 27.61 | 0.85 | 0.51 |
| Hex | EC | 79 | 17 | 0 | 31 | 5A | 7 | 1C | 55 | 33 |
| Octal | 354 | 171 | 27 | 0 | 61 | 132 | 7 | 34 | 125 | 63 |
| Binary | 11101100 | 1111001 | 10111 | 0 | 110001 | 1011010 | 111 | 11100 | 1010101 | 110011 |
Color Harmonies of #EC7917
Complementary color
Monochromatic Colors of #EC7917
Black with #EC7917
Text Example
Text Example
White with #EC7917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7917; }
p { color: rgb(236,121,23); }
H1.HeaderClassName
{
color: #EC7917;
}
.AnyTagClassName
{
color: #EC7917;
}
</style>
background-color css
<style>
a { background-color: #EC7917; }
a { background-color: rgb(236,121,23); }
div.DivClassName
{
background-color: #EC7917;
}
.BgClassName
{
background-color: #EC7917;
}
</style>
border-color css
<style>
span { border-color: #EC7917; }
span { border-color: rgb(236,121,23); }
td.TdClassName
{
border-color: #EC7917;
}
.TagClassName
{
border-color: #EC7917;
}
</style>