Shades of Pumpkin #EF6713
Tints of Pumpkin #EF6713
RGB
CMYK
RGB Variations
Color information
#EF6713 (or 0xEF6713) is known color: Pumpkin. HEX triplet: EF, 67 and 13. RGB value is (239,103,19). Sum of RGB (Red+Green+Blue) = 239+103+19=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6713 is #1098EC. Grayscale: #868686. Windows color (decimal): -1087725 or 1271791. OLE color: 1271791.
HSL color Cylindrical-coordinate representation of color #EF6713: hue angle of 22.91º 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 #EF6713 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 19 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.06 |
| HSL | 22.91º | 0.87% | 0.51% | - |
| HSV(B) | 22.91º | 0.92% | 0.94% | - |
| XYZ | 40.56 | 28.1 | 3.9 | - |
| YUV | 134.09 | 63.06 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 19 | 0 | 0.57 | 0.92 | 0.06 | 22.91 | 0.87 | 0.51 |
| Hex | EF | 67 | 13 | 0 | 39 | 5C | 6 | 17 | 57 | 33 |
| Octal | 357 | 147 | 23 | 0 | 71 | 134 | 6 | 27 | 127 | 63 |
| Binary | 11101111 | 1100111 | 10011 | 0 | 111001 | 1011100 | 110 | 10111 | 1010111 | 110011 |
Color Harmonies of #EF6713
Complementary color
Monochromatic Colors of #EF6713
Black with #EF6713
Text Example
Text Example
White with #EF6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6713; }
p { color: rgb(239,103,19); }
H1.HeaderClassName
{
color: #EF6713;
}
.AnyTagClassName
{
color: #EF6713;
}
</style>
background-color css
<style>
a { background-color: #EF6713; }
a { background-color: rgb(239,103,19); }
div.DivClassName
{
background-color: #EF6713;
}
.BgClassName
{
background-color: #EF6713;
}
</style>
border-color css
<style>
span { border-color: #EF6713; }
span { border-color: rgb(239,103,19); }
td.TdClassName
{
border-color: #EF6713;
}
.TagClassName
{
border-color: #EF6713;
}
</style>