Shades of Pumpkin #EC7518
Tints of Pumpkin #EC7518
RGB
CMYK
RGB Variations
Color information
#EC7518 (or 0xEC7518) is known color: Pumpkin. HEX triplet: EC, 75 and 18. RGB value is (236,117,24). Sum of RGB (Red+Green+Blue) = 236+117+24=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7518 is #138AE7. Grayscale: #8E8E8E. Windows color (decimal): -1280744 or 1603052. OLE color: 1603052.
HSL color Cylindrical-coordinate representation of color #EC7518: hue angle of 26.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC7518 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 24 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.07 |
| HSL | 26.32º | 0.85% | 0.51% | - |
| HSV(B) | 26.32º | 0.9% | 0.93% | - |
| XYZ | 41.12 | 30.62 | 4.61 | - |
| YUV | 141.98 | 61.42 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 24 | 0 | 0.50 | 0.90 | 0.07 | 26.32 | 0.85 | 0.51 |
| Hex | EC | 75 | 18 | 0 | 32 | 5A | 7 | 1A | 55 | 33 |
| Octal | 354 | 165 | 30 | 0 | 62 | 132 | 7 | 32 | 125 | 63 |
| Binary | 11101100 | 1110101 | 11000 | 0 | 110010 | 1011010 | 111 | 11010 | 1010101 | 110011 |
Color Harmonies of #EC7518
Complementary color
Monochromatic Colors of #EC7518
Black with #EC7518
Text Example
Text Example
White with #EC7518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7518; }
p { color: rgb(236,117,24); }
H1.HeaderClassName
{
color: #EC7518;
}
.AnyTagClassName
{
color: #EC7518;
}
</style>
background-color css
<style>
a { background-color: #EC7518; }
a { background-color: rgb(236,117,24); }
div.DivClassName
{
background-color: #EC7518;
}
.BgClassName
{
background-color: #EC7518;
}
</style>
border-color css
<style>
span { border-color: #EC7518; }
span { border-color: rgb(236,117,24); }
td.TdClassName
{
border-color: #EC7518;
}
.TagClassName
{
border-color: #EC7518;
}
</style>