Shades of Pumpkin #EC631B
Tints of Pumpkin #EC631B
RGB
CMYK
RGB Variations
Color information
#EC631B (or 0xEC631B) is known color: Pumpkin. HEX triplet: EC, 63 and 1B. RGB value is (236,99,27). Sum of RGB (Red+Green+Blue) = 236+99+27=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC631B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC631B is #139CE4. Grayscale: #848484. Windows color (decimal): -1285349 or 1795052. OLE color: 1795052.
HSL color Cylindrical-coordinate representation of color #EC631B: hue angle of 20.67º 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 #EC631B is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 27 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.07 |
| HSL | 20.67º | 0.85% | 0.52% | - |
| HSV(B) | 20.67º | 0.89% | 0.93% | - |
| XYZ | 39.25 | 26.84 | 4.15 | - |
| YUV | 131.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 27 | 0 | 0.58 | 0.89 | 0.07 | 20.67 | 0.85 | 0.52 |
| Hex | EC | 63 | 1B | 0 | 3A | 59 | 7 | 15 | 55 | 34 |
| Octal | 354 | 143 | 33 | 0 | 72 | 131 | 7 | 25 | 125 | 64 |
| Binary | 11101100 | 1100011 | 11011 | 0 | 111010 | 1011001 | 111 | 10101 | 1010101 | 110100 |
Color Harmonies of #EC631B
Complementary color
Monochromatic Colors of #EC631B
Black with #EC631B
Text Example
Text Example
White with #EC631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC631B; }
p { color: rgb(236,99,27); }
H1.HeaderClassName
{
color: #EC631B;
}
.AnyTagClassName
{
color: #EC631B;
}
</style>
background-color css
<style>
a { background-color: #EC631B; }
a { background-color: rgb(236,99,27); }
div.DivClassName
{
background-color: #EC631B;
}
.BgClassName
{
background-color: #EC631B;
}
</style>
border-color css
<style>
span { border-color: #EC631B; }
span { border-color: rgb(236,99,27); }
td.TdClassName
{
border-color: #EC631B;
}
.TagClassName
{
border-color: #EC631B;
}
</style>