Shades of Pumpkin #EC6813
Tints of Pumpkin #EC6813
RGB
CMYK
RGB Variations
Color information
#EC6813 (or 0xEC6813) is known color: Pumpkin. HEX triplet: EC, 68 and 13. RGB value is (236,104,19). Sum of RGB (Red+Green+Blue) = 236+104+19=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6813 is #1397EC. Grayscale: #868686. Windows color (decimal): -1284077 or 1272044. OLE color: 1272044.
HSL color Cylindrical-coordinate representation of color #EC6813: hue angle of 23.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC6813 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 19 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.07 |
| HSL | 23.5º | 0.85% | 0.5% | - |
| HSV(B) | 23.5º | 0.92% | 0.93% | - |
| XYZ | 39.66 | 27.78 | 3.89 | - |
| YUV | 133.78 | 63.23 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 19 | 0 | 0.56 | 0.92 | 0.07 | 23.5 | 0.85 | 0.5 |
| Hex | EC | 68 | 13 | 0 | 38 | 5C | 7 | 18 | 55 | 32 |
| Octal | 354 | 150 | 23 | 0 | 70 | 134 | 7 | 30 | 125 | 62 |
| Binary | 11101100 | 1101000 | 10011 | 0 | 111000 | 1011100 | 111 | 11000 | 1010101 | 110010 |
Color Harmonies of #EC6813
Complementary color
Monochromatic Colors of #EC6813
Black with #EC6813
Text Example
Text Example
White with #EC6813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6813; }
p { color: rgb(236,104,19); }
H1.HeaderClassName
{
color: #EC6813;
}
.AnyTagClassName
{
color: #EC6813;
}
</style>
background-color css
<style>
a { background-color: #EC6813; }
a { background-color: rgb(236,104,19); }
div.DivClassName
{
background-color: #EC6813;
}
.BgClassName
{
background-color: #EC6813;
}
</style>
border-color css
<style>
span { border-color: #EC6813; }
span { border-color: rgb(236,104,19); }
td.TdClassName
{
border-color: #EC6813;
}
.TagClassName
{
border-color: #EC6813;
}
</style>