Shades of Pumpkin #EC6913
Tints of Pumpkin #EC6913
RGB
CMYK
RGB Variations
Color information
#EC6913 (or 0xEC6913) is known color: Pumpkin. HEX triplet: EC, 69 and 13. RGB value is (236,105,19). Sum of RGB (Red+Green+Blue) = 236+105+19=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6913 is #1396EC. Grayscale: #868686. Windows color (decimal): -1283821 or 1272300. OLE color: 1272300.
HSL color Cylindrical-coordinate representation of color #EC6913: hue angle of 23.78º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC6913 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 19 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.07 |
| HSL | 23.78º | 0.85% | 0.5% | - |
| HSV(B) | 23.78º | 0.92% | 0.93% | - |
| XYZ | 39.76 | 27.98 | 3.92 | - |
| YUV | 134.37 | 62.9 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 19 | 0 | 0.56 | 0.92 | 0.07 | 23.78 | 0.85 | 0.5 |
| Hex | EC | 69 | 13 | 0 | 38 | 5C | 7 | 18 | 55 | 32 |
| Octal | 354 | 151 | 23 | 0 | 70 | 134 | 7 | 30 | 125 | 62 |
| Binary | 11101100 | 1101001 | 10011 | 0 | 111000 | 1011100 | 111 | 11000 | 1010101 | 110010 |
Color Harmonies of #EC6913
Complementary color
Monochromatic Colors of #EC6913
Black with #EC6913
Text Example
Text Example
White with #EC6913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6913; }
p { color: rgb(236,105,19); }
H1.HeaderClassName
{
color: #EC6913;
}
.AnyTagClassName
{
color: #EC6913;
}
</style>
background-color css
<style>
a { background-color: #EC6913; }
a { background-color: rgb(236,105,19); }
div.DivClassName
{
background-color: #EC6913;
}
.BgClassName
{
background-color: #EC6913;
}
</style>
border-color css
<style>
span { border-color: #EC6913; }
span { border-color: rgb(236,105,19); }
td.TdClassName
{
border-color: #EC6913;
}
.TagClassName
{
border-color: #EC6913;
}
</style>