Shades of Pumpkin #EC6714
Tints of Pumpkin #EC6714
RGB
CMYK
RGB Variations
Color information
#EC6714 (or 0xEC6714) is known color: Pumpkin. HEX triplet: EC, 67 and 14. RGB value is (236,103,20). Sum of RGB (Red+Green+Blue) = 236+103+20=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6714 is #1398EB. Grayscale: #858585. Windows color (decimal): -1284332 or 1337324. OLE color: 1337324.
HSL color Cylindrical-coordinate representation of color #EC6714: hue angle of 23.06º 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 #EC6714 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 20 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.07 |
| HSL | 23.06º | 0.85% | 0.5% | - |
| HSV(B) | 23.06º | 0.92% | 0.93% | - |
| XYZ | 39.57 | 27.58 | 3.9 | - |
| YUV | 133.31 | 64.06 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 20 | 0 | 0.56 | 0.92 | 0.07 | 23.06 | 0.85 | 0.5 |
| Hex | EC | 67 | 14 | 0 | 38 | 5C | 7 | 17 | 55 | 32 |
| Octal | 354 | 147 | 24 | 0 | 70 | 134 | 7 | 27 | 125 | 62 |
| Binary | 11101100 | 1100111 | 10100 | 0 | 111000 | 1011100 | 111 | 10111 | 1010101 | 110010 |
Color Harmonies of #EC6714
Complementary color
Monochromatic Colors of #EC6714
Black with #EC6714
Text Example
Text Example
White with #EC6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6714; }
p { color: rgb(236,103,20); }
H1.HeaderClassName
{
color: #EC6714;
}
.AnyTagClassName
{
color: #EC6714;
}
</style>
background-color css
<style>
a { background-color: #EC6714; }
a { background-color: rgb(236,103,20); }
div.DivClassName
{
background-color: #EC6714;
}
.BgClassName
{
background-color: #EC6714;
}
</style>
border-color css
<style>
span { border-color: #EC6714; }
span { border-color: rgb(236,103,20); }
td.TdClassName
{
border-color: #EC6714;
}
.TagClassName
{
border-color: #EC6714;
}
</style>