Shades of Pumpkin #EC721C
Tints of Pumpkin #EC721C
RGB
CMYK
RGB Variations
Color information
#EC721C (or 0xEC721C) is known color: Pumpkin. HEX triplet: EC, 72 and 1C. RGB value is (236,114,28). Sum of RGB (Red+Green+Blue) = 236+114+28=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC721C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC721C is #138DE3. Grayscale: #8D8D8D. Windows color (decimal): -1281508 or 1864428. OLE color: 1864428.
HSL color Cylindrical-coordinate representation of color #EC721C: hue angle of 24.81º 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 #EC721C is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 28 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.07 |
| HSL | 24.81º | 0.85% | 0.52% | - |
| HSV(B) | 24.81º | 0.88% | 0.93% | - |
| XYZ | 40.82 | 29.95 | 4.73 | - |
| YUV | 140.67 | 64.42 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 28 | 0 | 0.52 | 0.88 | 0.07 | 24.81 | 0.85 | 0.52 |
| Hex | EC | 72 | 1C | 0 | 34 | 58 | 7 | 19 | 55 | 34 |
| Octal | 354 | 162 | 34 | 0 | 64 | 130 | 7 | 31 | 125 | 64 |
| Binary | 11101100 | 1110010 | 11100 | 0 | 110100 | 1011000 | 111 | 11001 | 1010101 | 110100 |
Color Harmonies of #EC721C
Complementary color
Monochromatic Colors of #EC721C
Black with #EC721C
Text Example
Text Example
White with #EC721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC721C; }
p { color: rgb(236,114,28); }
H1.HeaderClassName
{
color: #EC721C;
}
.AnyTagClassName
{
color: #EC721C;
}
</style>
background-color css
<style>
a { background-color: #EC721C; }
a { background-color: rgb(236,114,28); }
div.DivClassName
{
background-color: #EC721C;
}
.BgClassName
{
background-color: #EC721C;
}
</style>
border-color css
<style>
span { border-color: #EC721C; }
span { border-color: rgb(236,114,28); }
td.TdClassName
{
border-color: #EC721C;
}
.TagClassName
{
border-color: #EC721C;
}
</style>