Shades of Pumpkin #EC741E
Tints of Pumpkin #EC741E
RGB
CMYK
RGB Variations
Color information
#EC741E (or 0xEC741E) is known color: Pumpkin. HEX triplet: EC, 74 and 1E. RGB value is (236,116,30). Sum of RGB (Red+Green+Blue) = 236+116+30=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC741E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC741E is #138BE1. Grayscale: #8E8E8E. Windows color (decimal): -1280994 or 1996012. OLE color: 1996012.
HSL color Cylindrical-coordinate representation of color #EC741E: hue angle of 25.05º 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 #EC741E is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 30 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.07 |
| HSL | 25.05º | 0.84% | 0.52% | - |
| HSV(B) | 25.05º | 0.87% | 0.93% | - |
| XYZ | 41.07 | 30.42 | 4.93 | - |
| YUV | 142.08 | 64.76 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 30 | 0 | 0.51 | 0.87 | 0.07 | 25.05 | 0.84 | 0.52 |
| Hex | EC | 74 | 1E | 0 | 33 | 57 | 7 | 19 | 54 | 34 |
| Octal | 354 | 164 | 36 | 0 | 63 | 127 | 7 | 31 | 124 | 64 |
| Binary | 11101100 | 1110100 | 11110 | 0 | 110011 | 1010111 | 111 | 11001 | 1010100 | 110100 |
Color Harmonies of #EC741E
Complementary color
Monochromatic Colors of #EC741E
Black with #EC741E
Text Example
Text Example
White with #EC741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC741E; }
p { color: rgb(236,116,30); }
H1.HeaderClassName
{
color: #EC741E;
}
.AnyTagClassName
{
color: #EC741E;
}
</style>
background-color css
<style>
a { background-color: #EC741E; }
a { background-color: rgb(236,116,30); }
div.DivClassName
{
background-color: #EC741E;
}
.BgClassName
{
background-color: #EC741E;
}
</style>
border-color css
<style>
span { border-color: #EC741E; }
span { border-color: rgb(236,116,30); }
td.TdClassName
{
border-color: #EC741E;
}
.TagClassName
{
border-color: #EC741E;
}
</style>