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