Shades of Pumpkin #EF6F15
Tints of Pumpkin #EF6F15
RGB
CMYK
RGB Variations
Color information
#EF6F15 (or 0xEF6F15) is known color: Pumpkin. HEX triplet: EF, 6F and 15. RGB value is (239,111,21). Sum of RGB (Red+Green+Blue) = 239+111+21=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6F15 is #1090EA. Grayscale: #8B8B8B. Windows color (decimal): -1085675 or 1404911. OLE color: 1404911.
HSL color Cylindrical-coordinate representation of color #EF6F15: hue angle of 24.77º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF6F15 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 21 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.06 |
| HSL | 24.77º | 0.87% | 0.51% | - |
| HSV(B) | 24.77º | 0.91% | 0.94% | - |
| XYZ | 41.42 | 29.77 | 4.27 | - |
| YUV | 139.01 | 61.41 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 21 | 0 | 0.54 | 0.91 | 0.06 | 24.77 | 0.87 | 0.51 |
| Hex | EF | 6F | 15 | 0 | 36 | 5B | 6 | 19 | 57 | 33 |
| Octal | 357 | 157 | 25 | 0 | 66 | 133 | 6 | 31 | 127 | 63 |
| Binary | 11101111 | 1101111 | 10101 | 0 | 110110 | 1011011 | 110 | 11001 | 1010111 | 110011 |
Color Harmonies of #EF6F15
Complementary color
Monochromatic Colors of #EF6F15
Black with #EF6F15
Text Example
Text Example
White with #EF6F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6F15; }
p { color: rgb(239,111,21); }
H1.HeaderClassName
{
color: #EF6F15;
}
.AnyTagClassName
{
color: #EF6F15;
}
</style>
background-color css
<style>
a { background-color: #EF6F15; }
a { background-color: rgb(239,111,21); }
div.DivClassName
{
background-color: #EF6F15;
}
.BgClassName
{
background-color: #EF6F15;
}
</style>
border-color css
<style>
span { border-color: #EF6F15; }
span { border-color: rgb(239,111,21); }
td.TdClassName
{
border-color: #EF6F15;
}
.TagClassName
{
border-color: #EF6F15;
}
</style>