Shades of Pumpkin #EF6C17
Tints of Pumpkin #EF6C17
RGB
CMYK
RGB Variations
Color information
#EF6C17 (or 0xEF6C17) is known color: Pumpkin. HEX triplet: EF, 6C and 17. RGB value is (239,108,23). Sum of RGB (Red+Green+Blue) = 239+108+23=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6C17 is #1093E8. Grayscale: #898989. Windows color (decimal): -1086441 or 1535215. OLE color: 1535215.
HSL color Cylindrical-coordinate representation of color #EF6C17: hue angle of 23.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF6C17 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 23 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.06 |
| HSL | 23.61º | 0.87% | 0.51% | - |
| HSV(B) | 23.61º | 0.9% | 0.94% | - |
| XYZ | 41.11 | 29.14 | 4.27 | - |
| YUV | 137.48 | 63.4 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 23 | 0 | 0.55 | 0.90 | 0.06 | 23.61 | 0.87 | 0.51 |
| Hex | EF | 6C | 17 | 0 | 37 | 5A | 6 | 18 | 57 | 33 |
| Octal | 357 | 154 | 27 | 0 | 67 | 132 | 6 | 30 | 127 | 63 |
| Binary | 11101111 | 1101100 | 10111 | 0 | 110111 | 1011010 | 110 | 11000 | 1010111 | 110011 |
Color Harmonies of #EF6C17
Complementary color
Monochromatic Colors of #EF6C17
Black with #EF6C17
Text Example
Text Example
White with #EF6C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6C17; }
p { color: rgb(239,108,23); }
H1.HeaderClassName
{
color: #EF6C17;
}
.AnyTagClassName
{
color: #EF6C17;
}
</style>
background-color css
<style>
a { background-color: #EF6C17; }
a { background-color: rgb(239,108,23); }
div.DivClassName
{
background-color: #EF6C17;
}
.BgClassName
{
background-color: #EF6C17;
}
</style>
border-color css
<style>
span { border-color: #EF6C17; }
span { border-color: rgb(239,108,23); }
td.TdClassName
{
border-color: #EF6C17;
}
.TagClassName
{
border-color: #EF6C17;
}
</style>