Shades of Pumpkin #EF6919
Tints of Pumpkin #EF6919
RGB
CMYK
RGB Variations
Color information
#EF6919 (or 0xEF6919) is known color: Pumpkin. HEX triplet: EF, 69 and 19. RGB value is (239,105,25). Sum of RGB (Red+Green+Blue) = 239+105+25=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6919 is #1096E6. Grayscale: #888888. Windows color (decimal): -1087207 or 1665519. OLE color: 1665519.
HSL color Cylindrical-coordinate representation of color #EF6919: hue angle of 22.43º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF6919 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 25 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.06 |
| HSL | 22.43º | 0.87% | 0.52% | - |
| HSV(B) | 22.43º | 0.9% | 0.94% | - |
| XYZ | 40.82 | 28.52 | 4.27 | - |
| YUV | 135.95 | 65.39 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 25 | 0 | 0.56 | 0.90 | 0.06 | 22.43 | 0.87 | 0.52 |
| Hex | EF | 69 | 19 | 0 | 38 | 5A | 6 | 16 | 57 | 34 |
| Octal | 357 | 151 | 31 | 0 | 70 | 132 | 6 | 26 | 127 | 64 |
| Binary | 11101111 | 1101001 | 11001 | 0 | 111000 | 1011010 | 110 | 10110 | 1010111 | 110100 |
Color Harmonies of #EF6919
Complementary color
Monochromatic Colors of #EF6919
Black with #EF6919
Text Example
Text Example
White with #EF6919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6919; }
p { color: rgb(239,105,25); }
H1.HeaderClassName
{
color: #EF6919;
}
.AnyTagClassName
{
color: #EF6919;
}
</style>
background-color css
<style>
a { background-color: #EF6919; }
a { background-color: rgb(239,105,25); }
div.DivClassName
{
background-color: #EF6919;
}
.BgClassName
{
background-color: #EF6919;
}
</style>
border-color css
<style>
span { border-color: #EF6919; }
span { border-color: rgb(239,105,25); }
td.TdClassName
{
border-color: #EF6919;
}
.TagClassName
{
border-color: #EF6919;
}
</style>