Shades of Pumpkin #EF6618
Tints of Pumpkin #EF6618
RGB
CMYK
RGB Variations
Color information
#EF6618 (or 0xEF6618) is known color: Pumpkin. HEX triplet: EF, 66 and 18. RGB value is (239,102,24). Sum of RGB (Red+Green+Blue) = 239+102+24=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6618 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6618 is #1099E7. Grayscale: #868686. Windows color (decimal): -1087976 or 1599215. OLE color: 1599215.
HSL color Cylindrical-coordinate representation of color #EF6618: hue angle of 21.77º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF6618 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 24 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.06 |
| HSL | 21.77º | 0.87% | 0.52% | - |
| HSV(B) | 21.77º | 0.9% | 0.94% | - |
| XYZ | 40.51 | 27.92 | 4.12 | - |
| YUV | 134.07 | 65.89 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 24 | 0 | 0.57 | 0.90 | 0.06 | 21.77 | 0.87 | 0.52 |
| Hex | EF | 66 | 18 | 0 | 39 | 5A | 6 | 16 | 57 | 34 |
| Octal | 357 | 146 | 30 | 0 | 71 | 132 | 6 | 26 | 127 | 64 |
| Binary | 11101111 | 1100110 | 11000 | 0 | 111001 | 1011010 | 110 | 10110 | 1010111 | 110100 |
Color Harmonies of #EF6618
Complementary color
Monochromatic Colors of #EF6618
Black with #EF6618
Text Example
Text Example
White with #EF6618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6618; }
p { color: rgb(239,102,24); }
H1.HeaderClassName
{
color: #EF6618;
}
.AnyTagClassName
{
color: #EF6618;
}
</style>
background-color css
<style>
a { background-color: #EF6618; }
a { background-color: rgb(239,102,24); }
div.DivClassName
{
background-color: #EF6618;
}
.BgClassName
{
background-color: #EF6618;
}
</style>
border-color css
<style>
span { border-color: #EF6618; }
span { border-color: rgb(239,102,24); }
td.TdClassName
{
border-color: #EF6618;
}
.TagClassName
{
border-color: #EF6618;
}
</style>