Shades of Pumpkin #EF6621
Tints of Pumpkin #EF6621
RGB
CMYK
RGB Variations
Color information
#EF6621 (or 0xEF6621) is known color: Pumpkin. HEX triplet: EF, 66 and 21. RGB value is (239,102,33). Sum of RGB (Red+Green+Blue) = 239+102+33=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6621 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6621 is #1099DE. Grayscale: #878787. Windows color (decimal): -1087967 or 2189039. OLE color: 2189039.
HSL color Cylindrical-coordinate representation of color #EF6621: hue angle of 20.1º 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 #EF6621 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 33 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.06 |
| HSL | 20.1º | 0.87% | 0.53% | - |
| HSV(B) | 20.1º | 0.86% | 0.94% | - |
| XYZ | 40.62 | 27.96 | 4.7 | - |
| YUV | 135.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 33 | 0 | 0.57 | 0.86 | 0.06 | 20.1 | 0.87 | 0.53 |
| Hex | EF | 66 | 21 | 0 | 39 | 56 | 6 | 14 | 57 | 35 |
| Octal | 357 | 146 | 41 | 0 | 71 | 126 | 6 | 24 | 127 | 65 |
| Binary | 11101111 | 1100110 | 100001 | 0 | 111001 | 1010110 | 110 | 10100 | 1010111 | 110101 |
Color Harmonies of #EF6621
Complementary color
Monochromatic Colors of #EF6621
Black with #EF6621
Text Example
Text Example
White with #EF6621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6621; }
p { color: rgb(239,102,33); }
H1.HeaderClassName
{
color: #EF6621;
}
.AnyTagClassName
{
color: #EF6621;
}
</style>
background-color css
<style>
a { background-color: #EF6621; }
a { background-color: rgb(239,102,33); }
div.DivClassName
{
background-color: #EF6621;
}
.BgClassName
{
background-color: #EF6621;
}
</style>
border-color css
<style>
span { border-color: #EF6621; }
span { border-color: rgb(239,102,33); }
td.TdClassName
{
border-color: #EF6621;
}
.TagClassName
{
border-color: #EF6621;
}
</style>