Shades of Pumpkin #EC7115
Tints of Pumpkin #EC7115
RGB
CMYK
RGB Variations
Color information
#EC7115 (or 0xEC7115) is known color: Pumpkin. HEX triplet: EC, 71 and 15. RGB value is (236,113,21). Sum of RGB (Red+Green+Blue) = 236+113+21=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7115 is #138EEA. Grayscale: #8B8B8B. Windows color (decimal): -1281771 or 1405420. OLE color: 1405420.
HSL color Cylindrical-coordinate representation of color #EC7115: hue angle of 25.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC7115 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 21 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.07 |
| HSL | 25.67º | 0.85% | 0.5% | - |
| HSV(B) | 25.67º | 0.91% | 0.93% | - |
| XYZ | 40.63 | 29.7 | 4.3 | - |
| YUV | 139.29 | 61.25 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 21 | 0 | 0.52 | 0.91 | 0.07 | 25.67 | 0.85 | 0.5 |
| Hex | EC | 71 | 15 | 0 | 34 | 5B | 7 | 1A | 55 | 32 |
| Octal | 354 | 161 | 25 | 0 | 64 | 133 | 7 | 32 | 125 | 62 |
| Binary | 11101100 | 1110001 | 10101 | 0 | 110100 | 1011011 | 111 | 11010 | 1010101 | 110010 |
Color Harmonies of #EC7115
Complementary color
Monochromatic Colors of #EC7115
Black with #EC7115
Text Example
Text Example
White with #EC7115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7115; }
p { color: rgb(236,113,21); }
H1.HeaderClassName
{
color: #EC7115;
}
.AnyTagClassName
{
color: #EC7115;
}
</style>
background-color css
<style>
a { background-color: #EC7115; }
a { background-color: rgb(236,113,21); }
div.DivClassName
{
background-color: #EC7115;
}
.BgClassName
{
background-color: #EC7115;
}
</style>
border-color css
<style>
span { border-color: #EC7115; }
span { border-color: rgb(236,113,21); }
td.TdClassName
{
border-color: #EC7115;
}
.TagClassName
{
border-color: #EC7115;
}
</style>