Shades of Pumpkin #ED731C
Tints of Pumpkin #ED731C
RGB
CMYK
RGB Variations
Color information
#ED731C (or 0xED731C) is known color: Pumpkin. HEX triplet: ED, 73 and 1C. RGB value is (237,115,28). Sum of RGB (Red+Green+Blue) = 237+115+28=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED731C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED731C is #128CE3. Grayscale: #8E8E8E. Windows color (decimal): -1215716 or 1864685. OLE color: 1864685.
HSL color Cylindrical-coordinate representation of color #ED731C: hue angle of 24.98º 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 #ED731C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 28 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.07 |
| HSL | 24.98º | 0.85% | 0.52% | - |
| HSV(B) | 24.98º | 0.88% | 0.93% | - |
| XYZ | 41.27 | 30.35 | 4.78 | - |
| YUV | 141.56 | 63.92 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 28 | 0 | 0.51 | 0.88 | 0.07 | 24.98 | 0.85 | 0.52 |
| Hex | ED | 73 | 1C | 0 | 33 | 58 | 7 | 19 | 55 | 34 |
| Octal | 355 | 163 | 34 | 0 | 63 | 130 | 7 | 31 | 125 | 64 |
| Binary | 11101101 | 1110011 | 11100 | 0 | 110011 | 1011000 | 111 | 11001 | 1010101 | 110100 |
Color Harmonies of #ED731C
Complementary color
Monochromatic Colors of #ED731C
Black with #ED731C
Text Example
Text Example
White with #ED731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED731C; }
p { color: rgb(237,115,28); }
H1.HeaderClassName
{
color: #ED731C;
}
.AnyTagClassName
{
color: #ED731C;
}
</style>
background-color css
<style>
a { background-color: #ED731C; }
a { background-color: rgb(237,115,28); }
div.DivClassName
{
background-color: #ED731C;
}
.BgClassName
{
background-color: #ED731C;
}
</style>
border-color css
<style>
span { border-color: #ED731C; }
span { border-color: rgb(237,115,28); }
td.TdClassName
{
border-color: #ED731C;
}
.TagClassName
{
border-color: #ED731C;
}
</style>