Shades of Pumpkin #EF6917
Tints of Pumpkin #EF6917
RGB
CMYK
RGB Variations
Color information
#EF6917 (or 0xEF6917) is known color: Pumpkin. HEX triplet: EF, 69 and 17. RGB value is (239,105,23). Sum of RGB (Red+Green+Blue) = 239+105+23=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6917 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6917 is #1096E8. Grayscale: #888888. Windows color (decimal): -1087209 or 1534447. OLE color: 1534447.
HSL color Cylindrical-coordinate representation of color #EF6917: hue angle of 22.78º 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 #EF6917 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 23 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.06 |
| HSL | 22.78º | 0.87% | 0.51% | - |
| HSV(B) | 22.78º | 0.9% | 0.94% | - |
| XYZ | 40.8 | 28.52 | 4.16 | - |
| YUV | 135.72 | 64.39 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 23 | 0 | 0.56 | 0.90 | 0.06 | 22.78 | 0.87 | 0.51 |
| Hex | EF | 69 | 17 | 0 | 38 | 5A | 6 | 17 | 57 | 33 |
| Octal | 357 | 151 | 27 | 0 | 70 | 132 | 6 | 27 | 127 | 63 |
| Binary | 11101111 | 1101001 | 10111 | 0 | 111000 | 1011010 | 110 | 10111 | 1010111 | 110011 |
Color Harmonies of #EF6917
Complementary color
Monochromatic Colors of #EF6917
Black with #EF6917
Text Example
Text Example
White with #EF6917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6917; }
p { color: rgb(239,105,23); }
H1.HeaderClassName
{
color: #EF6917;
}
.AnyTagClassName
{
color: #EF6917;
}
</style>
background-color css
<style>
a { background-color: #EF6917; }
a { background-color: rgb(239,105,23); }
div.DivClassName
{
background-color: #EF6917;
}
.BgClassName
{
background-color: #EF6917;
}
</style>
border-color css
<style>
span { border-color: #EF6917; }
span { border-color: rgb(239,105,23); }
td.TdClassName
{
border-color: #EF6917;
}
.TagClassName
{
border-color: #EF6917;
}
</style>