Shades of Pumpkin #EC6B15
Tints of Pumpkin #EC6B15
RGB
CMYK
RGB Variations
Color information
#EC6B15 (or 0xEC6B15) is known color: Pumpkin. HEX triplet: EC, 6B and 15. RGB value is (236,107,21). Sum of RGB (Red+Green+Blue) = 236+107+21=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6B15 is #1394EA. Grayscale: #888888. Windows color (decimal): -1283307 or 1403884. OLE color: 1403884.
HSL color Cylindrical-coordinate representation of color #EC6B15: hue angle of 24º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC6B15 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 21 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.07 |
| HSL | 24º | 0.85% | 0.5% | - |
| HSV(B) | 24º | 0.91% | 0.93% | - |
| XYZ | 39.99 | 28.4 | 4.08 | - |
| YUV | 135.77 | 63.24 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 21 | 0 | 0.55 | 0.91 | 0.07 | 24 | 0.85 | 0.5 |
| Hex | EC | 6B | 15 | 0 | 37 | 5B | 7 | 18 | 55 | 32 |
| Octal | 354 | 153 | 25 | 0 | 67 | 133 | 7 | 30 | 125 | 62 |
| Binary | 11101100 | 1101011 | 10101 | 0 | 110111 | 1011011 | 111 | 11000 | 1010101 | 110010 |
Color Harmonies of #EC6B15
Complementary color
Monochromatic Colors of #EC6B15
Black with #EC6B15
Text Example
Text Example
White with #EC6B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B15; }
p { color: rgb(236,107,21); }
H1.HeaderClassName
{
color: #EC6B15;
}
.AnyTagClassName
{
color: #EC6B15;
}
</style>
background-color css
<style>
a { background-color: #EC6B15; }
a { background-color: rgb(236,107,21); }
div.DivClassName
{
background-color: #EC6B15;
}
.BgClassName
{
background-color: #EC6B15;
}
</style>
border-color css
<style>
span { border-color: #EC6B15; }
span { border-color: rgb(236,107,21); }
td.TdClassName
{
border-color: #EC6B15;
}
.TagClassName
{
border-color: #EC6B15;
}
</style>