Shades of Pumpkin #ED761E
Tints of Pumpkin #ED761E
RGB
CMYK
RGB Variations
Color information
#ED761E (or 0xED761E) is known color: Pumpkin. HEX triplet: ED, 76 and 1E. RGB value is (237,118,30). Sum of RGB (Red+Green+Blue) = 237+118+30=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED761E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED761E is #1289E1. Grayscale: #909090. Windows color (decimal): -1214946 or 1996525. OLE color: 1996525.
HSL color Cylindrical-coordinate representation of color #ED761E: hue angle of 25.51º 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 #ED761E is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 30 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.07 |
| HSL | 25.51º | 0.85% | 0.52% | - |
| HSV(B) | 25.51º | 0.87% | 0.93% | - |
| XYZ | 41.64 | 31.06 | 5.03 | - |
| YUV | 143.55 | 63.92 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 30 | 0 | 0.50 | 0.87 | 0.07 | 25.51 | 0.85 | 0.52 |
| Hex | ED | 76 | 1E | 0 | 32 | 57 | 7 | 1A | 55 | 34 |
| Octal | 355 | 166 | 36 | 0 | 62 | 127 | 7 | 32 | 125 | 64 |
| Binary | 11101101 | 1110110 | 11110 | 0 | 110010 | 1010111 | 111 | 11010 | 1010101 | 110100 |
Color Harmonies of #ED761E
Complementary color
Monochromatic Colors of #ED761E
Black with #ED761E
Text Example
Text Example
White with #ED761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED761E; }
p { color: rgb(237,118,30); }
H1.HeaderClassName
{
color: #ED761E;
}
.AnyTagClassName
{
color: #ED761E;
}
</style>
background-color css
<style>
a { background-color: #ED761E; }
a { background-color: rgb(237,118,30); }
div.DivClassName
{
background-color: #ED761E;
}
.BgClassName
{
background-color: #ED761E;
}
</style>
border-color css
<style>
span { border-color: #ED761E; }
span { border-color: rgb(237,118,30); }
td.TdClassName
{
border-color: #ED761E;
}
.TagClassName
{
border-color: #ED761E;
}
</style>