Shades of Pumpkin #ED641A
Tints of Pumpkin #ED641A
RGB
CMYK
RGB Variations
Color information
#ED641A (or 0xED641A) is known color: Pumpkin. HEX triplet: ED, 64 and 1A. RGB value is (237,100,26). Sum of RGB (Red+Green+Blue) = 237+100+26=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED641A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED641A is #129BE5. Grayscale: #848484. Windows color (decimal): -1219558 or 1729773. OLE color: 1729773.
HSL color Cylindrical-coordinate representation of color #ED641A: hue angle of 21.04º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED641A is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 26 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.07 |
| HSL | 21.04º | 0.85% | 0.52% | - |
| HSV(B) | 21.04º | 0.89% | 0.93% | - |
| XYZ | 39.67 | 27.19 | 4.14 | - |
| YUV | 132.53 | 67.89 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 26 | 0 | 0.58 | 0.89 | 0.07 | 21.04 | 0.85 | 0.52 |
| Hex | ED | 64 | 1A | 0 | 3A | 59 | 7 | 15 | 55 | 34 |
| Octal | 355 | 144 | 32 | 0 | 72 | 131 | 7 | 25 | 125 | 64 |
| Binary | 11101101 | 1100100 | 11010 | 0 | 111010 | 1011001 | 111 | 10101 | 1010101 | 110100 |
Color Harmonies of #ED641A
Complementary color
Monochromatic Colors of #ED641A
Black with #ED641A
Text Example
Text Example
White with #ED641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED641A; }
p { color: rgb(237,100,26); }
H1.HeaderClassName
{
color: #ED641A;
}
.AnyTagClassName
{
color: #ED641A;
}
</style>
background-color css
<style>
a { background-color: #ED641A; }
a { background-color: rgb(237,100,26); }
div.DivClassName
{
background-color: #ED641A;
}
.BgClassName
{
background-color: #ED641A;
}
</style>
border-color css
<style>
span { border-color: #ED641A; }
span { border-color: rgb(237,100,26); }
td.TdClassName
{
border-color: #ED641A;
}
.TagClassName
{
border-color: #ED641A;
}
</style>