Shades of Pumpkin #EC6517
Tints of Pumpkin #EC6517
RGB
CMYK
RGB Variations
Color information
#EC6517 (or 0xEC6517) is known color: Pumpkin. HEX triplet: EC, 65 and 17. RGB value is (236,101,23). Sum of RGB (Red+Green+Blue) = 236+101+23=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6517 is #139AE8. Grayscale: #848484. Windows color (decimal): -1284841 or 1533420. OLE color: 1533420.
HSL color Cylindrical-coordinate representation of color #EC6517: hue angle of 21.97º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC6517 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 23 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.07 |
| HSL | 21.97º | 0.85% | 0.51% | - |
| HSV(B) | 21.97º | 0.9% | 0.93% | - |
| XYZ | 39.4 | 27.2 | 3.98 | - |
| YUV | 132.47 | 66.23 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 23 | 0 | 0.57 | 0.90 | 0.07 | 21.97 | 0.85 | 0.51 |
| Hex | EC | 65 | 17 | 0 | 39 | 5A | 7 | 16 | 55 | 33 |
| Octal | 354 | 145 | 27 | 0 | 71 | 132 | 7 | 26 | 125 | 63 |
| Binary | 11101100 | 1100101 | 10111 | 0 | 111001 | 1011010 | 111 | 10110 | 1010101 | 110011 |
Color Harmonies of #EC6517
Complementary color
Monochromatic Colors of #EC6517
Black with #EC6517
Text Example
Text Example
White with #EC6517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6517; }
p { color: rgb(236,101,23); }
H1.HeaderClassName
{
color: #EC6517;
}
.AnyTagClassName
{
color: #EC6517;
}
</style>
background-color css
<style>
a { background-color: #EC6517; }
a { background-color: rgb(236,101,23); }
div.DivClassName
{
background-color: #EC6517;
}
.BgClassName
{
background-color: #EC6517;
}
</style>
border-color css
<style>
span { border-color: #EC6517; }
span { border-color: rgb(236,101,23); }
td.TdClassName
{
border-color: #EC6517;
}
.TagClassName
{
border-color: #EC6517;
}
</style>