Shades of Pumpkin #ED6E16
Tints of Pumpkin #ED6E16
RGB
CMYK
RGB Variations
Color information
#ED6E16 (or 0xED6E16) is known color: Pumpkin. HEX triplet: ED, 6E and 16. RGB value is (237,110,22). Sum of RGB (Red+Green+Blue) = 237+110+22=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6E16 is #1291E9. Grayscale: #8A8A8A. Windows color (decimal): -1217002 or 1470189. OLE color: 1470189.
HSL color Cylindrical-coordinate representation of color #ED6E16: hue angle of 24.56º 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 #ED6E16 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 110 | 22 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.07 |
| HSL | 24.56º | 0.86% | 0.51% | - |
| HSV(B) | 24.56º | 0.91% | 0.93% | - |
| XYZ | 40.65 | 29.21 | 4.26 | - |
| YUV | 137.94 | 62.58 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 22 | 0 | 0.54 | 0.91 | 0.07 | 24.56 | 0.86 | 0.51 |
| Hex | ED | 6E | 16 | 0 | 36 | 5B | 7 | 19 | 56 | 33 |
| Octal | 355 | 156 | 26 | 0 | 66 | 133 | 7 | 31 | 126 | 63 |
| Binary | 11101101 | 1101110 | 10110 | 0 | 110110 | 1011011 | 111 | 11001 | 1010110 | 110011 |
Color Harmonies of #ED6E16
Complementary color
Monochromatic Colors of #ED6E16
Black with #ED6E16
Text Example
Text Example
White with #ED6E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6E16; }
p { color: rgb(237,110,22); }
H1.HeaderClassName
{
color: #ED6E16;
}
.AnyTagClassName
{
color: #ED6E16;
}
</style>
background-color css
<style>
a { background-color: #ED6E16; }
a { background-color: rgb(237,110,22); }
div.DivClassName
{
background-color: #ED6E16;
}
.BgClassName
{
background-color: #ED6E16;
}
</style>
border-color css
<style>
span { border-color: #ED6E16; }
span { border-color: rgb(237,110,22); }
td.TdClassName
{
border-color: #ED6E16;
}
.TagClassName
{
border-color: #ED6E16;
}
</style>