Shades of Pumpkin #EF7823
Tints of Pumpkin #EF7823
RGB
CMYK
RGB Variations
Color information
#EF7823 (or 0xEF7823) is known color: Pumpkin. HEX triplet: EF, 78 and 23. RGB value is (239,120,35). Sum of RGB (Red+Green+Blue) = 239+120+35=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7823 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7823 is #1087DC. Grayscale: #929292. Windows color (decimal): -1083357 or 2324719. OLE color: 2324719.
HSL color Cylindrical-coordinate representation of color #EF7823: hue angle of 25º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF7823 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 35 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.06 |
| HSL | 25º | 0.86% | 0.54% | - |
| HSV(B) | 25º | 0.85% | 0.94% | - |
| XYZ | 42.62 | 31.91 | 5.5 | - |
| YUV | 145.89 | 65.42 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 35 | 0 | 0.50 | 0.85 | 0.06 | 25 | 0.86 | 0.54 |
| Hex | EF | 78 | 23 | 0 | 32 | 55 | 6 | 19 | 56 | 36 |
| Octal | 357 | 170 | 43 | 0 | 62 | 125 | 6 | 31 | 126 | 66 |
| Binary | 11101111 | 1111000 | 100011 | 0 | 110010 | 1010101 | 110 | 11001 | 1010110 | 110110 |
Color Harmonies of #EF7823
Complementary color
Monochromatic Colors of #EF7823
Black with #EF7823
Text Example
Text Example
White with #EF7823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7823; }
p { color: rgb(239,120,35); }
H1.HeaderClassName
{
color: #EF7823;
}
.AnyTagClassName
{
color: #EF7823;
}
</style>
background-color css
<style>
a { background-color: #EF7823; }
a { background-color: rgb(239,120,35); }
div.DivClassName
{
background-color: #EF7823;
}
.BgClassName
{
background-color: #EF7823;
}
</style>
border-color css
<style>
span { border-color: #EF7823; }
span { border-color: rgb(239,120,35); }
td.TdClassName
{
border-color: #EF7823;
}
.TagClassName
{
border-color: #EF7823;
}
</style>