Shades of Pumpkin #EC7315
Tints of Pumpkin #EC7315
RGB
CMYK
RGB Variations
Color information
#EC7315 (or 0xEC7315) is known color: Pumpkin. HEX triplet: EC, 73 and 15. RGB value is (236,115,21). Sum of RGB (Red+Green+Blue) = 236+115+21=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7315 is #138CEA. Grayscale: #8C8C8C. Windows color (decimal): -1281259 or 1405932. OLE color: 1405932.
HSL color Cylindrical-coordinate representation of color #EC7315: hue angle of 26.23º 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 #EC7315 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 21 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.07 |
| HSL | 26.23º | 0.85% | 0.5% | - |
| HSV(B) | 26.23º | 0.91% | 0.93% | - |
| XYZ | 40.86 | 30.15 | 4.38 | - |
| YUV | 140.46 | 60.59 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 21 | 0 | 0.51 | 0.91 | 0.07 | 26.23 | 0.85 | 0.5 |
| Hex | EC | 73 | 15 | 0 | 33 | 5B | 7 | 1A | 55 | 32 |
| Octal | 354 | 163 | 25 | 0 | 63 | 133 | 7 | 32 | 125 | 62 |
| Binary | 11101100 | 1110011 | 10101 | 0 | 110011 | 1011011 | 111 | 11010 | 1010101 | 110010 |
Color Harmonies of #EC7315
Complementary color
Monochromatic Colors of #EC7315
Black with #EC7315
Text Example
Text Example
White with #EC7315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7315; }
p { color: rgb(236,115,21); }
H1.HeaderClassName
{
color: #EC7315;
}
.AnyTagClassName
{
color: #EC7315;
}
</style>
background-color css
<style>
a { background-color: #EC7315; }
a { background-color: rgb(236,115,21); }
div.DivClassName
{
background-color: #EC7315;
}
.BgClassName
{
background-color: #EC7315;
}
</style>
border-color css
<style>
span { border-color: #EC7315; }
span { border-color: rgb(236,115,21); }
td.TdClassName
{
border-color: #EC7315;
}
.TagClassName
{
border-color: #EC7315;
}
</style>