Shades of Pumpkin #EF7A13
Tints of Pumpkin #EF7A13
RGB
CMYK
RGB Variations
Color information
#EF7A13 (or 0xEF7A13) is known color: Pumpkin. HEX triplet: EF, 7A and 13. RGB value is (239,122,19). Sum of RGB (Red+Green+Blue) = 239+122+19=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7A13 is #1085EC. Grayscale: #919191. Windows color (decimal): -1082861 or 1276655. OLE color: 1276655.
HSL color Cylindrical-coordinate representation of color #EF7A13: hue angle of 28.09º 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 #EF7A13 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 19 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.06 |
| HSL | 28.09º | 0.87% | 0.51% | - |
| HSV(B) | 28.09º | 0.92% | 0.94% | - |
| XYZ | 42.67 | 32.32 | 4.6 | - |
| YUV | 145.24 | 56.76 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 19 | 0 | 0.49 | 0.92 | 0.06 | 28.09 | 0.87 | 0.51 |
| Hex | EF | 7A | 13 | 0 | 31 | 5C | 6 | 1C | 57 | 33 |
| Octal | 357 | 172 | 23 | 0 | 61 | 134 | 6 | 34 | 127 | 63 |
| Binary | 11101111 | 1111010 | 10011 | 0 | 110001 | 1011100 | 110 | 11100 | 1010111 | 110011 |
Color Harmonies of #EF7A13
Complementary color
Monochromatic Colors of #EF7A13
Black with #EF7A13
Text Example
Text Example
White with #EF7A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A13; }
p { color: rgb(239,122,19); }
H1.HeaderClassName
{
color: #EF7A13;
}
.AnyTagClassName
{
color: #EF7A13;
}
</style>
background-color css
<style>
a { background-color: #EF7A13; }
a { background-color: rgb(239,122,19); }
div.DivClassName
{
background-color: #EF7A13;
}
.BgClassName
{
background-color: #EF7A13;
}
</style>
border-color css
<style>
span { border-color: #EF7A13; }
span { border-color: rgb(239,122,19); }
td.TdClassName
{
border-color: #EF7A13;
}
.TagClassName
{
border-color: #EF7A13;
}
</style>