Shades of Pumpkin #EC7717
Tints of Pumpkin #EC7717
RGB
CMYK
RGB Variations
Color information
#EC7717 (or 0xEC7717) is known color: Pumpkin. HEX triplet: EC, 77 and 17. RGB value is (236,119,23). Sum of RGB (Red+Green+Blue) = 236+119+23=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7717 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7717 is #1388E8. Grayscale: #8F8F8F. Windows color (decimal): -1280233 or 1538028. OLE color: 1538028.
HSL color Cylindrical-coordinate representation of color #EC7717: hue angle of 27.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 #EC7717 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 23 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.07 |
| HSL | 27.04º | 0.85% | 0.51% | - |
| HSV(B) | 27.04º | 0.9% | 0.93% | - |
| XYZ | 41.34 | 31.09 | 4.63 | - |
| YUV | 143.04 | 60.26 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 23 | 0 | 0.50 | 0.90 | 0.07 | 27.04 | 0.85 | 0.51 |
| Hex | EC | 77 | 17 | 0 | 32 | 5A | 7 | 1B | 55 | 33 |
| Octal | 354 | 167 | 27 | 0 | 62 | 132 | 7 | 33 | 125 | 63 |
| Binary | 11101100 | 1110111 | 10111 | 0 | 110010 | 1011010 | 111 | 11011 | 1010101 | 110011 |
Color Harmonies of #EC7717
Complementary color
Monochromatic Colors of #EC7717
Black with #EC7717
Text Example
Text Example
White with #EC7717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7717; }
p { color: rgb(236,119,23); }
H1.HeaderClassName
{
color: #EC7717;
}
.AnyTagClassName
{
color: #EC7717;
}
</style>
background-color css
<style>
a { background-color: #EC7717; }
a { background-color: rgb(236,119,23); }
div.DivClassName
{
background-color: #EC7717;
}
.BgClassName
{
background-color: #EC7717;
}
</style>
border-color css
<style>
span { border-color: #EC7717; }
span { border-color: rgb(236,119,23); }
td.TdClassName
{
border-color: #EC7717;
}
.TagClassName
{
border-color: #EC7717;
}
</style>