Shades of Pumpkin #EC691C
Tints of Pumpkin #EC691C
RGB
CMYK
RGB Variations
Color information
#EC691C (or 0xEC691C) is known color: Pumpkin. HEX triplet: EC, 69 and 1C. RGB value is (236,105,28). Sum of RGB (Red+Green+Blue) = 236+105+28=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC691C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC691C is #1396E3. Grayscale: #878787. Windows color (decimal): -1283812 or 1862124. OLE color: 1862124.
HSL color Cylindrical-coordinate representation of color #EC691C: hue angle of 22.21º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC691C is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 28 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.07 |
| HSL | 22.21º | 0.85% | 0.52% | - |
| HSV(B) | 22.21º | 0.88% | 0.93% | - |
| XYZ | 39.85 | 28.02 | 4.41 | - |
| YUV | 135.39 | 67.4 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 28 | 0 | 0.56 | 0.88 | 0.07 | 22.21 | 0.85 | 0.52 |
| Hex | EC | 69 | 1C | 0 | 38 | 58 | 7 | 16 | 55 | 34 |
| Octal | 354 | 151 | 34 | 0 | 70 | 130 | 7 | 26 | 125 | 64 |
| Binary | 11101100 | 1101001 | 11100 | 0 | 111000 | 1011000 | 111 | 10110 | 1010101 | 110100 |
Color Harmonies of #EC691C
Complementary color
Monochromatic Colors of #EC691C
Black with #EC691C
Text Example
Text Example
White with #EC691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC691C; }
p { color: rgb(236,105,28); }
H1.HeaderClassName
{
color: #EC691C;
}
.AnyTagClassName
{
color: #EC691C;
}
</style>
background-color css
<style>
a { background-color: #EC691C; }
a { background-color: rgb(236,105,28); }
div.DivClassName
{
background-color: #EC691C;
}
.BgClassName
{
background-color: #EC691C;
}
</style>
border-color css
<style>
span { border-color: #EC691C; }
span { border-color: rgb(236,105,28); }
td.TdClassName
{
border-color: #EC691C;
}
.TagClassName
{
border-color: #EC691C;
}
</style>