Shades of Pumpkin #ED701A
Tints of Pumpkin #ED701A
RGB
CMYK
RGB Variations
Color information
#ED701A (or 0xED701A) is known color: Pumpkin. HEX triplet: ED, 70 and 1A. RGB value is (237,112,26). Sum of RGB (Red+Green+Blue) = 237+112+26=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED701A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED701A is #128FE5. Grayscale: #8C8C8C. Windows color (decimal): -1216486 or 1732845. OLE color: 1732845.
HSL color Cylindrical-coordinate representation of color #ED701A: hue angle of 24.45º 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 #ED701A is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 26 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.07 |
| HSL | 24.45º | 0.85% | 0.52% | - |
| HSV(B) | 24.45º | 0.89% | 0.93% | - |
| XYZ | 40.91 | 29.67 | 4.55 | - |
| YUV | 139.57 | 63.91 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 26 | 0 | 0.53 | 0.89 | 0.07 | 24.45 | 0.85 | 0.52 |
| Hex | ED | 70 | 1A | 0 | 35 | 59 | 7 | 18 | 55 | 34 |
| Octal | 355 | 160 | 32 | 0 | 65 | 131 | 7 | 30 | 125 | 64 |
| Binary | 11101101 | 1110000 | 11010 | 0 | 110101 | 1011001 | 111 | 11000 | 1010101 | 110100 |
Color Harmonies of #ED701A
Complementary color
Monochromatic Colors of #ED701A
Black with #ED701A
Text Example
Text Example
White with #ED701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED701A; }
p { color: rgb(237,112,26); }
H1.HeaderClassName
{
color: #ED701A;
}
.AnyTagClassName
{
color: #ED701A;
}
</style>
background-color css
<style>
a { background-color: #ED701A; }
a { background-color: rgb(237,112,26); }
div.DivClassName
{
background-color: #ED701A;
}
.BgClassName
{
background-color: #ED701A;
}
</style>
border-color css
<style>
span { border-color: #ED701A; }
span { border-color: rgb(237,112,26); }
td.TdClassName
{
border-color: #ED701A;
}
.TagClassName
{
border-color: #ED701A;
}
</style>