Shades of Pumpkin #EC7715
Tints of Pumpkin #EC7715
RGB
CMYK
RGB Variations
Color information
#EC7715 (or 0xEC7715) is known color: Pumpkin. HEX triplet: EC, 77 and 15. RGB value is (236,119,21). Sum of RGB (Red+Green+Blue) = 236+119+21=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7715 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7715 is #1388EA. Grayscale: #8F8F8F. Windows color (decimal): -1280235 or 1406956. OLE color: 1406956.
HSL color Cylindrical-coordinate representation of color #EC7715: hue angle of 27.35º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC7715 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 21 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.07 |
| HSL | 27.35º | 0.85% | 0.5% | - |
| HSV(B) | 27.35º | 0.91% | 0.93% | - |
| XYZ | 41.32 | 31.08 | 4.53 | - |
| YUV | 142.81 | 59.26 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 21 | 0 | 0.50 | 0.91 | 0.07 | 27.35 | 0.85 | 0.5 |
| Hex | EC | 77 | 15 | 0 | 32 | 5B | 7 | 1B | 55 | 32 |
| Octal | 354 | 167 | 25 | 0 | 62 | 133 | 7 | 33 | 125 | 62 |
| Binary | 11101100 | 1110111 | 10101 | 0 | 110010 | 1011011 | 111 | 11011 | 1010101 | 110010 |
Color Harmonies of #EC7715
Complementary color
Monochromatic Colors of #EC7715
Black with #EC7715
Text Example
Text Example
White with #EC7715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7715; }
p { color: rgb(236,119,21); }
H1.HeaderClassName
{
color: #EC7715;
}
.AnyTagClassName
{
color: #EC7715;
}
</style>
background-color css
<style>
a { background-color: #EC7715; }
a { background-color: rgb(236,119,21); }
div.DivClassName
{
background-color: #EC7715;
}
.BgClassName
{
background-color: #EC7715;
}
</style>
border-color css
<style>
span { border-color: #EC7715; }
span { border-color: rgb(236,119,21); }
td.TdClassName
{
border-color: #EC7715;
}
.TagClassName
{
border-color: #EC7715;
}
</style>