Shades of Pumpkin #ED7314
Tints of Pumpkin #ED7314
RGB
CMYK
RGB Variations
Color information
#ED7314 (or 0xED7314) is known color: Pumpkin. HEX triplet: ED, 73 and 14. RGB value is (237,115,20). Sum of RGB (Red+Green+Blue) = 237+115+20=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7314 is #128CEB. Grayscale: #8D8D8D. Windows color (decimal): -1215724 or 1340397. OLE color: 1340397.
HSL color Cylindrical-coordinate representation of color #ED7314: hue angle of 26.27º degrees, saturation: 0.86, 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 #ED7314 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 20 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.07 |
| HSL | 26.27º | 0.86% | 0.5% | - |
| HSV(B) | 26.27º | 0.92% | 0.93% | - |
| XYZ | 41.18 | 30.32 | 4.34 | - |
| YUV | 140.65 | 59.92 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 20 | 0 | 0.51 | 0.92 | 0.07 | 26.27 | 0.86 | 0.5 |
| Hex | ED | 73 | 14 | 0 | 33 | 5C | 7 | 1A | 56 | 32 |
| Octal | 355 | 163 | 24 | 0 | 63 | 134 | 7 | 32 | 126 | 62 |
| Binary | 11101101 | 1110011 | 10100 | 0 | 110011 | 1011100 | 111 | 11010 | 1010110 | 110010 |
Color Harmonies of #ED7314
Complementary color
Monochromatic Colors of #ED7314
Black with #ED7314
Text Example
Text Example
White with #ED7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7314; }
p { color: rgb(237,115,20); }
H1.HeaderClassName
{
color: #ED7314;
}
.AnyTagClassName
{
color: #ED7314;
}
</style>
background-color css
<style>
a { background-color: #ED7314; }
a { background-color: rgb(237,115,20); }
div.DivClassName
{
background-color: #ED7314;
}
.BgClassName
{
background-color: #ED7314;
}
</style>
border-color css
<style>
span { border-color: #ED7314; }
span { border-color: rgb(237,115,20); }
td.TdClassName
{
border-color: #ED7314;
}
.TagClassName
{
border-color: #ED7314;
}
</style>