Shades of Pumpkin #EC6F19
Tints of Pumpkin #EC6F19
RGB
CMYK
RGB Variations
Color information
#EC6F19 (or 0xEC6F19) is known color: Pumpkin. HEX triplet: EC, 6F and 19. RGB value is (236,111,25). Sum of RGB (Red+Green+Blue) = 236+111+25=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6F19 is #1390E6. Grayscale: #8B8B8B. Windows color (decimal): -1282279 or 1667052. OLE color: 1667052.
HSL color Cylindrical-coordinate representation of color #EC6F19: hue angle of 24.45º 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 #EC6F19 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 25 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.07 |
| HSL | 24.45º | 0.85% | 0.51% | - |
| HSV(B) | 24.45º | 0.89% | 0.93% | - |
| XYZ | 40.45 | 29.27 | 4.44 | - |
| YUV | 138.57 | 63.91 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 25 | 0 | 0.53 | 0.89 | 0.07 | 24.45 | 0.85 | 0.51 |
| Hex | EC | 6F | 19 | 0 | 35 | 59 | 7 | 18 | 55 | 33 |
| Octal | 354 | 157 | 31 | 0 | 65 | 131 | 7 | 30 | 125 | 63 |
| Binary | 11101100 | 1101111 | 11001 | 0 | 110101 | 1011001 | 111 | 11000 | 1010101 | 110011 |
Color Harmonies of #EC6F19
Complementary color
Monochromatic Colors of #EC6F19
Black with #EC6F19
Text Example
Text Example
White with #EC6F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F19; }
p { color: rgb(236,111,25); }
H1.HeaderClassName
{
color: #EC6F19;
}
.AnyTagClassName
{
color: #EC6F19;
}
</style>
background-color css
<style>
a { background-color: #EC6F19; }
a { background-color: rgb(236,111,25); }
div.DivClassName
{
background-color: #EC6F19;
}
.BgClassName
{
background-color: #EC6F19;
}
</style>
border-color css
<style>
span { border-color: #EC6F19; }
span { border-color: rgb(236,111,25); }
td.TdClassName
{
border-color: #EC6F19;
}
.TagClassName
{
border-color: #EC6F19;
}
</style>