Shades of Pumpkin #EF691D
Tints of Pumpkin #EF691D
RGB
CMYK
RGB Variations
Color information
#EF691D (or 0xEF691D) is known color: Pumpkin. HEX triplet: EF, 69 and 1D. RGB value is (239,105,29). Sum of RGB (Red+Green+Blue) = 239+105+29=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF691D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF691D is #1096E2. Grayscale: #888888. Windows color (decimal): -1087203 or 1927663. OLE color: 1927663.
HSL color Cylindrical-coordinate representation of color #EF691D: hue angle of 21.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF691D is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 29 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.06 |
| HSL | 21.71º | 0.87% | 0.53% | - |
| HSV(B) | 21.71º | 0.88% | 0.94% | - |
| XYZ | 40.87 | 28.54 | 4.52 | - |
| YUV | 136.4 | 67.39 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 29 | 0 | 0.56 | 0.88 | 0.06 | 21.71 | 0.87 | 0.53 |
| Hex | EF | 69 | 1D | 0 | 38 | 58 | 6 | 16 | 57 | 35 |
| Octal | 357 | 151 | 35 | 0 | 70 | 130 | 6 | 26 | 127 | 65 |
| Binary | 11101111 | 1101001 | 11101 | 0 | 111000 | 1011000 | 110 | 10110 | 1010111 | 110101 |
Color Harmonies of #EF691D
Complementary color
Monochromatic Colors of #EF691D
Black with #EF691D
Text Example
Text Example
White with #EF691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF691D; }
p { color: rgb(239,105,29); }
H1.HeaderClassName
{
color: #EF691D;
}
.AnyTagClassName
{
color: #EF691D;
}
</style>
background-color css
<style>
a { background-color: #EF691D; }
a { background-color: rgb(239,105,29); }
div.DivClassName
{
background-color: #EF691D;
}
.BgClassName
{
background-color: #EF691D;
}
</style>
border-color css
<style>
span { border-color: #EF691D; }
span { border-color: rgb(239,105,29); }
td.TdClassName
{
border-color: #EF691D;
}
.TagClassName
{
border-color: #EF691D;
}
</style>