Shades of Pumpkin #EC6919
Tints of Pumpkin #EC6919
RGB
CMYK
RGB Variations
Color information
#EC6919 (or 0xEC6919) is known color: Pumpkin. HEX triplet: EC, 69 and 19. RGB value is (236,105,25). Sum of RGB (Red+Green+Blue) = 236+105+25=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6919 is #1396E6. Grayscale: #878787. Windows color (decimal): -1283815 or 1665516. OLE color: 1665516.
HSL color Cylindrical-coordinate representation of color #EC6919: hue angle of 22.75º 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 #EC6919 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 25 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.07 |
| HSL | 22.75º | 0.85% | 0.51% | - |
| HSV(B) | 22.75º | 0.89% | 0.93% | - |
| XYZ | 39.82 | 28.01 | 4.23 | - |
| YUV | 135.05 | 65.9 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 25 | 0 | 0.56 | 0.89 | 0.07 | 22.75 | 0.85 | 0.51 |
| Hex | EC | 69 | 19 | 0 | 38 | 59 | 7 | 17 | 55 | 33 |
| Octal | 354 | 151 | 31 | 0 | 70 | 131 | 7 | 27 | 125 | 63 |
| Binary | 11101100 | 1101001 | 11001 | 0 | 111000 | 1011001 | 111 | 10111 | 1010101 | 110011 |
Color Harmonies of #EC6919
Complementary color
Monochromatic Colors of #EC6919
Black with #EC6919
Text Example
Text Example
White with #EC6919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6919; }
p { color: rgb(236,105,25); }
H1.HeaderClassName
{
color: #EC6919;
}
.AnyTagClassName
{
color: #EC6919;
}
</style>
background-color css
<style>
a { background-color: #EC6919; }
a { background-color: rgb(236,105,25); }
div.DivClassName
{
background-color: #EC6919;
}
.BgClassName
{
background-color: #EC6919;
}
</style>
border-color css
<style>
span { border-color: #EC6919; }
span { border-color: rgb(236,105,25); }
td.TdClassName
{
border-color: #EC6919;
}
.TagClassName
{
border-color: #EC6919;
}
</style>