Shades of Pumpkin #ED6D14
Tints of Pumpkin #ED6D14
RGB
CMYK
RGB Variations
Color information
#ED6D14 (or 0xED6D14) is known color: Pumpkin. HEX triplet: ED, 6D and 14. RGB value is (237,109,20). Sum of RGB (Red+Green+Blue) = 237+109+20=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6D14 is #1292EB. Grayscale: #898989. Windows color (decimal): -1217260 or 1338861. OLE color: 1338861.
HSL color Cylindrical-coordinate representation of color #ED6D14: hue angle of 24.61º 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 #ED6D14 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 20 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.07 |
| HSL | 24.61º | 0.86% | 0.5% | - |
| HSV(B) | 24.61º | 0.92% | 0.93% | - |
| XYZ | 40.52 | 28.99 | 4.12 | - |
| YUV | 137.13 | 61.91 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 20 | 0 | 0.54 | 0.92 | 0.07 | 24.61 | 0.86 | 0.5 |
| Hex | ED | 6D | 14 | 0 | 36 | 5C | 7 | 19 | 56 | 32 |
| Octal | 355 | 155 | 24 | 0 | 66 | 134 | 7 | 31 | 126 | 62 |
| Binary | 11101101 | 1101101 | 10100 | 0 | 110110 | 1011100 | 111 | 11001 | 1010110 | 110010 |
Color Harmonies of #ED6D14
Complementary color
Monochromatic Colors of #ED6D14
Black with #ED6D14
Text Example
Text Example
White with #ED6D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6D14; }
p { color: rgb(237,109,20); }
H1.HeaderClassName
{
color: #ED6D14;
}
.AnyTagClassName
{
color: #ED6D14;
}
</style>
background-color css
<style>
a { background-color: #ED6D14; }
a { background-color: rgb(237,109,20); }
div.DivClassName
{
background-color: #ED6D14;
}
.BgClassName
{
background-color: #ED6D14;
}
</style>
border-color css
<style>
span { border-color: #ED6D14; }
span { border-color: rgb(237,109,20); }
td.TdClassName
{
border-color: #ED6D14;
}
.TagClassName
{
border-color: #ED6D14;
}
</style>