Shades of Pumpkin #EC7A1F
Tints of Pumpkin #EC7A1F
RGB
CMYK
RGB Variations
Color information
#EC7A1F (or 0xEC7A1F) is known color: Pumpkin. HEX triplet: EC, 7A and 1F. RGB value is (236,122,31). Sum of RGB (Red+Green+Blue) = 236+122+31=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7A1F is #1385E0. Grayscale: #929292. Windows color (decimal): -1279457 or 2063084. OLE color: 2063084.
HSL color Cylindrical-coordinate representation of color #EC7A1F: hue angle of 26.63º degrees, saturation: 0.84, 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 #EC7A1F is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 31 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.07 |
| HSL | 26.63º | 0.84% | 0.52% | - |
| HSV(B) | 26.63º | 0.87% | 0.93% | - |
| XYZ | 41.8 | 31.85 | 5.24 | - |
| YUV | 145.71 | 63.27 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 31 | 0 | 0.48 | 0.87 | 0.07 | 26.63 | 0.84 | 0.52 |
| Hex | EC | 7A | 1F | 0 | 30 | 57 | 7 | 1B | 54 | 34 |
| Octal | 354 | 172 | 37 | 0 | 60 | 127 | 7 | 33 | 124 | 64 |
| Binary | 11101100 | 1111010 | 11111 | 0 | 110000 | 1010111 | 111 | 11011 | 1010100 | 110100 |
Color Harmonies of #EC7A1F
Complementary color
Monochromatic Colors of #EC7A1F
Black with #EC7A1F
Text Example
Text Example
White with #EC7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A1F; }
p { color: rgb(236,122,31); }
H1.HeaderClassName
{
color: #EC7A1F;
}
.AnyTagClassName
{
color: #EC7A1F;
}
</style>
background-color css
<style>
a { background-color: #EC7A1F; }
a { background-color: rgb(236,122,31); }
div.DivClassName
{
background-color: #EC7A1F;
}
.BgClassName
{
background-color: #EC7A1F;
}
</style>
border-color css
<style>
span { border-color: #EC7A1F; }
span { border-color: rgb(236,122,31); }
td.TdClassName
{
border-color: #EC7A1F;
}
.TagClassName
{
border-color: #EC7A1F;
}
</style>