Shades of Pumpkin #EC7313
Tints of Pumpkin #EC7313
RGB
CMYK
RGB Variations
Color information
#EC7313 (or 0xEC7313) is known color: Pumpkin. HEX triplet: EC, 73 and 13. RGB value is (236,115,19). Sum of RGB (Red+Green+Blue) = 236+115+19=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7313 is #138CEC. Grayscale: #8C8C8C. Windows color (decimal): -1281261 or 1274860. OLE color: 1274860.
HSL color Cylindrical-coordinate representation of color #EC7313: hue angle of 26.54º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC7313 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 19 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.07 |
| HSL | 26.54º | 0.85% | 0.5% | - |
| HSV(B) | 26.54º | 0.92% | 0.93% | - |
| XYZ | 40.84 | 30.14 | 4.28 | - |
| YUV | 140.24 | 59.59 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 19 | 0 | 0.51 | 0.92 | 0.07 | 26.54 | 0.85 | 0.5 |
| Hex | EC | 73 | 13 | 0 | 33 | 5C | 7 | 1B | 55 | 32 |
| Octal | 354 | 163 | 23 | 0 | 63 | 134 | 7 | 33 | 125 | 62 |
| Binary | 11101100 | 1110011 | 10011 | 0 | 110011 | 1011100 | 111 | 11011 | 1010101 | 110010 |
Color Harmonies of #EC7313
Complementary color
Monochromatic Colors of #EC7313
Black with #EC7313
Text Example
Text Example
White with #EC7313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7313; }
p { color: rgb(236,115,19); }
H1.HeaderClassName
{
color: #EC7313;
}
.AnyTagClassName
{
color: #EC7313;
}
</style>
background-color css
<style>
a { background-color: #EC7313; }
a { background-color: rgb(236,115,19); }
div.DivClassName
{
background-color: #EC7313;
}
.BgClassName
{
background-color: #EC7313;
}
</style>
border-color css
<style>
span { border-color: #EC7313; }
span { border-color: rgb(236,115,19); }
td.TdClassName
{
border-color: #EC7313;
}
.TagClassName
{
border-color: #EC7313;
}
</style>