Shades of Pumpkin #EC6418
Tints of Pumpkin #EC6418
RGB
CMYK
RGB Variations
Color information
#EC6418 (or 0xEC6418) is known color: Pumpkin. HEX triplet: EC, 64 and 18. RGB value is (236,100,24). Sum of RGB (Red+Green+Blue) = 236+100+24=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6418 is #139BE7. Grayscale: #848484. Windows color (decimal): -1285096 or 1598700. OLE color: 1598700.
HSL color Cylindrical-coordinate representation of color #EC6418: hue angle of 21.51º 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 #EC6418 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 24 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.07 |
| HSL | 21.51º | 0.85% | 0.51% | - |
| HSV(B) | 21.51º | 0.9% | 0.93% | - |
| XYZ | 39.31 | 27.01 | 4.01 | - |
| YUV | 132 | 67.06 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 24 | 0 | 0.58 | 0.90 | 0.07 | 21.51 | 0.85 | 0.51 |
| Hex | EC | 64 | 18 | 0 | 3A | 5A | 7 | 16 | 55 | 33 |
| Octal | 354 | 144 | 30 | 0 | 72 | 132 | 7 | 26 | 125 | 63 |
| Binary | 11101100 | 1100100 | 11000 | 0 | 111010 | 1011010 | 111 | 10110 | 1010101 | 110011 |
Color Harmonies of #EC6418
Complementary color
Monochromatic Colors of #EC6418
Black with #EC6418
Text Example
Text Example
White with #EC6418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6418; }
p { color: rgb(236,100,24); }
H1.HeaderClassName
{
color: #EC6418;
}
.AnyTagClassName
{
color: #EC6418;
}
</style>
background-color css
<style>
a { background-color: #EC6418; }
a { background-color: rgb(236,100,24); }
div.DivClassName
{
background-color: #EC6418;
}
.BgClassName
{
background-color: #EC6418;
}
</style>
border-color css
<style>
span { border-color: #EC6418; }
span { border-color: rgb(236,100,24); }
td.TdClassName
{
border-color: #EC6418;
}
.TagClassName
{
border-color: #EC6418;
}
</style>