Shades of Pumpkin #EC7219
Tints of Pumpkin #EC7219
RGB
CMYK
RGB Variations
Color information
#EC7219 (or 0xEC7219) is known color: Pumpkin. HEX triplet: EC, 72 and 19. RGB value is (236,114,25). Sum of RGB (Red+Green+Blue) = 236+114+25=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7219 is #138DE6. Grayscale: #8C8C8C. Windows color (decimal): -1281511 or 1667820. OLE color: 1667820.
HSL color Cylindrical-coordinate representation of color #EC7219: hue angle of 25.31º 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 #EC7219 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 25 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.07 |
| HSL | 25.31º | 0.85% | 0.51% | - |
| HSV(B) | 25.31º | 0.89% | 0.93% | - |
| XYZ | 40.78 | 29.94 | 4.55 | - |
| YUV | 140.33 | 62.92 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 25 | 0 | 0.52 | 0.89 | 0.07 | 25.31 | 0.85 | 0.51 |
| Hex | EC | 72 | 19 | 0 | 34 | 59 | 7 | 19 | 55 | 33 |
| Octal | 354 | 162 | 31 | 0 | 64 | 131 | 7 | 31 | 125 | 63 |
| Binary | 11101100 | 1110010 | 11001 | 0 | 110100 | 1011001 | 111 | 11001 | 1010101 | 110011 |
Color Harmonies of #EC7219
Complementary color
Monochromatic Colors of #EC7219
Black with #EC7219
Text Example
Text Example
White with #EC7219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7219; }
p { color: rgb(236,114,25); }
H1.HeaderClassName
{
color: #EC7219;
}
.AnyTagClassName
{
color: #EC7219;
}
</style>
background-color css
<style>
a { background-color: #EC7219; }
a { background-color: rgb(236,114,25); }
div.DivClassName
{
background-color: #EC7219;
}
.BgClassName
{
background-color: #EC7219;
}
</style>
border-color css
<style>
span { border-color: #EC7219; }
span { border-color: rgb(236,114,25); }
td.TdClassName
{
border-color: #EC7219;
}
.TagClassName
{
border-color: #EC7219;
}
</style>