Shades of Pumpkin #EC6B19
Tints of Pumpkin #EC6B19
RGB
CMYK
RGB Variations
Color information
#EC6B19 (or 0xEC6B19) is known color: Pumpkin. HEX triplet: EC, 6B and 19. RGB value is (236,107,25). Sum of RGB (Red+Green+Blue) = 236+107+25=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6B19 is #1394E6. Grayscale: #888888. Windows color (decimal): -1283303 or 1666028. OLE color: 1666028.
HSL color Cylindrical-coordinate representation of color #EC6B19: hue angle of 23.32º 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 #EC6B19 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 25 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.07 |
| HSL | 23.32º | 0.85% | 0.51% | - |
| HSV(B) | 23.32º | 0.89% | 0.93% | - |
| XYZ | 40.03 | 28.42 | 4.3 | - |
| YUV | 136.22 | 65.24 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 25 | 0 | 0.55 | 0.89 | 0.07 | 23.32 | 0.85 | 0.51 |
| Hex | EC | 6B | 19 | 0 | 37 | 59 | 7 | 17 | 55 | 33 |
| Octal | 354 | 153 | 31 | 0 | 67 | 131 | 7 | 27 | 125 | 63 |
| Binary | 11101100 | 1101011 | 11001 | 0 | 110111 | 1011001 | 111 | 10111 | 1010101 | 110011 |
Color Harmonies of #EC6B19
Complementary color
Monochromatic Colors of #EC6B19
Black with #EC6B19
Text Example
Text Example
White with #EC6B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B19; }
p { color: rgb(236,107,25); }
H1.HeaderClassName
{
color: #EC6B19;
}
.AnyTagClassName
{
color: #EC6B19;
}
</style>
background-color css
<style>
a { background-color: #EC6B19; }
a { background-color: rgb(236,107,25); }
div.DivClassName
{
background-color: #EC6B19;
}
.BgClassName
{
background-color: #EC6B19;
}
</style>
border-color css
<style>
span { border-color: #EC6B19; }
span { border-color: rgb(236,107,25); }
td.TdClassName
{
border-color: #EC6B19;
}
.TagClassName
{
border-color: #EC6B19;
}
</style>