Shades of Pumpkin #EF7412
Tints of Pumpkin #EF7412
RGB
CMYK
RGB Variations
Color information
#EF7412 (or 0xEF7412) is known color: Pumpkin. HEX triplet: EF, 74 and 12. RGB value is (239,116,18). Sum of RGB (Red+Green+Blue) = 239+116+18=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7412 is #108BED. Grayscale: #8E8E8E. Windows color (decimal): -1084398 or 1209583. OLE color: 1209583.
HSL color Cylindrical-coordinate representation of color #EF7412: hue angle of 26.61º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF7412 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 18 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.06 |
| HSL | 26.61º | 0.87% | 0.5% | - |
| HSV(B) | 26.61º | 0.92% | 0.94% | - |
| XYZ | 41.95 | 30.89 | 4.32 | - |
| YUV | 141.61 | 58.25 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 18 | 0 | 0.51 | 0.92 | 0.06 | 26.61 | 0.87 | 0.5 |
| Hex | EF | 74 | 12 | 0 | 33 | 5C | 6 | 1B | 57 | 32 |
| Octal | 357 | 164 | 22 | 0 | 63 | 134 | 6 | 33 | 127 | 62 |
| Binary | 11101111 | 1110100 | 10010 | 0 | 110011 | 1011100 | 110 | 11011 | 1010111 | 110010 |
Color Harmonies of #EF7412
Complementary color
Monochromatic Colors of #EF7412
Black with #EF7412
Text Example
Text Example
White with #EF7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7412; }
p { color: rgb(239,116,18); }
H1.HeaderClassName
{
color: #EF7412;
}
.AnyTagClassName
{
color: #EF7412;
}
</style>
background-color css
<style>
a { background-color: #EF7412; }
a { background-color: rgb(239,116,18); }
div.DivClassName
{
background-color: #EF7412;
}
.BgClassName
{
background-color: #EF7412;
}
</style>
border-color css
<style>
span { border-color: #EF7412; }
span { border-color: rgb(239,116,18); }
td.TdClassName
{
border-color: #EF7412;
}
.TagClassName
{
border-color: #EF7412;
}
</style>