Shades of Pumpkin #EF671B
Tints of Pumpkin #EF671B
RGB
CMYK
RGB Variations
Color information
#EF671B (or 0xEF671B) is known color: Pumpkin. HEX triplet: EF, 67 and 1B. RGB value is (239,103,27). Sum of RGB (Red+Green+Blue) = 239+103+27=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF671B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF671B is #1098E4. Grayscale: #878787. Windows color (decimal): -1087717 or 1796079. OLE color: 1796079.
HSL color Cylindrical-coordinate representation of color #EF671B: hue angle of 21.51º 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 #EF671B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 27 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.06 |
| HSL | 21.51º | 0.87% | 0.52% | - |
| HSV(B) | 21.51º | 0.89% | 0.94% | - |
| XYZ | 40.64 | 28.13 | 4.32 | - |
| YUV | 135 | 67.06 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 27 | 0 | 0.57 | 0.89 | 0.06 | 21.51 | 0.87 | 0.52 |
| Hex | EF | 67 | 1B | 0 | 39 | 59 | 6 | 16 | 57 | 34 |
| Octal | 357 | 147 | 33 | 0 | 71 | 131 | 6 | 26 | 127 | 64 |
| Binary | 11101111 | 1100111 | 11011 | 0 | 111001 | 1011001 | 110 | 10110 | 1010111 | 110100 |
Color Harmonies of #EF671B
Complementary color
Monochromatic Colors of #EF671B
Black with #EF671B
Text Example
Text Example
White with #EF671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF671B; }
p { color: rgb(239,103,27); }
H1.HeaderClassName
{
color: #EF671B;
}
.AnyTagClassName
{
color: #EF671B;
}
</style>
background-color css
<style>
a { background-color: #EF671B; }
a { background-color: rgb(239,103,27); }
div.DivClassName
{
background-color: #EF671B;
}
.BgClassName
{
background-color: #EF671B;
}
</style>
border-color css
<style>
span { border-color: #EF671B; }
span { border-color: rgb(239,103,27); }
td.TdClassName
{
border-color: #EF671B;
}
.TagClassName
{
border-color: #EF671B;
}
</style>