Shades of Pumpkin #EC7A18
Tints of Pumpkin #EC7A18
RGB
CMYK
RGB Variations
Color information
#EC7A18 (or 0xEC7A18) is known color: Pumpkin. HEX triplet: EC, 7A and 18. RGB value is (236,122,24). Sum of RGB (Red+Green+Blue) = 236+122+24=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7A18 is #1385E7. Grayscale: #919191. Windows color (decimal): -1279464 or 1604332. OLE color: 1604332.
HSL color Cylindrical-coordinate representation of color #EC7A18: hue angle of 27.74º 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 #EC7A18 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 24 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.07 |
| HSL | 27.74º | 0.85% | 0.51% | - |
| HSV(B) | 27.74º | 0.9% | 0.93% | - |
| XYZ | 41.72 | 31.82 | 4.81 | - |
| YUV | 144.91 | 59.77 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 24 | 0 | 0.48 | 0.90 | 0.07 | 27.74 | 0.85 | 0.51 |
| Hex | EC | 7A | 18 | 0 | 30 | 5A | 7 | 1C | 55 | 33 |
| Octal | 354 | 172 | 30 | 0 | 60 | 132 | 7 | 34 | 125 | 63 |
| Binary | 11101100 | 1111010 | 11000 | 0 | 110000 | 1011010 | 111 | 11100 | 1010101 | 110011 |
Color Harmonies of #EC7A18
Complementary color
Monochromatic Colors of #EC7A18
Black with #EC7A18
Text Example
Text Example
White with #EC7A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A18; }
p { color: rgb(236,122,24); }
H1.HeaderClassName
{
color: #EC7A18;
}
.AnyTagClassName
{
color: #EC7A18;
}
</style>
background-color css
<style>
a { background-color: #EC7A18; }
a { background-color: rgb(236,122,24); }
div.DivClassName
{
background-color: #EC7A18;
}
.BgClassName
{
background-color: #EC7A18;
}
</style>
border-color css
<style>
span { border-color: #EC7A18; }
span { border-color: rgb(236,122,24); }
td.TdClassName
{
border-color: #EC7A18;
}
.TagClassName
{
border-color: #EC7A18;
}
</style>