Shades of Pumpkin #EF6321
Tints of Pumpkin #EF6321
RGB
CMYK
RGB Variations
Color information
#EF6321 (or 0xEF6321) is known color: Pumpkin. HEX triplet: EF, 63 and 21. RGB value is (239,99,33). Sum of RGB (Red+Green+Blue) = 239+99+33=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6321 is #109CDE. Grayscale: #858585. Windows color (decimal): -1088735 or 2188271. OLE color: 2188271.
HSL color Cylindrical-coordinate representation of color #EF6321: hue angle of 19.22º 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 #EF6321 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 33 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.06 |
| HSL | 19.22º | 0.87% | 0.53% | - |
| HSV(B) | 19.22º | 0.86% | 0.94% | - |
| XYZ | 40.33 | 27.38 | 4.6 | - |
| YUV | 133.34 | 71.38 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 33 | 0 | 0.59 | 0.86 | 0.06 | 19.22 | 0.87 | 0.53 |
| Hex | EF | 63 | 21 | 0 | 3B | 56 | 6 | 13 | 57 | 35 |
| Octal | 357 | 143 | 41 | 0 | 73 | 126 | 6 | 23 | 127 | 65 |
| Binary | 11101111 | 1100011 | 100001 | 0 | 111011 | 1010110 | 110 | 10011 | 1010111 | 110101 |
Color Harmonies of #EF6321
Complementary color
Monochromatic Colors of #EF6321
Black with #EF6321
Text Example
Text Example
White with #EF6321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6321; }
p { color: rgb(239,99,33); }
H1.HeaderClassName
{
color: #EF6321;
}
.AnyTagClassName
{
color: #EF6321;
}
</style>
background-color css
<style>
a { background-color: #EF6321; }
a { background-color: rgb(239,99,33); }
div.DivClassName
{
background-color: #EF6321;
}
.BgClassName
{
background-color: #EF6321;
}
</style>
border-color css
<style>
span { border-color: #EF6321; }
span { border-color: rgb(239,99,33); }
td.TdClassName
{
border-color: #EF6321;
}
.TagClassName
{
border-color: #EF6321;
}
</style>