Shades of Pumpkin #EC6918
Tints of Pumpkin #EC6918
RGB
CMYK
RGB Variations
Color information
#EC6918 (or 0xEC6918) is known color: Pumpkin. HEX triplet: EC, 69 and 18. RGB value is (236,105,24). Sum of RGB (Red+Green+Blue) = 236+105+24=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6918 is #1396E7. Grayscale: #878787. Windows color (decimal): -1283816 or 1599980. OLE color: 1599980.
HSL color Cylindrical-coordinate representation of color #EC6918: hue angle of 22.92º 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 #EC6918 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 24 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.07 |
| HSL | 22.92º | 0.85% | 0.51% | - |
| HSV(B) | 22.92º | 0.9% | 0.93% | - |
| XYZ | 39.81 | 28 | 4.17 | - |
| YUV | 134.94 | 65.4 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 24 | 0 | 0.56 | 0.90 | 0.07 | 22.92 | 0.85 | 0.51 |
| Hex | EC | 69 | 18 | 0 | 38 | 5A | 7 | 17 | 55 | 33 |
| Octal | 354 | 151 | 30 | 0 | 70 | 132 | 7 | 27 | 125 | 63 |
| Binary | 11101100 | 1101001 | 11000 | 0 | 111000 | 1011010 | 111 | 10111 | 1010101 | 110011 |
Color Harmonies of #EC6918
Complementary color
Monochromatic Colors of #EC6918
Black with #EC6918
Text Example
Text Example
White with #EC6918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6918; }
p { color: rgb(236,105,24); }
H1.HeaderClassName
{
color: #EC6918;
}
.AnyTagClassName
{
color: #EC6918;
}
</style>
background-color css
<style>
a { background-color: #EC6918; }
a { background-color: rgb(236,105,24); }
div.DivClassName
{
background-color: #EC6918;
}
.BgClassName
{
background-color: #EC6918;
}
</style>
border-color css
<style>
span { border-color: #EC6918; }
span { border-color: rgb(236,105,24); }
td.TdClassName
{
border-color: #EC6918;
}
.TagClassName
{
border-color: #EC6918;
}
</style>