Shades of Pumpkin #EF731C
Tints of Pumpkin #EF731C
RGB
CMYK
RGB Variations
Color information
#EF731C (or 0xEF731C) is known color: Pumpkin. HEX triplet: EF, 73 and 1C. RGB value is (239,115,28). Sum of RGB (Red+Green+Blue) = 239+115+28=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF731C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF731C is #108CE3. Grayscale: #8E8E8E. Windows color (decimal): -1084644 or 1864687. OLE color: 1864687.
HSL color Cylindrical-coordinate representation of color #EF731C: hue angle of 24.74º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF731C is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 28 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.06 |
| HSL | 24.74º | 0.87% | 0.52% | - |
| HSV(B) | 24.74º | 0.88% | 0.94% | - |
| XYZ | 41.94 | 30.7 | 4.81 | - |
| YUV | 142.16 | 63.58 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 28 | 0 | 0.52 | 0.88 | 0.06 | 24.74 | 0.87 | 0.52 |
| Hex | EF | 73 | 1C | 0 | 34 | 58 | 6 | 19 | 57 | 34 |
| Octal | 357 | 163 | 34 | 0 | 64 | 130 | 6 | 31 | 127 | 64 |
| Binary | 11101111 | 1110011 | 11100 | 0 | 110100 | 1011000 | 110 | 11001 | 1010111 | 110100 |
Color Harmonies of #EF731C
Complementary color
Monochromatic Colors of #EF731C
Black with #EF731C
Text Example
Text Example
White with #EF731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF731C; }
p { color: rgb(239,115,28); }
H1.HeaderClassName
{
color: #EF731C;
}
.AnyTagClassName
{
color: #EF731C;
}
</style>
background-color css
<style>
a { background-color: #EF731C; }
a { background-color: rgb(239,115,28); }
div.DivClassName
{
background-color: #EF731C;
}
.BgClassName
{
background-color: #EF731C;
}
</style>
border-color css
<style>
span { border-color: #EF731C; }
span { border-color: rgb(239,115,28); }
td.TdClassName
{
border-color: #EF731C;
}
.TagClassName
{
border-color: #EF731C;
}
</style>