Shades of Pumpkin #ED731F
Tints of Pumpkin #ED731F
RGB
CMYK
RGB Variations
Color information
#ED731F (or 0xED731F) is known color: Pumpkin. HEX triplet: ED, 73 and 1F. RGB value is (237,115,31). Sum of RGB (Red+Green+Blue) = 237+115+31=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED731F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED731F is #128CE0. Grayscale: #8E8E8E. Windows color (decimal): -1215713 or 2061293. OLE color: 2061293.
HSL color Cylindrical-coordinate representation of color #ED731F: hue angle of 24.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED731F is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 31 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.07 |
| HSL | 24.47º | 0.85% | 0.53% | - |
| HSV(B) | 24.47º | 0.87% | 0.93% | - |
| XYZ | 41.3 | 30.36 | 4.98 | - |
| YUV | 141.9 | 65.42 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 31 | 0 | 0.51 | 0.87 | 0.07 | 24.47 | 0.85 | 0.53 |
| Hex | ED | 73 | 1F | 0 | 33 | 57 | 7 | 18 | 55 | 35 |
| Octal | 355 | 163 | 37 | 0 | 63 | 127 | 7 | 30 | 125 | 65 |
| Binary | 11101101 | 1110011 | 11111 | 0 | 110011 | 1010111 | 111 | 11000 | 1010101 | 110101 |
Color Harmonies of #ED731F
Complementary color
Monochromatic Colors of #ED731F
Black with #ED731F
Text Example
Text Example
White with #ED731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED731F; }
p { color: rgb(237,115,31); }
H1.HeaderClassName
{
color: #ED731F;
}
.AnyTagClassName
{
color: #ED731F;
}
</style>
background-color css
<style>
a { background-color: #ED731F; }
a { background-color: rgb(237,115,31); }
div.DivClassName
{
background-color: #ED731F;
}
.BgClassName
{
background-color: #ED731F;
}
</style>
border-color css
<style>
span { border-color: #ED731F; }
span { border-color: rgb(237,115,31); }
td.TdClassName
{
border-color: #ED731F;
}
.TagClassName
{
border-color: #ED731F;
}
</style>