Shades of Pumpkin #EC741C
Tints of Pumpkin #EC741C
RGB
CMYK
RGB Variations
Color information
#EC741C (or 0xEC741C) is known color: Pumpkin. HEX triplet: EC, 74 and 1C. RGB value is (236,116,28). Sum of RGB (Red+Green+Blue) = 236+116+28=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC741C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC741C is #138BE3. Grayscale: #8E8E8E. Windows color (decimal): -1280996 or 1864940. OLE color: 1864940.
HSL color Cylindrical-coordinate representation of color #EC741C: hue angle of 25.38º 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 #EC741C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 28 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.07 |
| HSL | 25.38º | 0.85% | 0.52% | - |
| HSV(B) | 25.38º | 0.88% | 0.93% | - |
| XYZ | 41.05 | 30.41 | 4.8 | - |
| YUV | 141.85 | 63.76 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 28 | 0 | 0.51 | 0.88 | 0.07 | 25.38 | 0.85 | 0.52 |
| Hex | EC | 74 | 1C | 0 | 33 | 58 | 7 | 19 | 55 | 34 |
| Octal | 354 | 164 | 34 | 0 | 63 | 130 | 7 | 31 | 125 | 64 |
| Binary | 11101100 | 1110100 | 11100 | 0 | 110011 | 1011000 | 111 | 11001 | 1010101 | 110100 |
Color Harmonies of #EC741C
Complementary color
Monochromatic Colors of #EC741C
Black with #EC741C
Text Example
Text Example
White with #EC741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC741C; }
p { color: rgb(236,116,28); }
H1.HeaderClassName
{
color: #EC741C;
}
.AnyTagClassName
{
color: #EC741C;
}
</style>
background-color css
<style>
a { background-color: #EC741C; }
a { background-color: rgb(236,116,28); }
div.DivClassName
{
background-color: #EC741C;
}
.BgClassName
{
background-color: #EC741C;
}
</style>
border-color css
<style>
span { border-color: #EC741C; }
span { border-color: rgb(236,116,28); }
td.TdClassName
{
border-color: #EC741C;
}
.TagClassName
{
border-color: #EC741C;
}
</style>