Shades of Pumpkin #EF6720
Tints of Pumpkin #EF6720
RGB
CMYK
RGB Variations
Color information
#EF6720 (or 0xEF6720) is known color: Pumpkin. HEX triplet: EF, 67 and 20. RGB value is (239,103,32). Sum of RGB (Red+Green+Blue) = 239+103+32=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6720 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6720 is #1098DF. Grayscale: #878787. Windows color (decimal): -1087712 or 2123759. OLE color: 2123759.
HSL color Cylindrical-coordinate representation of color #EF6720: hue angle of 20.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF6720 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 32 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.06 |
| HSL | 20.58º | 0.87% | 0.53% | - |
| HSV(B) | 20.58º | 0.87% | 0.94% | - |
| XYZ | 40.71 | 28.16 | 4.66 | - |
| YUV | 135.57 | 69.56 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 32 | 0 | 0.57 | 0.87 | 0.06 | 20.58 | 0.87 | 0.53 |
| Hex | EF | 67 | 20 | 0 | 39 | 57 | 6 | 15 | 57 | 35 |
| Octal | 357 | 147 | 40 | 0 | 71 | 127 | 6 | 25 | 127 | 65 |
| Binary | 11101111 | 1100111 | 100000 | 0 | 111001 | 1010111 | 110 | 10101 | 1010111 | 110101 |
Color Harmonies of #EF6720
Complementary color
Monochromatic Colors of #EF6720
Black with #EF6720
Text Example
Text Example
White with #EF6720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6720; }
p { color: rgb(239,103,32); }
H1.HeaderClassName
{
color: #EF6720;
}
.AnyTagClassName
{
color: #EF6720;
}
</style>
background-color css
<style>
a { background-color: #EF6720; }
a { background-color: rgb(239,103,32); }
div.DivClassName
{
background-color: #EF6720;
}
.BgClassName
{
background-color: #EF6720;
}
</style>
border-color css
<style>
span { border-color: #EF6720; }
span { border-color: rgb(239,103,32); }
td.TdClassName
{
border-color: #EF6720;
}
.TagClassName
{
border-color: #EF6720;
}
</style>