Shades of Pumpkin #EC6B14
Tints of Pumpkin #EC6B14
RGB
CMYK
RGB Variations
Color information
#EC6B14 (or 0xEC6B14) is known color: Pumpkin. HEX triplet: EC, 6B and 14. RGB value is (236,107,20). Sum of RGB (Red+Green+Blue) = 236+107+20=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6B14 is #1394EB. Grayscale: #888888. Windows color (decimal): -1283308 or 1338348. OLE color: 1338348.
HSL color Cylindrical-coordinate representation of color #EC6B14: hue angle of 24.17º 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 #EC6B14 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 20 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.07 |
| HSL | 24.17º | 0.85% | 0.5% | - |
| HSV(B) | 24.17º | 0.92% | 0.93% | - |
| XYZ | 39.98 | 28.4 | 4.04 | - |
| YUV | 135.65 | 62.74 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 20 | 0 | 0.55 | 0.92 | 0.07 | 24.17 | 0.85 | 0.5 |
| Hex | EC | 6B | 14 | 0 | 37 | 5C | 7 | 18 | 55 | 32 |
| Octal | 354 | 153 | 24 | 0 | 67 | 134 | 7 | 30 | 125 | 62 |
| Binary | 11101100 | 1101011 | 10100 | 0 | 110111 | 1011100 | 111 | 11000 | 1010101 | 110010 |
Color Harmonies of #EC6B14
Complementary color
Monochromatic Colors of #EC6B14
Black with #EC6B14
Text Example
Text Example
White with #EC6B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B14; }
p { color: rgb(236,107,20); }
H1.HeaderClassName
{
color: #EC6B14;
}
.AnyTagClassName
{
color: #EC6B14;
}
</style>
background-color css
<style>
a { background-color: #EC6B14; }
a { background-color: rgb(236,107,20); }
div.DivClassName
{
background-color: #EC6B14;
}
.BgClassName
{
background-color: #EC6B14;
}
</style>
border-color css
<style>
span { border-color: #EC6B14; }
span { border-color: rgb(236,107,20); }
td.TdClassName
{
border-color: #EC6B14;
}
.TagClassName
{
border-color: #EC6B14;
}
</style>