Shades of Pumpkin #EF6816
Tints of Pumpkin #EF6816
RGB
CMYK
RGB Variations
Color information
#EF6816 (or 0xEF6816) is known color: Pumpkin. HEX triplet: EF, 68 and 16. RGB value is (239,104,22). Sum of RGB (Red+Green+Blue) = 239+104+22=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6816 is #1097E9. Grayscale: #878787. Windows color (decimal): -1087466 or 1468655. OLE color: 1468655.
HSL color Cylindrical-coordinate representation of color #EF6816: hue angle of 22.67º 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 #EF6816 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 22 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.06 |
| HSL | 22.67º | 0.87% | 0.51% | - |
| HSV(B) | 22.67º | 0.91% | 0.94% | - |
| XYZ | 40.69 | 28.31 | 4.08 | - |
| YUV | 135.02 | 64.23 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 22 | 0 | 0.56 | 0.91 | 0.06 | 22.67 | 0.87 | 0.51 |
| Hex | EF | 68 | 16 | 0 | 38 | 5B | 6 | 17 | 57 | 33 |
| Octal | 357 | 150 | 26 | 0 | 70 | 133 | 6 | 27 | 127 | 63 |
| Binary | 11101111 | 1101000 | 10110 | 0 | 111000 | 1011011 | 110 | 10111 | 1010111 | 110011 |
Color Harmonies of #EF6816
Complementary color
Monochromatic Colors of #EF6816
Black with #EF6816
Text Example
Text Example
White with #EF6816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6816; }
p { color: rgb(239,104,22); }
H1.HeaderClassName
{
color: #EF6816;
}
.AnyTagClassName
{
color: #EF6816;
}
</style>
background-color css
<style>
a { background-color: #EF6816; }
a { background-color: rgb(239,104,22); }
div.DivClassName
{
background-color: #EF6816;
}
.BgClassName
{
background-color: #EF6816;
}
</style>
border-color css
<style>
span { border-color: #EF6816; }
span { border-color: rgb(239,104,22); }
td.TdClassName
{
border-color: #EF6816;
}
.TagClassName
{
border-color: #EF6816;
}
</style>