Shades of Pumpkin #EC6816
Tints of Pumpkin #EC6816
RGB
CMYK
RGB Variations
Color information
#EC6816 (or 0xEC6816) is known color: Pumpkin. HEX triplet: EC, 68 and 16. RGB value is (236,104,22). Sum of RGB (Red+Green+Blue) = 236+104+22=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6816 is #1397E9. Grayscale: #868686. Windows color (decimal): -1284074 or 1468652. OLE color: 1468652.
HSL color Cylindrical-coordinate representation of color #EC6816: hue angle of 22.99º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC6816 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 22 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.07 |
| HSL | 22.99º | 0.85% | 0.51% | - |
| HSV(B) | 22.99º | 0.91% | 0.93% | - |
| XYZ | 39.69 | 27.79 | 4.03 | - |
| YUV | 134.12 | 64.73 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 22 | 0 | 0.56 | 0.91 | 0.07 | 22.99 | 0.85 | 0.51 |
| Hex | EC | 68 | 16 | 0 | 38 | 5B | 7 | 17 | 55 | 33 |
| Octal | 354 | 150 | 26 | 0 | 70 | 133 | 7 | 27 | 125 | 63 |
| Binary | 11101100 | 1101000 | 10110 | 0 | 111000 | 1011011 | 111 | 10111 | 1010101 | 110011 |
Color Harmonies of #EC6816
Complementary color
Monochromatic Colors of #EC6816
Black with #EC6816
Text Example
Text Example
White with #EC6816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6816; }
p { color: rgb(236,104,22); }
H1.HeaderClassName
{
color: #EC6816;
}
.AnyTagClassName
{
color: #EC6816;
}
</style>
background-color css
<style>
a { background-color: #EC6816; }
a { background-color: rgb(236,104,22); }
div.DivClassName
{
background-color: #EC6816;
}
.BgClassName
{
background-color: #EC6816;
}
</style>
border-color css
<style>
span { border-color: #EC6816; }
span { border-color: rgb(236,104,22); }
td.TdClassName
{
border-color: #EC6816;
}
.TagClassName
{
border-color: #EC6816;
}
</style>