Shades of Pumpkin #EC6A16
Tints of Pumpkin #EC6A16
RGB
CMYK
RGB Variations
Color information
#EC6A16 (or 0xEC6A16) is known color: Pumpkin. HEX triplet: EC, 6A and 16. RGB value is (236,106,22). Sum of RGB (Red+Green+Blue) = 236+106+22=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6A16 is #1395E9. Grayscale: #878787. Windows color (decimal): -1283562 or 1469164. OLE color: 1469164.
HSL color Cylindrical-coordinate representation of color #EC6A16: hue angle of 23.55º 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 #EC6A16 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 22 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.07 |
| HSL | 23.55º | 0.85% | 0.51% | - |
| HSV(B) | 23.55º | 0.91% | 0.93% | - |
| XYZ | 39.89 | 28.2 | 4.1 | - |
| YUV | 135.29 | 64.07 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 22 | 0 | 0.55 | 0.91 | 0.07 | 23.55 | 0.85 | 0.51 |
| Hex | EC | 6A | 16 | 0 | 37 | 5B | 7 | 18 | 55 | 33 |
| Octal | 354 | 152 | 26 | 0 | 67 | 133 | 7 | 30 | 125 | 63 |
| Binary | 11101100 | 1101010 | 10110 | 0 | 110111 | 1011011 | 111 | 11000 | 1010101 | 110011 |
Color Harmonies of #EC6A16
Complementary color
Monochromatic Colors of #EC6A16
Black with #EC6A16
Text Example
Text Example
White with #EC6A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6A16; }
p { color: rgb(236,106,22); }
H1.HeaderClassName
{
color: #EC6A16;
}
.AnyTagClassName
{
color: #EC6A16;
}
</style>
background-color css
<style>
a { background-color: #EC6A16; }
a { background-color: rgb(236,106,22); }
div.DivClassName
{
background-color: #EC6A16;
}
.BgClassName
{
background-color: #EC6A16;
}
</style>
border-color css
<style>
span { border-color: #EC6A16; }
span { border-color: rgb(236,106,22); }
td.TdClassName
{
border-color: #EC6A16;
}
.TagClassName
{
border-color: #EC6A16;
}
</style>