Shades of Pumpkin #EF681A
Tints of Pumpkin #EF681A
RGB
CMYK
RGB Variations
Color information
#EF681A (or 0xEF681A) is known color: Pumpkin. HEX triplet: EF, 68 and 1A. RGB value is (239,104,26). Sum of RGB (Red+Green+Blue) = 239+104+26=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF681A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF681A is #1097E5. Grayscale: #878787. Windows color (decimal): -1087462 or 1730799. OLE color: 1730799.
HSL color Cylindrical-coordinate representation of color #EF681A: hue angle of 21.97º 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 #EF681A is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 26 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.06 |
| HSL | 21.97º | 0.87% | 0.52% | - |
| HSV(B) | 21.97º | 0.89% | 0.94% | - |
| XYZ | 40.73 | 28.33 | 4.3 | - |
| YUV | 135.47 | 66.23 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 26 | 0 | 0.56 | 0.89 | 0.06 | 21.97 | 0.87 | 0.52 |
| Hex | EF | 68 | 1A | 0 | 38 | 59 | 6 | 16 | 57 | 34 |
| Octal | 357 | 150 | 32 | 0 | 70 | 131 | 6 | 26 | 127 | 64 |
| Binary | 11101111 | 1101000 | 11010 | 0 | 111000 | 1011001 | 110 | 10110 | 1010111 | 110100 |
Color Harmonies of #EF681A
Complementary color
Monochromatic Colors of #EF681A
Black with #EF681A
Text Example
Text Example
White with #EF681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF681A; }
p { color: rgb(239,104,26); }
H1.HeaderClassName
{
color: #EF681A;
}
.AnyTagClassName
{
color: #EF681A;
}
</style>
background-color css
<style>
a { background-color: #EF681A; }
a { background-color: rgb(239,104,26); }
div.DivClassName
{
background-color: #EF681A;
}
.BgClassName
{
background-color: #EF681A;
}
</style>
border-color css
<style>
span { border-color: #EF681A; }
span { border-color: rgb(239,104,26); }
td.TdClassName
{
border-color: #EF681A;
}
.TagClassName
{
border-color: #EF681A;
}
</style>