Shades of Pumpkin #EC6716
Tints of Pumpkin #EC6716
RGB
CMYK
RGB Variations
Color information
#EC6716 (or 0xEC6716) is known color: Pumpkin. HEX triplet: EC, 67 and 16. RGB value is (236,103,22). Sum of RGB (Red+Green+Blue) = 236+103+22=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6716 is #1398E9. Grayscale: #858585. Windows color (decimal): -1284330 or 1468396. OLE color: 1468396.
HSL color Cylindrical-coordinate representation of color #EC6716: hue angle of 22.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC6716 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 22 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.07 |
| HSL | 22.71º | 0.85% | 0.51% | - |
| HSV(B) | 22.71º | 0.91% | 0.93% | - |
| XYZ | 39.59 | 27.59 | 4 | - |
| YUV | 133.53 | 65.06 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 22 | 0 | 0.56 | 0.91 | 0.07 | 22.71 | 0.85 | 0.51 |
| Hex | EC | 67 | 16 | 0 | 38 | 5B | 7 | 17 | 55 | 33 |
| Octal | 354 | 147 | 26 | 0 | 70 | 133 | 7 | 27 | 125 | 63 |
| Binary | 11101100 | 1100111 | 10110 | 0 | 111000 | 1011011 | 111 | 10111 | 1010101 | 110011 |
Color Harmonies of #EC6716
Complementary color
Monochromatic Colors of #EC6716
Black with #EC6716
Text Example
Text Example
White with #EC6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6716; }
p { color: rgb(236,103,22); }
H1.HeaderClassName
{
color: #EC6716;
}
.AnyTagClassName
{
color: #EC6716;
}
</style>
background-color css
<style>
a { background-color: #EC6716; }
a { background-color: rgb(236,103,22); }
div.DivClassName
{
background-color: #EC6716;
}
.BgClassName
{
background-color: #EC6716;
}
</style>
border-color css
<style>
span { border-color: #EC6716; }
span { border-color: rgb(236,103,22); }
td.TdClassName
{
border-color: #EC6716;
}
.TagClassName
{
border-color: #EC6716;
}
</style>