Shades of Pumpkin #EF751B
Tints of Pumpkin #EF751B
RGB
CMYK
RGB Variations
Color information
#EF751B (or 0xEF751B) is known color: Pumpkin. HEX triplet: EF, 75 and 1B. RGB value is (239,117,27). Sum of RGB (Red+Green+Blue) = 239+117+27=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF751B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF751B is #108AE4. Grayscale: #8F8F8F. Windows color (decimal): -1084133 or 1799663. OLE color: 1799663.
HSL color Cylindrical-coordinate representation of color #EF751B: hue angle of 25.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF751B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 27 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.06 |
| HSL | 25.47º | 0.87% | 0.52% | - |
| HSV(B) | 25.47º | 0.89% | 0.94% | - |
| XYZ | 42.16 | 31.15 | 4.83 | - |
| YUV | 143.22 | 62.42 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 27 | 0 | 0.51 | 0.89 | 0.06 | 25.47 | 0.87 | 0.52 |
| Hex | EF | 75 | 1B | 0 | 33 | 59 | 6 | 19 | 57 | 34 |
| Octal | 357 | 165 | 33 | 0 | 63 | 131 | 6 | 31 | 127 | 64 |
| Binary | 11101111 | 1110101 | 11011 | 0 | 110011 | 1011001 | 110 | 11001 | 1010111 | 110100 |
Color Harmonies of #EF751B
Complementary color
Monochromatic Colors of #EF751B
Black with #EF751B
Text Example
Text Example
White with #EF751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF751B; }
p { color: rgb(239,117,27); }
H1.HeaderClassName
{
color: #EF751B;
}
.AnyTagClassName
{
color: #EF751B;
}
</style>
background-color css
<style>
a { background-color: #EF751B; }
a { background-color: rgb(239,117,27); }
div.DivClassName
{
background-color: #EF751B;
}
.BgClassName
{
background-color: #EF751B;
}
</style>
border-color css
<style>
span { border-color: #EF751B; }
span { border-color: rgb(239,117,27); }
td.TdClassName
{
border-color: #EF751B;
}
.TagClassName
{
border-color: #EF751B;
}
</style>