Shades of Pumpkin #EC6A19
Tints of Pumpkin #EC6A19
RGB
CMYK
RGB Variations
Color information
#EC6A19 (or 0xEC6A19) is known color: Pumpkin. HEX triplet: EC, 6A and 19. RGB value is (236,106,25). Sum of RGB (Red+Green+Blue) = 236+106+25=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6A19 is #1395E6. Grayscale: #888888. Windows color (decimal): -1283559 or 1665772. OLE color: 1665772.
HSL color Cylindrical-coordinate representation of color #EC6A19: hue angle of 23.03º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC6A19 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 25 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.07 |
| HSL | 23.03º | 0.85% | 0.51% | - |
| HSV(B) | 23.03º | 0.89% | 0.93% | - |
| XYZ | 39.92 | 28.21 | 4.26 | - |
| YUV | 135.64 | 65.57 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 25 | 0 | 0.55 | 0.89 | 0.07 | 23.03 | 0.85 | 0.51 |
| Hex | EC | 6A | 19 | 0 | 37 | 59 | 7 | 17 | 55 | 33 |
| Octal | 354 | 152 | 31 | 0 | 67 | 131 | 7 | 27 | 125 | 63 |
| Binary | 11101100 | 1101010 | 11001 | 0 | 110111 | 1011001 | 111 | 10111 | 1010101 | 110011 |
Color Harmonies of #EC6A19
Complementary color
Monochromatic Colors of #EC6A19
Black with #EC6A19
Text Example
Text Example
White with #EC6A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6A19; }
p { color: rgb(236,106,25); }
H1.HeaderClassName
{
color: #EC6A19;
}
.AnyTagClassName
{
color: #EC6A19;
}
</style>
background-color css
<style>
a { background-color: #EC6A19; }
a { background-color: rgb(236,106,25); }
div.DivClassName
{
background-color: #EC6A19;
}
.BgClassName
{
background-color: #EC6A19;
}
</style>
border-color css
<style>
span { border-color: #EC6A19; }
span { border-color: rgb(236,106,25); }
td.TdClassName
{
border-color: #EC6A19;
}
.TagClassName
{
border-color: #EC6A19;
}
</style>