Shades of Pumpkin #EF6721
Tints of Pumpkin #EF6721
RGB
CMYK
RGB Variations
Color information
#EF6721 (or 0xEF6721) is known color: Pumpkin. HEX triplet: EF, 67 and 21. RGB value is (239,103,33). Sum of RGB (Red+Green+Blue) = 239+103+33=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6721 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6721 is #1098DE. Grayscale: #888888. Windows color (decimal): -1087711 or 2189295. OLE color: 2189295.
HSL color Cylindrical-coordinate representation of color #EF6721: hue angle of 20.39º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF6721 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 33 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.06 |
| HSL | 20.39º | 0.87% | 0.53% | - |
| HSV(B) | 20.39º | 0.86% | 0.94% | - |
| XYZ | 40.72 | 28.16 | 4.73 | - |
| YUV | 135.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 33 | 0 | 0.57 | 0.86 | 0.06 | 20.39 | 0.87 | 0.53 |
| Hex | EF | 67 | 21 | 0 | 39 | 56 | 6 | 14 | 57 | 35 |
| Octal | 357 | 147 | 41 | 0 | 71 | 126 | 6 | 24 | 127 | 65 |
| Binary | 11101111 | 1100111 | 100001 | 0 | 111001 | 1010110 | 110 | 10100 | 1010111 | 110101 |
Color Harmonies of #EF6721
Complementary color
Monochromatic Colors of #EF6721
Black with #EF6721
Text Example
Text Example
White with #EF6721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6721; }
p { color: rgb(239,103,33); }
H1.HeaderClassName
{
color: #EF6721;
}
.AnyTagClassName
{
color: #EF6721;
}
</style>
background-color css
<style>
a { background-color: #EF6721; }
a { background-color: rgb(239,103,33); }
div.DivClassName
{
background-color: #EF6721;
}
.BgClassName
{
background-color: #EF6721;
}
</style>
border-color css
<style>
span { border-color: #EF6721; }
span { border-color: rgb(239,103,33); }
td.TdClassName
{
border-color: #EF6721;
}
.TagClassName
{
border-color: #EF6721;
}
</style>