Shades of Pumpkin #EF7523
Tints of Pumpkin #EF7523
RGB
CMYK
RGB Variations
Color information
#EF7523 (or 0xEF7523) is known color: Pumpkin. HEX triplet: EF, 75 and 23. RGB value is (239,117,35). Sum of RGB (Red+Green+Blue) = 239+117+35=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7523 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7523 is #108ADC. Grayscale: #909090. Windows color (decimal): -1084125 or 2323951. OLE color: 2323951.
HSL color Cylindrical-coordinate representation of color #EF7523: hue angle of 24.12º 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 #EF7523 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 35 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.06 |
| HSL | 24.12º | 0.86% | 0.54% | - |
| HSV(B) | 24.12º | 0.85% | 0.94% | - |
| XYZ | 42.26 | 31.19 | 5.38 | - |
| YUV | 144.13 | 66.42 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 35 | 0 | 0.51 | 0.85 | 0.06 | 24.12 | 0.86 | 0.54 |
| Hex | EF | 75 | 23 | 0 | 33 | 55 | 6 | 18 | 56 | 36 |
| Octal | 357 | 165 | 43 | 0 | 63 | 125 | 6 | 30 | 126 | 66 |
| Binary | 11101111 | 1110101 | 100011 | 0 | 110011 | 1010101 | 110 | 11000 | 1010110 | 110110 |
Color Harmonies of #EF7523
Complementary color
Monochromatic Colors of #EF7523
Black with #EF7523
Text Example
Text Example
White with #EF7523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7523; }
p { color: rgb(239,117,35); }
H1.HeaderClassName
{
color: #EF7523;
}
.AnyTagClassName
{
color: #EF7523;
}
</style>
background-color css
<style>
a { background-color: #EF7523; }
a { background-color: rgb(239,117,35); }
div.DivClassName
{
background-color: #EF7523;
}
.BgClassName
{
background-color: #EF7523;
}
</style>
border-color css
<style>
span { border-color: #EF7523; }
span { border-color: rgb(239,117,35); }
td.TdClassName
{
border-color: #EF7523;
}
.TagClassName
{
border-color: #EF7523;
}
</style>