Shades of Pumpkin #EC6519
Tints of Pumpkin #EC6519
RGB
CMYK
RGB Variations
Color information
#EC6519 (or 0xEC6519) is known color: Pumpkin. HEX triplet: EC, 65 and 19. RGB value is (236,101,25). Sum of RGB (Red+Green+Blue) = 236+101+25=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6519 is #139AE6. Grayscale: #858585. Windows color (decimal): -1284839 or 1664492. OLE color: 1664492.
HSL color Cylindrical-coordinate representation of color #EC6519: hue angle of 21.61º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC6519 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 25 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.07 |
| HSL | 21.61º | 0.85% | 0.51% | - |
| HSV(B) | 21.61º | 0.89% | 0.93% | - |
| XYZ | 39.42 | 27.21 | 4.09 | - |
| YUV | 132.7 | 67.23 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 25 | 0 | 0.57 | 0.89 | 0.07 | 21.61 | 0.85 | 0.51 |
| Hex | EC | 65 | 19 | 0 | 39 | 59 | 7 | 16 | 55 | 33 |
| Octal | 354 | 145 | 31 | 0 | 71 | 131 | 7 | 26 | 125 | 63 |
| Binary | 11101100 | 1100101 | 11001 | 0 | 111001 | 1011001 | 111 | 10110 | 1010101 | 110011 |
Color Harmonies of #EC6519
Complementary color
Monochromatic Colors of #EC6519
Black with #EC6519
Text Example
Text Example
White with #EC6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6519; }
p { color: rgb(236,101,25); }
H1.HeaderClassName
{
color: #EC6519;
}
.AnyTagClassName
{
color: #EC6519;
}
</style>
background-color css
<style>
a { background-color: #EC6519; }
a { background-color: rgb(236,101,25); }
div.DivClassName
{
background-color: #EC6519;
}
.BgClassName
{
background-color: #EC6519;
}
</style>
border-color css
<style>
span { border-color: #EC6519; }
span { border-color: rgb(236,101,25); }
td.TdClassName
{
border-color: #EC6519;
}
.TagClassName
{
border-color: #EC6519;
}
</style>