Shades of Pumpkin #EF6D1B
Tints of Pumpkin #EF6D1B
RGB
CMYK
RGB Variations
Color information
#EF6D1B (or 0xEF6D1B) is known color: Pumpkin. HEX triplet: EF, 6D and 1B. RGB value is (239,109,27). Sum of RGB (Red+Green+Blue) = 239+109+27=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6D1B is #1092E4. Grayscale: #8A8A8A. Windows color (decimal): -1086181 or 1797615. OLE color: 1797615.
HSL color Cylindrical-coordinate representation of color #EF6D1B: hue angle of 23.21º 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 #EF6D1B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.06 |
| HSL | 23.21º | 0.87% | 0.52% | - |
| HSV(B) | 23.21º | 0.89% | 0.94% | - |
| XYZ | 41.26 | 29.37 | 4.53 | - |
| YUV | 138.52 | 65.07 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 27 | 0 | 0.54 | 0.89 | 0.06 | 23.21 | 0.87 | 0.52 |
| Hex | EF | 6D | 1B | 0 | 36 | 59 | 6 | 17 | 57 | 34 |
| Octal | 357 | 155 | 33 | 0 | 66 | 131 | 6 | 27 | 127 | 64 |
| Binary | 11101111 | 1101101 | 11011 | 0 | 110110 | 1011001 | 110 | 10111 | 1010111 | 110100 |
Color Harmonies of #EF6D1B
Complementary color
Monochromatic Colors of #EF6D1B
Black with #EF6D1B
Text Example
Text Example
White with #EF6D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6D1B; }
p { color: rgb(239,109,27); }
H1.HeaderClassName
{
color: #EF6D1B;
}
.AnyTagClassName
{
color: #EF6D1B;
}
</style>
background-color css
<style>
a { background-color: #EF6D1B; }
a { background-color: rgb(239,109,27); }
div.DivClassName
{
background-color: #EF6D1B;
}
.BgClassName
{
background-color: #EF6D1B;
}
</style>
border-color css
<style>
span { border-color: #EF6D1B; }
span { border-color: rgb(239,109,27); }
td.TdClassName
{
border-color: #EF6D1B;
}
.TagClassName
{
border-color: #EF6D1B;
}
</style>