Shades of Pumpkin #EF6E16
Tints of Pumpkin #EF6E16
RGB
CMYK
RGB Variations
Color information
#EF6E16 (or 0xEF6E16) is known color: Pumpkin. HEX triplet: EF, 6E and 16. RGB value is (239,110,22). Sum of RGB (Red+Green+Blue) = 239+110+22=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6E16 is #1091E9. Grayscale: #8B8B8B. Windows color (decimal): -1085930 or 1470191. OLE color: 1470191.
HSL color Cylindrical-coordinate representation of color #EF6E16: hue angle of 24.33º 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 #EF6E16 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 22 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.06 |
| HSL | 24.33º | 0.87% | 0.51% | - |
| HSV(B) | 24.33º | 0.91% | 0.94% | - |
| XYZ | 41.32 | 29.56 | 4.29 | - |
| YUV | 138.54 | 62.24 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 22 | 0 | 0.54 | 0.91 | 0.06 | 24.33 | 0.87 | 0.51 |
| Hex | EF | 6E | 16 | 0 | 36 | 5B | 6 | 18 | 57 | 33 |
| Octal | 357 | 156 | 26 | 0 | 66 | 133 | 6 | 30 | 127 | 63 |
| Binary | 11101111 | 1101110 | 10110 | 0 | 110110 | 1011011 | 110 | 11000 | 1010111 | 110011 |
Color Harmonies of #EF6E16
Complementary color
Monochromatic Colors of #EF6E16
Black with #EF6E16
Text Example
Text Example
White with #EF6E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E16; }
p { color: rgb(239,110,22); }
H1.HeaderClassName
{
color: #EF6E16;
}
.AnyTagClassName
{
color: #EF6E16;
}
</style>
background-color css
<style>
a { background-color: #EF6E16; }
a { background-color: rgb(239,110,22); }
div.DivClassName
{
background-color: #EF6E16;
}
.BgClassName
{
background-color: #EF6E16;
}
</style>
border-color css
<style>
span { border-color: #EF6E16; }
span { border-color: rgb(239,110,22); }
td.TdClassName
{
border-color: #EF6E16;
}
.TagClassName
{
border-color: #EF6E16;
}
</style>