Shades of Pumpkin #EC7813
Tints of Pumpkin #EC7813
RGB
CMYK
RGB Variations
Color information
#EC7813 (or 0xEC7813) is known color: Pumpkin. HEX triplet: EC, 78 and 13. RGB value is (236,120,19). Sum of RGB (Red+Green+Blue) = 236+120+19=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7813 is #1387EC. Grayscale: #8F8F8F. Windows color (decimal): -1279981 or 1276140. OLE color: 1276140.
HSL color Cylindrical-coordinate representation of color #EC7813: hue angle of 27.93º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC7813 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 19 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.07 |
| HSL | 27.93º | 0.85% | 0.5% | - |
| HSV(B) | 27.93º | 0.92% | 0.93% | - |
| XYZ | 41.43 | 31.31 | 4.48 | - |
| YUV | 143.17 | 57.93 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 19 | 0 | 0.49 | 0.92 | 0.07 | 27.93 | 0.85 | 0.5 |
| Hex | EC | 78 | 13 | 0 | 31 | 5C | 7 | 1C | 55 | 32 |
| Octal | 354 | 170 | 23 | 0 | 61 | 134 | 7 | 34 | 125 | 62 |
| Binary | 11101100 | 1111000 | 10011 | 0 | 110001 | 1011100 | 111 | 11100 | 1010101 | 110010 |
Color Harmonies of #EC7813
Complementary color
Monochromatic Colors of #EC7813
Black with #EC7813
Text Example
Text Example
White with #EC7813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7813; }
p { color: rgb(236,120,19); }
H1.HeaderClassName
{
color: #EC7813;
}
.AnyTagClassName
{
color: #EC7813;
}
</style>
background-color css
<style>
a { background-color: #EC7813; }
a { background-color: rgb(236,120,19); }
div.DivClassName
{
background-color: #EC7813;
}
.BgClassName
{
background-color: #EC7813;
}
</style>
border-color css
<style>
span { border-color: #EC7813; }
span { border-color: rgb(236,120,19); }
td.TdClassName
{
border-color: #EC7813;
}
.TagClassName
{
border-color: #EC7813;
}
</style>