Shades of Pumpkin #EC6B13
Tints of Pumpkin #EC6B13
RGB
CMYK
RGB Variations
Color information
#EC6B13 (or 0xEC6B13) is known color: Pumpkin. HEX triplet: EC, 6B and 13. RGB value is (236,107,19). Sum of RGB (Red+Green+Blue) = 236+107+19=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6B13 is #1394EC. Grayscale: #888888. Windows color (decimal): -1283309 or 1272812. OLE color: 1272812.
HSL color Cylindrical-coordinate representation of color #EC6B13: hue angle of 24.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC6B13 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 19 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.07 |
| HSL | 24.33º | 0.85% | 0.5% | - |
| HSV(B) | 24.33º | 0.92% | 0.93% | - |
| XYZ | 39.97 | 28.4 | 3.99 | - |
| YUV | 135.54 | 62.24 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 19 | 0 | 0.55 | 0.92 | 0.07 | 24.33 | 0.85 | 0.5 |
| Hex | EC | 6B | 13 | 0 | 37 | 5C | 7 | 18 | 55 | 32 |
| Octal | 354 | 153 | 23 | 0 | 67 | 134 | 7 | 30 | 125 | 62 |
| Binary | 11101100 | 1101011 | 10011 | 0 | 110111 | 1011100 | 111 | 11000 | 1010101 | 110010 |
Color Harmonies of #EC6B13
Complementary color
Monochromatic Colors of #EC6B13
Black with #EC6B13
Text Example
Text Example
White with #EC6B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B13; }
p { color: rgb(236,107,19); }
H1.HeaderClassName
{
color: #EC6B13;
}
.AnyTagClassName
{
color: #EC6B13;
}
</style>
background-color css
<style>
a { background-color: #EC6B13; }
a { background-color: rgb(236,107,19); }
div.DivClassName
{
background-color: #EC6B13;
}
.BgClassName
{
background-color: #EC6B13;
}
</style>
border-color css
<style>
span { border-color: #EC6B13; }
span { border-color: rgb(236,107,19); }
td.TdClassName
{
border-color: #EC6B13;
}
.TagClassName
{
border-color: #EC6B13;
}
</style>