Shades of Pumpkin #EC7318
Tints of Pumpkin #EC7318
RGB
CMYK
RGB Variations
Color information
#EC7318 (or 0xEC7318) is known color: Pumpkin. HEX triplet: EC, 73 and 18. RGB value is (236,115,24). Sum of RGB (Red+Green+Blue) = 236+115+24=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7318 is #138CE7. Grayscale: #8D8D8D. Windows color (decimal): -1281256 or 1602540. OLE color: 1602540.
HSL color Cylindrical-coordinate representation of color #EC7318: hue angle of 25.75º 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 #EC7318 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 24 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.07 |
| HSL | 25.75º | 0.85% | 0.51% | - |
| HSV(B) | 25.75º | 0.9% | 0.93% | - |
| XYZ | 40.89 | 30.16 | 4.53 | - |
| YUV | 140.81 | 62.09 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 24 | 0 | 0.51 | 0.90 | 0.07 | 25.75 | 0.85 | 0.51 |
| Hex | EC | 73 | 18 | 0 | 33 | 5A | 7 | 1A | 55 | 33 |
| Octal | 354 | 163 | 30 | 0 | 63 | 132 | 7 | 32 | 125 | 63 |
| Binary | 11101100 | 1110011 | 11000 | 0 | 110011 | 1011010 | 111 | 11010 | 1010101 | 110011 |
Color Harmonies of #EC7318
Complementary color
Monochromatic Colors of #EC7318
Black with #EC7318
Text Example
Text Example
White with #EC7318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7318; }
p { color: rgb(236,115,24); }
H1.HeaderClassName
{
color: #EC7318;
}
.AnyTagClassName
{
color: #EC7318;
}
</style>
background-color css
<style>
a { background-color: #EC7318; }
a { background-color: rgb(236,115,24); }
div.DivClassName
{
background-color: #EC7318;
}
.BgClassName
{
background-color: #EC7318;
}
</style>
border-color css
<style>
span { border-color: #EC7318; }
span { border-color: rgb(236,115,24); }
td.TdClassName
{
border-color: #EC7318;
}
.TagClassName
{
border-color: #EC7318;
}
</style>