Shades of Pumpkin #ED751F
Tints of Pumpkin #ED751F
RGB
CMYK
RGB Variations
Color information
#ED751F (or 0xED751F) is known color: Pumpkin. HEX triplet: ED, 75 and 1F. RGB value is (237,117,31). Sum of RGB (Red+Green+Blue) = 237+117+31=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED751F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED751F is #128AE0. Grayscale: #8F8F8F. Windows color (decimal): -1215201 or 2061805. OLE color: 2061805.
HSL color Cylindrical-coordinate representation of color #ED751F: hue angle of 25.05º 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 #ED751F is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 31 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.07 |
| HSL | 25.05º | 0.85% | 0.53% | - |
| HSV(B) | 25.05º | 0.87% | 0.93% | - |
| XYZ | 41.53 | 30.83 | 5.06 | - |
| YUV | 143.08 | 64.76 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 31 | 0 | 0.51 | 0.87 | 0.07 | 25.05 | 0.85 | 0.53 |
| Hex | ED | 75 | 1F | 0 | 33 | 57 | 7 | 19 | 55 | 35 |
| Octal | 355 | 165 | 37 | 0 | 63 | 127 | 7 | 31 | 125 | 65 |
| Binary | 11101101 | 1110101 | 11111 | 0 | 110011 | 1010111 | 111 | 11001 | 1010101 | 110101 |
Color Harmonies of #ED751F
Complementary color
Monochromatic Colors of #ED751F
Black with #ED751F
Text Example
Text Example
White with #ED751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED751F; }
p { color: rgb(237,117,31); }
H1.HeaderClassName
{
color: #ED751F;
}
.AnyTagClassName
{
color: #ED751F;
}
</style>
background-color css
<style>
a { background-color: #ED751F; }
a { background-color: rgb(237,117,31); }
div.DivClassName
{
background-color: #ED751F;
}
.BgClassName
{
background-color: #ED751F;
}
</style>
border-color css
<style>
span { border-color: #ED751F; }
span { border-color: rgb(237,117,31); }
td.TdClassName
{
border-color: #ED751F;
}
.TagClassName
{
border-color: #ED751F;
}
</style>