Shades of Pumpkin #EF6619
Tints of Pumpkin #EF6619
RGB
CMYK
RGB Variations
Color information
#EF6619 (or 0xEF6619) is known color: Pumpkin. HEX triplet: EF, 66 and 19. RGB value is (239,102,25). Sum of RGB (Red+Green+Blue) = 239+102+25=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6619 is #1099E6. Grayscale: #868686. Windows color (decimal): -1087975 or 1664751. OLE color: 1664751.
HSL color Cylindrical-coordinate representation of color #EF6619: hue angle of 21.59º 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 #EF6619 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 25 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.06 |
| HSL | 21.59º | 0.87% | 0.52% | - |
| HSV(B) | 21.59º | 0.9% | 0.94% | - |
| XYZ | 40.52 | 27.92 | 4.17 | - |
| YUV | 134.19 | 66.39 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 25 | 0 | 0.57 | 0.90 | 0.06 | 21.59 | 0.87 | 0.52 |
| Hex | EF | 66 | 19 | 0 | 39 | 5A | 6 | 16 | 57 | 34 |
| Octal | 357 | 146 | 31 | 0 | 71 | 132 | 6 | 26 | 127 | 64 |
| Binary | 11101111 | 1100110 | 11001 | 0 | 111001 | 1011010 | 110 | 10110 | 1010111 | 110100 |
Color Harmonies of #EF6619
Complementary color
Monochromatic Colors of #EF6619
Black with #EF6619
Text Example
Text Example
White with #EF6619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6619; }
p { color: rgb(239,102,25); }
H1.HeaderClassName
{
color: #EF6619;
}
.AnyTagClassName
{
color: #EF6619;
}
</style>
background-color css
<style>
a { background-color: #EF6619; }
a { background-color: rgb(239,102,25); }
div.DivClassName
{
background-color: #EF6619;
}
.BgClassName
{
background-color: #EF6619;
}
</style>
border-color css
<style>
span { border-color: #EF6619; }
span { border-color: rgb(239,102,25); }
td.TdClassName
{
border-color: #EF6619;
}
.TagClassName
{
border-color: #EF6619;
}
</style>