Shades of Pumpkin #EC751E
Tints of Pumpkin #EC751E
RGB
CMYK
RGB Variations
Color information
#EC751E (or 0xEC751E) is known color: Pumpkin. HEX triplet: EC, 75 and 1E. RGB value is (236,117,30). Sum of RGB (Red+Green+Blue) = 236+117+30=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC751E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC751E is #138AE1. Grayscale: #8F8F8F. Windows color (decimal): -1280738 or 1996268. OLE color: 1996268.
HSL color Cylindrical-coordinate representation of color #EC751E: hue angle of 25.34º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC751E is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 30 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.07 |
| HSL | 25.34º | 0.84% | 0.52% | - |
| HSV(B) | 25.34º | 0.87% | 0.93% | - |
| XYZ | 41.19 | 30.65 | 4.97 | - |
| YUV | 142.66 | 64.42 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 30 | 0 | 0.50 | 0.87 | 0.07 | 25.34 | 0.84 | 0.52 |
| Hex | EC | 75 | 1E | 0 | 32 | 57 | 7 | 19 | 54 | 34 |
| Octal | 354 | 165 | 36 | 0 | 62 | 127 | 7 | 31 | 124 | 64 |
| Binary | 11101100 | 1110101 | 11110 | 0 | 110010 | 1010111 | 111 | 11001 | 1010100 | 110100 |
Color Harmonies of #EC751E
Complementary color
Monochromatic Colors of #EC751E
Black with #EC751E
Text Example
Text Example
White with #EC751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC751E; }
p { color: rgb(236,117,30); }
H1.HeaderClassName
{
color: #EC751E;
}
.AnyTagClassName
{
color: #EC751E;
}
</style>
background-color css
<style>
a { background-color: #EC751E; }
a { background-color: rgb(236,117,30); }
div.DivClassName
{
background-color: #EC751E;
}
.BgClassName
{
background-color: #EC751E;
}
</style>
border-color css
<style>
span { border-color: #EC751E; }
span { border-color: rgb(236,117,30); }
td.TdClassName
{
border-color: #EC751E;
}
.TagClassName
{
border-color: #EC751E;
}
</style>