Shades of Pumpkin #EC6616
Tints of Pumpkin #EC6616
RGB
CMYK
RGB Variations
Color information
#EC6616 (or 0xEC6616) is known color: Pumpkin. HEX triplet: EC, 66 and 16. RGB value is (236,102,22). Sum of RGB (Red+Green+Blue) = 236+102+22=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6616 is #1399E9. Grayscale: #858585. Windows color (decimal): -1284586 or 1468140. OLE color: 1468140.
HSL color Cylindrical-coordinate representation of color #EC6616: hue angle of 22.43º 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 #EC6616 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 22 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.07 |
| HSL | 22.43º | 0.85% | 0.51% | - |
| HSV(B) | 22.43º | 0.91% | 0.93% | - |
| XYZ | 39.49 | 27.39 | 3.97 | - |
| YUV | 132.95 | 65.39 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 22 | 0 | 0.57 | 0.91 | 0.07 | 22.43 | 0.85 | 0.51 |
| Hex | EC | 66 | 16 | 0 | 39 | 5B | 7 | 16 | 55 | 33 |
| Octal | 354 | 146 | 26 | 0 | 71 | 133 | 7 | 26 | 125 | 63 |
| Binary | 11101100 | 1100110 | 10110 | 0 | 111001 | 1011011 | 111 | 10110 | 1010101 | 110011 |
Color Harmonies of #EC6616
Complementary color
Monochromatic Colors of #EC6616
Black with #EC6616
Text Example
Text Example
White with #EC6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6616; }
p { color: rgb(236,102,22); }
H1.HeaderClassName
{
color: #EC6616;
}
.AnyTagClassName
{
color: #EC6616;
}
</style>
background-color css
<style>
a { background-color: #EC6616; }
a { background-color: rgb(236,102,22); }
div.DivClassName
{
background-color: #EC6616;
}
.BgClassName
{
background-color: #EC6616;
}
</style>
border-color css
<style>
span { border-color: #EC6616; }
span { border-color: rgb(236,102,22); }
td.TdClassName
{
border-color: #EC6616;
}
.TagClassName
{
border-color: #EC6616;
}
</style>