Shades of Pumpkin #ED7A1E
Tints of Pumpkin #ED7A1E
RGB
CMYK
RGB Variations
Color information
#ED7A1E (or 0xED7A1E) is known color: Pumpkin. HEX triplet: ED, 7A and 1E. RGB value is (237,122,30). Sum of RGB (Red+Green+Blue) = 237+122+30=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7A1E is #1285E1. Grayscale: #929292. Windows color (decimal): -1213922 or 1997549. OLE color: 1997549.
HSL color Cylindrical-coordinate representation of color #ED7A1E: hue angle of 26.67º 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 #ED7A1E is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 30 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.07 |
| HSL | 26.67º | 0.85% | 0.52% | - |
| HSV(B) | 26.67º | 0.87% | 0.93% | - |
| XYZ | 42.12 | 32.02 | 5.19 | - |
| YUV | 145.9 | 62.6 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 30 | 0 | 0.49 | 0.87 | 0.07 | 26.67 | 0.85 | 0.52 |
| Hex | ED | 7A | 1E | 0 | 31 | 57 | 7 | 1B | 55 | 34 |
| Octal | 355 | 172 | 36 | 0 | 61 | 127 | 7 | 33 | 125 | 64 |
| Binary | 11101101 | 1111010 | 11110 | 0 | 110001 | 1010111 | 111 | 11011 | 1010101 | 110100 |
Color Harmonies of #ED7A1E
Complementary color
Monochromatic Colors of #ED7A1E
Black with #ED7A1E
Text Example
Text Example
White with #ED7A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7A1E; }
p { color: rgb(237,122,30); }
H1.HeaderClassName
{
color: #ED7A1E;
}
.AnyTagClassName
{
color: #ED7A1E;
}
</style>
background-color css
<style>
a { background-color: #ED7A1E; }
a { background-color: rgb(237,122,30); }
div.DivClassName
{
background-color: #ED7A1E;
}
.BgClassName
{
background-color: #ED7A1E;
}
</style>
border-color css
<style>
span { border-color: #ED7A1E; }
span { border-color: rgb(237,122,30); }
td.TdClassName
{
border-color: #ED7A1E;
}
.TagClassName
{
border-color: #ED7A1E;
}
</style>