Shades of Pumpkin #EC641B
Tints of Pumpkin #EC641B
RGB
CMYK
RGB Variations
Color information
#EC641B (or 0xEC641B) is known color: Pumpkin. HEX triplet: EC, 64 and 1B. RGB value is (236,100,27). Sum of RGB (Red+Green+Blue) = 236+100+27=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC641B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC641B is #139BE4. Grayscale: #848484. Windows color (decimal): -1285093 or 1795308. OLE color: 1795308.
HSL color Cylindrical-coordinate representation of color #EC641B: hue angle of 20.96º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC641B is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 27 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.07 |
| HSL | 20.96º | 0.85% | 0.52% | - |
| HSV(B) | 20.96º | 0.89% | 0.93% | - |
| XYZ | 39.35 | 27.03 | 4.18 | - |
| YUV | 132.34 | 68.56 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 27 | 0 | 0.58 | 0.89 | 0.07 | 20.96 | 0.85 | 0.52 |
| Hex | EC | 64 | 1B | 0 | 3A | 59 | 7 | 15 | 55 | 34 |
| Octal | 354 | 144 | 33 | 0 | 72 | 131 | 7 | 25 | 125 | 64 |
| Binary | 11101100 | 1100100 | 11011 | 0 | 111010 | 1011001 | 111 | 10101 | 1010101 | 110100 |
Color Harmonies of #EC641B
Complementary color
Monochromatic Colors of #EC641B
Black with #EC641B
Text Example
Text Example
White with #EC641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC641B; }
p { color: rgb(236,100,27); }
H1.HeaderClassName
{
color: #EC641B;
}
.AnyTagClassName
{
color: #EC641B;
}
</style>
background-color css
<style>
a { background-color: #EC641B; }
a { background-color: rgb(236,100,27); }
div.DivClassName
{
background-color: #EC641B;
}
.BgClassName
{
background-color: #EC641B;
}
</style>
border-color css
<style>
span { border-color: #EC641B; }
span { border-color: rgb(236,100,27); }
td.TdClassName
{
border-color: #EC641B;
}
.TagClassName
{
border-color: #EC641B;
}
</style>