Shades of Pumpkin #EF661B
Tints of Pumpkin #EF661B
RGB
CMYK
RGB Variations
Color information
#EF661B (or 0xEF661B) is known color: Pumpkin. HEX triplet: EF, 66 and 1B. RGB value is (239,102,27). Sum of RGB (Red+Green+Blue) = 239+102+27=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF661B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF661B is #1099E4. Grayscale: #868686. Windows color (decimal): -1087973 or 1795823. OLE color: 1795823.
HSL color Cylindrical-coordinate representation of color #EF661B: hue angle of 21.23º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF661B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 27 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.06 |
| HSL | 21.23º | 0.87% | 0.52% | - |
| HSV(B) | 21.23º | 0.89% | 0.94% | - |
| XYZ | 40.55 | 27.93 | 4.29 | - |
| YUV | 134.41 | 67.39 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 27 | 0 | 0.57 | 0.89 | 0.06 | 21.23 | 0.87 | 0.52 |
| Hex | EF | 66 | 1B | 0 | 39 | 59 | 6 | 15 | 57 | 34 |
| Octal | 357 | 146 | 33 | 0 | 71 | 131 | 6 | 25 | 127 | 64 |
| Binary | 11101111 | 1100110 | 11011 | 0 | 111001 | 1011001 | 110 | 10101 | 1010111 | 110100 |
Color Harmonies of #EF661B
Complementary color
Monochromatic Colors of #EF661B
Black with #EF661B
Text Example
Text Example
White with #EF661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF661B; }
p { color: rgb(239,102,27); }
H1.HeaderClassName
{
color: #EF661B;
}
.AnyTagClassName
{
color: #EF661B;
}
</style>
background-color css
<style>
a { background-color: #EF661B; }
a { background-color: rgb(239,102,27); }
div.DivClassName
{
background-color: #EF661B;
}
.BgClassName
{
background-color: #EF661B;
}
</style>
border-color css
<style>
span { border-color: #EF661B; }
span { border-color: rgb(239,102,27); }
td.TdClassName
{
border-color: #EF661B;
}
.TagClassName
{
border-color: #EF661B;
}
</style>