Shades of Pumpkin #EF6D1C
Tints of Pumpkin #EF6D1C
RGB
CMYK
RGB Variations
Color information
#EF6D1C (or 0xEF6D1C) is known color: Pumpkin. HEX triplet: EF, 6D and 1C. RGB value is (239,109,28). Sum of RGB (Red+Green+Blue) = 239+109+28=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6D1C is #1092E3. Grayscale: #8B8B8B. Windows color (decimal): -1086180 or 1863151. OLE color: 1863151.
HSL color Cylindrical-coordinate representation of color #EF6D1C: hue angle of 23.03º 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 #EF6D1C is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 28 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.06 |
| HSL | 23.03º | 0.87% | 0.52% | - |
| HSV(B) | 23.03º | 0.88% | 0.94% | - |
| XYZ | 41.27 | 29.37 | 4.59 | - |
| YUV | 138.64 | 65.57 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 28 | 0 | 0.54 | 0.88 | 0.06 | 23.03 | 0.87 | 0.52 |
| Hex | EF | 6D | 1C | 0 | 36 | 58 | 6 | 17 | 57 | 34 |
| Octal | 357 | 155 | 34 | 0 | 66 | 130 | 6 | 27 | 127 | 64 |
| Binary | 11101111 | 1101101 | 11100 | 0 | 110110 | 1011000 | 110 | 10111 | 1010111 | 110100 |
Color Harmonies of #EF6D1C
Complementary color
Monochromatic Colors of #EF6D1C
Black with #EF6D1C
Text Example
Text Example
White with #EF6D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6D1C; }
p { color: rgb(239,109,28); }
H1.HeaderClassName
{
color: #EF6D1C;
}
.AnyTagClassName
{
color: #EF6D1C;
}
</style>
background-color css
<style>
a { background-color: #EF6D1C; }
a { background-color: rgb(239,109,28); }
div.DivClassName
{
background-color: #EF6D1C;
}
.BgClassName
{
background-color: #EF6D1C;
}
</style>
border-color css
<style>
span { border-color: #EF6D1C; }
span { border-color: rgb(239,109,28); }
td.TdClassName
{
border-color: #EF6D1C;
}
.TagClassName
{
border-color: #EF6D1C;
}
</style>