Shades of Pumpkin #EF751E
Tints of Pumpkin #EF751E
RGB
CMYK
RGB Variations
Color information
#EF751E (or 0xEF751E) is known color: Pumpkin. HEX triplet: EF, 75 and 1E. RGB value is (239,117,30). Sum of RGB (Red+Green+Blue) = 239+117+30=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF751E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF751E is #108AE1. Grayscale: #909090. Windows color (decimal): -1084130 or 1996271. OLE color: 1996271.
HSL color Cylindrical-coordinate representation of color #EF751E: hue angle of 24.98º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF751E is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 30 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.06 |
| HSL | 24.98º | 0.87% | 0.53% | - |
| HSV(B) | 24.98º | 0.87% | 0.94% | - |
| XYZ | 42.19 | 31.17 | 5.02 | - |
| YUV | 143.56 | 63.92 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 30 | 0 | 0.51 | 0.87 | 0.06 | 24.98 | 0.87 | 0.53 |
| Hex | EF | 75 | 1E | 0 | 33 | 57 | 6 | 19 | 57 | 35 |
| Octal | 357 | 165 | 36 | 0 | 63 | 127 | 6 | 31 | 127 | 65 |
| Binary | 11101111 | 1110101 | 11110 | 0 | 110011 | 1010111 | 110 | 11001 | 1010111 | 110101 |
Color Harmonies of #EF751E
Complementary color
Monochromatic Colors of #EF751E
Black with #EF751E
Text Example
Text Example
White with #EF751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF751E; }
p { color: rgb(239,117,30); }
H1.HeaderClassName
{
color: #EF751E;
}
.AnyTagClassName
{
color: #EF751E;
}
</style>
background-color css
<style>
a { background-color: #EF751E; }
a { background-color: rgb(239,117,30); }
div.DivClassName
{
background-color: #EF751E;
}
.BgClassName
{
background-color: #EF751E;
}
</style>
border-color css
<style>
span { border-color: #EF751E; }
span { border-color: rgb(239,117,30); }
td.TdClassName
{
border-color: #EF751E;
}
.TagClassName
{
border-color: #EF751E;
}
</style>