Shades of Pumpkin #EF631B
Tints of Pumpkin #EF631B
RGB
CMYK
RGB Variations
Color information
#EF631B (or 0xEF631B) is known color: Pumpkin. HEX triplet: EF, 63 and 1B. RGB value is (239,99,27). Sum of RGB (Red+Green+Blue) = 239+99+27=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF631B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF631B is #109CE4. Grayscale: #858585. Windows color (decimal): -1088741 or 1795055. OLE color: 1795055.
HSL color Cylindrical-coordinate representation of color #EF631B: hue angle of 20.38º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF631B is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 27 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.06 |
| HSL | 20.38º | 0.87% | 0.52% | - |
| HSV(B) | 20.38º | 0.89% | 0.94% | - |
| XYZ | 40.26 | 27.35 | 4.19 | - |
| YUV | 132.65 | 68.38 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 27 | 0 | 0.59 | 0.89 | 0.06 | 20.38 | 0.87 | 0.52 |
| Hex | EF | 63 | 1B | 0 | 3B | 59 | 6 | 14 | 57 | 34 |
| Octal | 357 | 143 | 33 | 0 | 73 | 131 | 6 | 24 | 127 | 64 |
| Binary | 11101111 | 1100011 | 11011 | 0 | 111011 | 1011001 | 110 | 10100 | 1010111 | 110100 |
Color Harmonies of #EF631B
Complementary color
Monochromatic Colors of #EF631B
Black with #EF631B
Text Example
Text Example
White with #EF631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF631B; }
p { color: rgb(239,99,27); }
H1.HeaderClassName
{
color: #EF631B;
}
.AnyTagClassName
{
color: #EF631B;
}
</style>
background-color css
<style>
a { background-color: #EF631B; }
a { background-color: rgb(239,99,27); }
div.DivClassName
{
background-color: #EF631B;
}
.BgClassName
{
background-color: #EF631B;
}
</style>
border-color css
<style>
span { border-color: #EF631B; }
span { border-color: rgb(239,99,27); }
td.TdClassName
{
border-color: #EF631B;
}
.TagClassName
{
border-color: #EF631B;
}
</style>