Shades of Pumpkin #EC701C
Tints of Pumpkin #EC701C
RGB
CMYK
RGB Variations
Color information
#EC701C (or 0xEC701C) is known color: Pumpkin. HEX triplet: EC, 70 and 1C. RGB value is (236,112,28). Sum of RGB (Red+Green+Blue) = 236+112+28=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC701C is #138FE3. Grayscale: #8B8B8B. Windows color (decimal): -1282020 or 1863916. OLE color: 1863916.
HSL color Cylindrical-coordinate representation of color #EC701C: hue angle of 24.23º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC701C is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 28 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.07 |
| HSL | 24.23º | 0.85% | 0.52% | - |
| HSV(B) | 24.23º | 0.88% | 0.93% | - |
| XYZ | 40.6 | 29.51 | 4.65 | - |
| YUV | 139.5 | 65.08 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 28 | 0 | 0.53 | 0.88 | 0.07 | 24.23 | 0.85 | 0.52 |
| Hex | EC | 70 | 1C | 0 | 35 | 58 | 7 | 18 | 55 | 34 |
| Octal | 354 | 160 | 34 | 0 | 65 | 130 | 7 | 30 | 125 | 64 |
| Binary | 11101100 | 1110000 | 11100 | 0 | 110101 | 1011000 | 111 | 11000 | 1010101 | 110100 |
Color Harmonies of #EC701C
Complementary color
Monochromatic Colors of #EC701C
Black with #EC701C
Text Example
Text Example
White with #EC701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC701C; }
p { color: rgb(236,112,28); }
H1.HeaderClassName
{
color: #EC701C;
}
.AnyTagClassName
{
color: #EC701C;
}
</style>
background-color css
<style>
a { background-color: #EC701C; }
a { background-color: rgb(236,112,28); }
div.DivClassName
{
background-color: #EC701C;
}
.BgClassName
{
background-color: #EC701C;
}
</style>
border-color css
<style>
span { border-color: #EC701C; }
span { border-color: rgb(236,112,28); }
td.TdClassName
{
border-color: #EC701C;
}
.TagClassName
{
border-color: #EC701C;
}
</style>