Shades of Pumpkin #ED731E
Tints of Pumpkin #ED731E
RGB
CMYK
RGB Variations
Color information
#ED731E (or 0xED731E) is known color: Pumpkin. HEX triplet: ED, 73 and 1E. RGB value is (237,115,30). Sum of RGB (Red+Green+Blue) = 237+115+30=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED731E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED731E is #128CE1. Grayscale: #8E8E8E. Windows color (decimal): -1215714 or 1995757. OLE color: 1995757.
HSL color Cylindrical-coordinate representation of color #ED731E: hue angle of 24.64º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED731E is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 30 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.07 |
| HSL | 24.64º | 0.85% | 0.52% | - |
| HSV(B) | 24.64º | 0.87% | 0.93% | - |
| XYZ | 41.29 | 30.36 | 4.91 | - |
| YUV | 141.79 | 64.92 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 30 | 0 | 0.51 | 0.87 | 0.07 | 24.64 | 0.85 | 0.52 |
| Hex | ED | 73 | 1E | 0 | 33 | 57 | 7 | 19 | 55 | 34 |
| Octal | 355 | 163 | 36 | 0 | 63 | 127 | 7 | 31 | 125 | 64 |
| Binary | 11101101 | 1110011 | 11110 | 0 | 110011 | 1010111 | 111 | 11001 | 1010101 | 110100 |
Color Harmonies of #ED731E
Complementary color
Monochromatic Colors of #ED731E
Black with #ED731E
Text Example
Text Example
White with #ED731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED731E; }
p { color: rgb(237,115,30); }
H1.HeaderClassName
{
color: #ED731E;
}
.AnyTagClassName
{
color: #ED731E;
}
</style>
background-color css
<style>
a { background-color: #ED731E; }
a { background-color: rgb(237,115,30); }
div.DivClassName
{
background-color: #ED731E;
}
.BgClassName
{
background-color: #ED731E;
}
</style>
border-color css
<style>
span { border-color: #ED731E; }
span { border-color: rgb(237,115,30); }
td.TdClassName
{
border-color: #ED731E;
}
.TagClassName
{
border-color: #ED731E;
}
</style>