Shades of Pumpkin #ED6516
Tints of Pumpkin #ED6516
RGB
CMYK
RGB Variations
Color information
#ED6516 (or 0xED6516) is known color: Pumpkin. HEX triplet: ED, 65 and 16. RGB value is (237,101,22). Sum of RGB (Red+Green+Blue) = 237+101+22=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6516 is #129AE9. Grayscale: #858585. Windows color (decimal): -1219306 or 1467885. OLE color: 1467885.
HSL color Cylindrical-coordinate representation of color #ED6516: hue angle of 22.05º 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 #ED6516 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 22 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.07 |
| HSL | 22.05º | 0.86% | 0.51% | - |
| HSV(B) | 22.05º | 0.91% | 0.93% | - |
| XYZ | 39.72 | 27.37 | 3.95 | - |
| YUV | 132.66 | 65.56 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 22 | 0 | 0.57 | 0.91 | 0.07 | 22.05 | 0.86 | 0.51 |
| Hex | ED | 65 | 16 | 0 | 39 | 5B | 7 | 16 | 56 | 33 |
| Octal | 355 | 145 | 26 | 0 | 71 | 133 | 7 | 26 | 126 | 63 |
| Binary | 11101101 | 1100101 | 10110 | 0 | 111001 | 1011011 | 111 | 10110 | 1010110 | 110011 |
Color Harmonies of #ED6516
Complementary color
Monochromatic Colors of #ED6516
Black with #ED6516
Text Example
Text Example
White with #ED6516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6516; }
p { color: rgb(237,101,22); }
H1.HeaderClassName
{
color: #ED6516;
}
.AnyTagClassName
{
color: #ED6516;
}
</style>
background-color css
<style>
a { background-color: #ED6516; }
a { background-color: rgb(237,101,22); }
div.DivClassName
{
background-color: #ED6516;
}
.BgClassName
{
background-color: #ED6516;
}
</style>
border-color css
<style>
span { border-color: #ED6516; }
span { border-color: rgb(237,101,22); }
td.TdClassName
{
border-color: #ED6516;
}
.TagClassName
{
border-color: #ED6516;
}
</style>