Shades of Pumpkin #EC731C
Tints of Pumpkin #EC731C
RGB
CMYK
RGB Variations
Color information
#EC731C (or 0xEC731C) is known color: Pumpkin. HEX triplet: EC, 73 and 1C. RGB value is (236,115,28). Sum of RGB (Red+Green+Blue) = 236+115+28=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC731C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC731C is #138CE3. Grayscale: #8D8D8D. Windows color (decimal): -1281252 or 1864684. OLE color: 1864684.
HSL color Cylindrical-coordinate representation of color #EC731C: hue angle of 25.1º 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 #EC731C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 28 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.07 |
| HSL | 25.1º | 0.85% | 0.52% | - |
| HSV(B) | 25.1º | 0.88% | 0.93% | - |
| XYZ | 40.93 | 30.18 | 4.77 | - |
| YUV | 141.26 | 64.09 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 28 | 0 | 0.51 | 0.88 | 0.07 | 25.1 | 0.85 | 0.52 |
| Hex | EC | 73 | 1C | 0 | 33 | 58 | 7 | 19 | 55 | 34 |
| Octal | 354 | 163 | 34 | 0 | 63 | 130 | 7 | 31 | 125 | 64 |
| Binary | 11101100 | 1110011 | 11100 | 0 | 110011 | 1011000 | 111 | 11001 | 1010101 | 110100 |
Color Harmonies of #EC731C
Complementary color
Monochromatic Colors of #EC731C
Black with #EC731C
Text Example
Text Example
White with #EC731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC731C; }
p { color: rgb(236,115,28); }
H1.HeaderClassName
{
color: #EC731C;
}
.AnyTagClassName
{
color: #EC731C;
}
</style>
background-color css
<style>
a { background-color: #EC731C; }
a { background-color: rgb(236,115,28); }
div.DivClassName
{
background-color: #EC731C;
}
.BgClassName
{
background-color: #EC731C;
}
</style>
border-color css
<style>
span { border-color: #EC731C; }
span { border-color: rgb(236,115,28); }
td.TdClassName
{
border-color: #EC731C;
}
.TagClassName
{
border-color: #EC731C;
}
</style>