Shades of Pumpkin #EF7B18
Tints of Pumpkin #EF7B18
RGB
CMYK
RGB Variations
Color information
#EF7B18 (or 0xEF7B18) is known color: Pumpkin. HEX triplet: EF, 7B and 18. RGB value is (239,123,24). Sum of RGB (Red+Green+Blue) = 239+123+24=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7B18 is #1084E7. Grayscale: #929292. Windows color (decimal): -1082600 or 1604591. OLE color: 1604591.
HSL color Cylindrical-coordinate representation of color #EF7B18: hue angle of 27.63º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF7B18 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 24 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.06 |
| HSL | 27.63º | 0.87% | 0.52% | - |
| HSV(B) | 27.63º | 0.9% | 0.94% | - |
| XYZ | 42.84 | 32.58 | 4.9 | - |
| YUV | 146.4 | 58.93 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 24 | 0 | 0.49 | 0.90 | 0.06 | 27.63 | 0.87 | 0.52 |
| Hex | EF | 7B | 18 | 0 | 31 | 5A | 6 | 1C | 57 | 34 |
| Octal | 357 | 173 | 30 | 0 | 61 | 132 | 6 | 34 | 127 | 64 |
| Binary | 11101111 | 1111011 | 11000 | 0 | 110001 | 1011010 | 110 | 11100 | 1010111 | 110100 |
Color Harmonies of #EF7B18
Complementary color
Monochromatic Colors of #EF7B18
Black with #EF7B18
Text Example
Text Example
White with #EF7B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B18; }
p { color: rgb(239,123,24); }
H1.HeaderClassName
{
color: #EF7B18;
}
.AnyTagClassName
{
color: #EF7B18;
}
</style>
background-color css
<style>
a { background-color: #EF7B18; }
a { background-color: rgb(239,123,24); }
div.DivClassName
{
background-color: #EF7B18;
}
.BgClassName
{
background-color: #EF7B18;
}
</style>
border-color css
<style>
span { border-color: #EF7B18; }
span { border-color: rgb(239,123,24); }
td.TdClassName
{
border-color: #EF7B18;
}
.TagClassName
{
border-color: #EF7B18;
}
</style>