Shades of Pumpkin #ED6D15
Tints of Pumpkin #ED6D15
RGB
CMYK
RGB Variations
Color information
#ED6D15 (or 0xED6D15) is known color: Pumpkin. HEX triplet: ED, 6D and 15. RGB value is (237,109,21). Sum of RGB (Red+Green+Blue) = 237+109+21=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6D15 is #1292EA. Grayscale: #898989. Windows color (decimal): -1217259 or 1404397. OLE color: 1404397.
HSL color Cylindrical-coordinate representation of color #ED6D15: hue angle of 24.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED6D15 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 21 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.07 |
| HSL | 24.44º | 0.86% | 0.51% | - |
| HSV(B) | 24.44º | 0.91% | 0.93% | - |
| XYZ | 40.53 | 29 | 4.17 | - |
| YUV | 137.24 | 62.41 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 21 | 0 | 0.54 | 0.91 | 0.07 | 24.44 | 0.86 | 0.51 |
| Hex | ED | 6D | 15 | 0 | 36 | 5B | 7 | 18 | 56 | 33 |
| Octal | 355 | 155 | 25 | 0 | 66 | 133 | 7 | 30 | 126 | 63 |
| Binary | 11101101 | 1101101 | 10101 | 0 | 110110 | 1011011 | 111 | 11000 | 1010110 | 110011 |
Color Harmonies of #ED6D15
Complementary color
Monochromatic Colors of #ED6D15
Black with #ED6D15
Text Example
Text Example
White with #ED6D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6D15; }
p { color: rgb(237,109,21); }
H1.HeaderClassName
{
color: #ED6D15;
}
.AnyTagClassName
{
color: #ED6D15;
}
</style>
background-color css
<style>
a { background-color: #ED6D15; }
a { background-color: rgb(237,109,21); }
div.DivClassName
{
background-color: #ED6D15;
}
.BgClassName
{
background-color: #ED6D15;
}
</style>
border-color css
<style>
span { border-color: #ED6D15; }
span { border-color: rgb(237,109,21); }
td.TdClassName
{
border-color: #ED6D15;
}
.TagClassName
{
border-color: #ED6D15;
}
</style>