Shades of Pumpkin #EC6F18
Tints of Pumpkin #EC6F18
RGB
CMYK
RGB Variations
Color information
#EC6F18 (or 0xEC6F18) is known color: Pumpkin. HEX triplet: EC, 6F and 18. RGB value is (236,111,24). Sum of RGB (Red+Green+Blue) = 236+111+24=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6F18 is #1390E7. Grayscale: #8A8A8A. Windows color (decimal): -1282280 or 1601516. OLE color: 1601516.
HSL color Cylindrical-coordinate representation of color #EC6F18: hue angle of 24.62º 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 #EC6F18 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 24 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.07 |
| HSL | 24.62º | 0.85% | 0.51% | - |
| HSV(B) | 24.62º | 0.9% | 0.93% | - |
| XYZ | 40.44 | 29.27 | 4.38 | - |
| YUV | 138.46 | 63.41 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 24 | 0 | 0.53 | 0.90 | 0.07 | 24.62 | 0.85 | 0.51 |
| Hex | EC | 6F | 18 | 0 | 35 | 5A | 7 | 19 | 55 | 33 |
| Octal | 354 | 157 | 30 | 0 | 65 | 132 | 7 | 31 | 125 | 63 |
| Binary | 11101100 | 1101111 | 11000 | 0 | 110101 | 1011010 | 111 | 11001 | 1010101 | 110011 |
Color Harmonies of #EC6F18
Complementary color
Monochromatic Colors of #EC6F18
Black with #EC6F18
Text Example
Text Example
White with #EC6F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F18; }
p { color: rgb(236,111,24); }
H1.HeaderClassName
{
color: #EC6F18;
}
.AnyTagClassName
{
color: #EC6F18;
}
</style>
background-color css
<style>
a { background-color: #EC6F18; }
a { background-color: rgb(236,111,24); }
div.DivClassName
{
background-color: #EC6F18;
}
.BgClassName
{
background-color: #EC6F18;
}
</style>
border-color css
<style>
span { border-color: #EC6F18; }
span { border-color: rgb(236,111,24); }
td.TdClassName
{
border-color: #EC6F18;
}
.TagClassName
{
border-color: #EC6F18;
}
</style>