Shades of Pumpkin #EF6813
Tints of Pumpkin #EF6813
RGB
CMYK
RGB Variations
Color information
#EF6813 (or 0xEF6813) is known color: Pumpkin. HEX triplet: EF, 68 and 13. RGB value is (239,104,19). Sum of RGB (Red+Green+Blue) = 239+104+19=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6813 is #1097EC. Grayscale: #878787. Windows color (decimal): -1087469 or 1272047. OLE color: 1272047.
HSL color Cylindrical-coordinate representation of color #EF6813: hue angle of 23.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF6813 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 19 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.06 |
| HSL | 23.18º | 0.87% | 0.51% | - |
| HSV(B) | 23.18º | 0.92% | 0.94% | - |
| XYZ | 40.66 | 28.3 | 3.93 | - |
| YUV | 134.68 | 62.73 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 19 | 0 | 0.56 | 0.92 | 0.06 | 23.18 | 0.87 | 0.51 |
| Hex | EF | 68 | 13 | 0 | 38 | 5C | 6 | 17 | 57 | 33 |
| Octal | 357 | 150 | 23 | 0 | 70 | 134 | 6 | 27 | 127 | 63 |
| Binary | 11101111 | 1101000 | 10011 | 0 | 111000 | 1011100 | 110 | 10111 | 1010111 | 110011 |
Color Harmonies of #EF6813
Complementary color
Monochromatic Colors of #EF6813
Black with #EF6813
Text Example
Text Example
White with #EF6813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6813; }
p { color: rgb(239,104,19); }
H1.HeaderClassName
{
color: #EF6813;
}
.AnyTagClassName
{
color: #EF6813;
}
</style>
background-color css
<style>
a { background-color: #EF6813; }
a { background-color: rgb(239,104,19); }
div.DivClassName
{
background-color: #EF6813;
}
.BgClassName
{
background-color: #EF6813;
}
</style>
border-color css
<style>
span { border-color: #EF6813; }
span { border-color: rgb(239,104,19); }
td.TdClassName
{
border-color: #EF6813;
}
.TagClassName
{
border-color: #EF6813;
}
</style>