Shades of Pumpkin #EF6819
Tints of Pumpkin #EF6819
RGB
CMYK
RGB Variations
Color information
#EF6819 (or 0xEF6819) is known color: Pumpkin. HEX triplet: EF, 68 and 19. RGB value is (239,104,25). Sum of RGB (Red+Green+Blue) = 239+104+25=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6819 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6819 is #1097E6. Grayscale: #878787. Windows color (decimal): -1087463 or 1665263. OLE color: 1665263.
HSL color Cylindrical-coordinate representation of color #EF6819: hue angle of 22.15º 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 #EF6819 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 25 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.06 |
| HSL | 22.15º | 0.87% | 0.52% | - |
| HSV(B) | 22.15º | 0.9% | 0.94% | - |
| XYZ | 40.72 | 28.32 | 4.24 | - |
| YUV | 135.36 | 65.73 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 25 | 0 | 0.56 | 0.90 | 0.06 | 22.15 | 0.87 | 0.52 |
| Hex | EF | 68 | 19 | 0 | 38 | 5A | 6 | 16 | 57 | 34 |
| Octal | 357 | 150 | 31 | 0 | 70 | 132 | 6 | 26 | 127 | 64 |
| Binary | 11101111 | 1101000 | 11001 | 0 | 111000 | 1011010 | 110 | 10110 | 1010111 | 110100 |
Color Harmonies of #EF6819
Complementary color
Monochromatic Colors of #EF6819
Black with #EF6819
Text Example
Text Example
White with #EF6819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6819; }
p { color: rgb(239,104,25); }
H1.HeaderClassName
{
color: #EF6819;
}
.AnyTagClassName
{
color: #EF6819;
}
</style>
background-color css
<style>
a { background-color: #EF6819; }
a { background-color: rgb(239,104,25); }
div.DivClassName
{
background-color: #EF6819;
}
.BgClassName
{
background-color: #EF6819;
}
</style>
border-color css
<style>
span { border-color: #EF6819; }
span { border-color: rgb(239,104,25); }
td.TdClassName
{
border-color: #EF6819;
}
.TagClassName
{
border-color: #EF6819;
}
</style>