Shades of Pumpkin #EC751C
Tints of Pumpkin #EC751C
RGB
CMYK
RGB Variations
Color information
#EC751C (or 0xEC751C) is known color: Pumpkin. HEX triplet: EC, 75 and 1C. RGB value is (236,117,28). Sum of RGB (Red+Green+Blue) = 236+117+28=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC751C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC751C is #138AE3. Grayscale: #8E8E8E. Windows color (decimal): -1280740 or 1865196. OLE color: 1865196.
HSL color Cylindrical-coordinate representation of color #EC751C: hue angle of 25.67º 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 #EC751C is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 28 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.07 |
| HSL | 25.67º | 0.85% | 0.52% | - |
| HSV(B) | 25.67º | 0.88% | 0.93% | - |
| XYZ | 41.16 | 30.64 | 4.84 | - |
| YUV | 142.44 | 63.42 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 28 | 0 | 0.50 | 0.88 | 0.07 | 25.67 | 0.85 | 0.52 |
| Hex | EC | 75 | 1C | 0 | 32 | 58 | 7 | 1A | 55 | 34 |
| Octal | 354 | 165 | 34 | 0 | 62 | 130 | 7 | 32 | 125 | 64 |
| Binary | 11101100 | 1110101 | 11100 | 0 | 110010 | 1011000 | 111 | 11010 | 1010101 | 110100 |
Color Harmonies of #EC751C
Complementary color
Monochromatic Colors of #EC751C
Black with #EC751C
Text Example
Text Example
White with #EC751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC751C; }
p { color: rgb(236,117,28); }
H1.HeaderClassName
{
color: #EC751C;
}
.AnyTagClassName
{
color: #EC751C;
}
</style>
background-color css
<style>
a { background-color: #EC751C; }
a { background-color: rgb(236,117,28); }
div.DivClassName
{
background-color: #EC751C;
}
.BgClassName
{
background-color: #EC751C;
}
</style>
border-color css
<style>
span { border-color: #EC751C; }
span { border-color: rgb(236,117,28); }
td.TdClassName
{
border-color: #EC751C;
}
.TagClassName
{
border-color: #EC751C;
}
</style>