Shades of Pumpkin #ED611D
Tints of Pumpkin #ED611D
RGB
CMYK
RGB Variations
Color information
#ED611D (or 0xED611D) is known color: Pumpkin. HEX triplet: ED, 61 and 1D. RGB value is (237,97,29). Sum of RGB (Red+Green+Blue) = 237+97+29=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED611D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED611D is #129EE2. Grayscale: #838383. Windows color (decimal): -1220323 or 1925613. OLE color: 1925613.
HSL color Cylindrical-coordinate representation of color #ED611D: hue angle of 19.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED611D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 29 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.07 |
| HSL | 19.62º | 0.85% | 0.52% | - |
| HSV(B) | 19.62º | 0.88% | 0.93% | - |
| XYZ | 39.42 | 26.64 | 4.23 | - |
| YUV | 131.11 | 70.38 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 29 | 0 | 0.59 | 0.88 | 0.07 | 19.62 | 0.85 | 0.52 |
| Hex | ED | 61 | 1D | 0 | 3B | 58 | 7 | 14 | 55 | 34 |
| Octal | 355 | 141 | 35 | 0 | 73 | 130 | 7 | 24 | 125 | 64 |
| Binary | 11101101 | 1100001 | 11101 | 0 | 111011 | 1011000 | 111 | 10100 | 1010101 | 110100 |
Color Harmonies of #ED611D
Complementary color
Monochromatic Colors of #ED611D
Black with #ED611D
Text Example
Text Example
White with #ED611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED611D; }
p { color: rgb(237,97,29); }
H1.HeaderClassName
{
color: #ED611D;
}
.AnyTagClassName
{
color: #ED611D;
}
</style>
background-color css
<style>
a { background-color: #ED611D; }
a { background-color: rgb(237,97,29); }
div.DivClassName
{
background-color: #ED611D;
}
.BgClassName
{
background-color: #ED611D;
}
</style>
border-color css
<style>
span { border-color: #ED611D; }
span { border-color: rgb(237,97,29); }
td.TdClassName
{
border-color: #ED611D;
}
.TagClassName
{
border-color: #ED611D;
}
</style>