Shades of Pumpkin #EC781E
Tints of Pumpkin #EC781E
RGB
CMYK
RGB Variations
Color information
#EC781E (or 0xEC781E) is known color: Pumpkin. HEX triplet: EC, 78 and 1E. RGB value is (236,120,30). Sum of RGB (Red+Green+Blue) = 236+120+30=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC781E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC781E is #1387E1. Grayscale: #909090. Windows color (decimal): -1279970 or 1997036. OLE color: 1997036.
HSL color Cylindrical-coordinate representation of color #EC781E: hue angle of 26.21º 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 #EC781E is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 30 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.07 |
| HSL | 26.21º | 0.84% | 0.52% | - |
| HSV(B) | 26.21º | 0.87% | 0.93% | - |
| XYZ | 41.54 | 31.36 | 5.09 | - |
| YUV | 144.42 | 63.43 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 30 | 0 | 0.49 | 0.87 | 0.07 | 26.21 | 0.84 | 0.52 |
| Hex | EC | 78 | 1E | 0 | 31 | 57 | 7 | 1A | 54 | 34 |
| Octal | 354 | 170 | 36 | 0 | 61 | 127 | 7 | 32 | 124 | 64 |
| Binary | 11101100 | 1111000 | 11110 | 0 | 110001 | 1010111 | 111 | 11010 | 1010100 | 110100 |
Color Harmonies of #EC781E
Complementary color
Monochromatic Colors of #EC781E
Black with #EC781E
Text Example
Text Example
White with #EC781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC781E; }
p { color: rgb(236,120,30); }
H1.HeaderClassName
{
color: #EC781E;
}
.AnyTagClassName
{
color: #EC781E;
}
</style>
background-color css
<style>
a { background-color: #EC781E; }
a { background-color: rgb(236,120,30); }
div.DivClassName
{
background-color: #EC781E;
}
.BgClassName
{
background-color: #EC781E;
}
</style>
border-color css
<style>
span { border-color: #EC781E; }
span { border-color: rgb(236,120,30); }
td.TdClassName
{
border-color: #EC781E;
}
.TagClassName
{
border-color: #EC781E;
}
</style>