Shades of Pumpkin #EF6C18
Tints of Pumpkin #EF6C18
RGB
CMYK
RGB Variations
Color information
#EF6C18 (or 0xEF6C18) is known color: Pumpkin. HEX triplet: EF, 6C and 18. RGB value is (239,108,24). Sum of RGB (Red+Green+Blue) = 239+108+24=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6C18 is #1093E7. Grayscale: #8A8A8A. Windows color (decimal): -1086440 or 1600751. OLE color: 1600751.
HSL color Cylindrical-coordinate representation of color #EF6C18: hue angle of 23.44º 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 #EF6C18 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 24 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.06 |
| HSL | 23.44º | 0.87% | 0.52% | - |
| HSV(B) | 23.44º | 0.9% | 0.94% | - |
| XYZ | 41.12 | 29.14 | 4.32 | - |
| YUV | 137.59 | 63.9 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 24 | 0 | 0.55 | 0.90 | 0.06 | 23.44 | 0.87 | 0.52 |
| Hex | EF | 6C | 18 | 0 | 37 | 5A | 6 | 17 | 57 | 34 |
| Octal | 357 | 154 | 30 | 0 | 67 | 132 | 6 | 27 | 127 | 64 |
| Binary | 11101111 | 1101100 | 11000 | 0 | 110111 | 1011010 | 110 | 10111 | 1010111 | 110100 |
Color Harmonies of #EF6C18
Complementary color
Monochromatic Colors of #EF6C18
Black with #EF6C18
Text Example
Text Example
White with #EF6C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6C18; }
p { color: rgb(239,108,24); }
H1.HeaderClassName
{
color: #EF6C18;
}
.AnyTagClassName
{
color: #EF6C18;
}
</style>
background-color css
<style>
a { background-color: #EF6C18; }
a { background-color: rgb(239,108,24); }
div.DivClassName
{
background-color: #EF6C18;
}
.BgClassName
{
background-color: #EF6C18;
}
</style>
border-color css
<style>
span { border-color: #EF6C18; }
span { border-color: rgb(239,108,24); }
td.TdClassName
{
border-color: #EF6C18;
}
.TagClassName
{
border-color: #EF6C18;
}
</style>