Shades of Pumpkin #EF681B
Tints of Pumpkin #EF681B
RGB
CMYK
RGB Variations
Color information
#EF681B (or 0xEF681B) is known color: Pumpkin. HEX triplet: EF, 68 and 1B. RGB value is (239,104,27). Sum of RGB (Red+Green+Blue) = 239+104+27=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF681B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF681B is #1097E4. Grayscale: #888888. Windows color (decimal): -1087461 or 1796335. OLE color: 1796335.
HSL color Cylindrical-coordinate representation of color #EF681B: hue angle of 21.79º 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 #EF681B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 27 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.06 |
| HSL | 21.79º | 0.87% | 0.52% | - |
| HSV(B) | 21.79º | 0.89% | 0.94% | - |
| XYZ | 40.74 | 28.33 | 4.36 | - |
| YUV | 135.59 | 66.73 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 27 | 0 | 0.56 | 0.89 | 0.06 | 21.79 | 0.87 | 0.52 |
| Hex | EF | 68 | 1B | 0 | 38 | 59 | 6 | 16 | 57 | 34 |
| Octal | 357 | 150 | 33 | 0 | 70 | 131 | 6 | 26 | 127 | 64 |
| Binary | 11101111 | 1101000 | 11011 | 0 | 111000 | 1011001 | 110 | 10110 | 1010111 | 110100 |
Color Harmonies of #EF681B
Complementary color
Monochromatic Colors of #EF681B
Black with #EF681B
Text Example
Text Example
White with #EF681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF681B; }
p { color: rgb(239,104,27); }
H1.HeaderClassName
{
color: #EF681B;
}
.AnyTagClassName
{
color: #EF681B;
}
</style>
background-color css
<style>
a { background-color: #EF681B; }
a { background-color: rgb(239,104,27); }
div.DivClassName
{
background-color: #EF681B;
}
.BgClassName
{
background-color: #EF681B;
}
</style>
border-color css
<style>
span { border-color: #EF681B; }
span { border-color: rgb(239,104,27); }
td.TdClassName
{
border-color: #EF681B;
}
.TagClassName
{
border-color: #EF681B;
}
</style>