Shades of Pumpkin #EC751D
Tints of Pumpkin #EC751D
RGB
CMYK
RGB Variations
Color information
#EC751D (or 0xEC751D) is known color: Pumpkin. HEX triplet: EC, 75 and 1D. RGB value is (236,117,29). Sum of RGB (Red+Green+Blue) = 236+117+29=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC751D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC751D is #138AE2. Grayscale: #8F8F8F. Windows color (decimal): -1280739 or 1930732. OLE color: 1930732.
HSL color Cylindrical-coordinate representation of color #EC751D: hue angle of 25.51º degrees, saturation: 0.84, 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 #EC751D is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 29 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.07 |
| HSL | 25.51º | 0.84% | 0.52% | - |
| HSV(B) | 25.51º | 0.88% | 0.93% | - |
| XYZ | 41.18 | 30.64 | 4.91 | - |
| YUV | 142.55 | 63.92 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 29 | 0 | 0.50 | 0.88 | 0.07 | 25.51 | 0.84 | 0.52 |
| Hex | EC | 75 | 1D | 0 | 32 | 58 | 7 | 1A | 54 | 34 |
| Octal | 354 | 165 | 35 | 0 | 62 | 130 | 7 | 32 | 124 | 64 |
| Binary | 11101100 | 1110101 | 11101 | 0 | 110010 | 1011000 | 111 | 11010 | 1010100 | 110100 |
Color Harmonies of #EC751D
Complementary color
Monochromatic Colors of #EC751D
Black with #EC751D
Text Example
Text Example
White with #EC751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC751D; }
p { color: rgb(236,117,29); }
H1.HeaderClassName
{
color: #EC751D;
}
.AnyTagClassName
{
color: #EC751D;
}
</style>
background-color css
<style>
a { background-color: #EC751D; }
a { background-color: rgb(236,117,29); }
div.DivClassName
{
background-color: #EC751D;
}
.BgClassName
{
background-color: #EC751D;
}
</style>
border-color css
<style>
span { border-color: #EC751D; }
span { border-color: rgb(236,117,29); }
td.TdClassName
{
border-color: #EC751D;
}
.TagClassName
{
border-color: #EC751D;
}
</style>