Shades of Pumpkin #EC761E
Tints of Pumpkin #EC761E
RGB
CMYK
RGB Variations
Color information
#EC761E (or 0xEC761E) is known color: Pumpkin. HEX triplet: EC, 76 and 1E. RGB value is (236,118,30). Sum of RGB (Red+Green+Blue) = 236+118+30=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC761E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC761E is #1389E1. Grayscale: #8F8F8F. Windows color (decimal): -1280482 or 1996524. OLE color: 1996524.
HSL color Cylindrical-coordinate representation of color #EC761E: hue angle of 25.63º 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 #EC761E is Cyan = 0, Magento = 0.5, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 30 | - |
| CMYK | 0 | 0.5 | 0.87 | 0.07 |
| HSL | 25.63º | 0.84% | 0.52% | - |
| HSV(B) | 25.63º | 0.87% | 0.93% | - |
| XYZ | 41.3 | 30.88 | 5.01 | - |
| YUV | 143.25 | 64.09 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 30 | 0 | 0.5 | 0.87 | 0.07 | 25.63 | 0.84 | 0.52 |
| Hex | EC | 76 | 1E | 0 | 32 | 57 | 7 | 1A | 54 | 34 |
| Octal | 354 | 166 | 36 | 0 | 62 | 127 | 7 | 32 | 124 | 64 |
| Binary | 11101100 | 1110110 | 11110 | 0 | 110010 | 1010111 | 111 | 11010 | 1010100 | 110100 |
Color Harmonies of #EC761E
Complementary color
Monochromatic Colors of #EC761E
Black with #EC761E
Text Example
Text Example
White with #EC761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC761E; }
p { color: rgb(236,118,30); }
H1.HeaderClassName
{
color: #EC761E;
}
.AnyTagClassName
{
color: #EC761E;
}
</style>
background-color css
<style>
a { background-color: #EC761E; }
a { background-color: rgb(236,118,30); }
div.DivClassName
{
background-color: #EC761E;
}
.BgClassName
{
background-color: #EC761E;
}
</style>
border-color css
<style>
span { border-color: #EC761E; }
span { border-color: rgb(236,118,30); }
td.TdClassName
{
border-color: #EC761E;
}
.TagClassName
{
border-color: #EC761E;
}
</style>