Shades of Pumpkin #EC691B
Tints of Pumpkin #EC691B
RGB
CMYK
RGB Variations
Color information
#EC691B (or 0xEC691B) is known color: Pumpkin. HEX triplet: EC, 69 and 1B. RGB value is (236,105,27). Sum of RGB (Red+Green+Blue) = 236+105+27=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC691B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC691B is #1396E4. Grayscale: #878787. Windows color (decimal): -1283813 or 1796588. OLE color: 1796588.
HSL color Cylindrical-coordinate representation of color #EC691B: hue angle of 22.39º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC691B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 27 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.07 |
| HSL | 22.39º | 0.85% | 0.52% | - |
| HSV(B) | 22.39º | 0.89% | 0.93% | - |
| XYZ | 39.84 | 28.02 | 4.34 | - |
| YUV | 135.28 | 66.9 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 27 | 0 | 0.56 | 0.89 | 0.07 | 22.39 | 0.85 | 0.52 |
| Hex | EC | 69 | 1B | 0 | 38 | 59 | 7 | 16 | 55 | 34 |
| Octal | 354 | 151 | 33 | 0 | 70 | 131 | 7 | 26 | 125 | 64 |
| Binary | 11101100 | 1101001 | 11011 | 0 | 111000 | 1011001 | 111 | 10110 | 1010101 | 110100 |
Color Harmonies of #EC691B
Complementary color
Monochromatic Colors of #EC691B
Black with #EC691B
Text Example
Text Example
White with #EC691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC691B; }
p { color: rgb(236,105,27); }
H1.HeaderClassName
{
color: #EC691B;
}
.AnyTagClassName
{
color: #EC691B;
}
</style>
background-color css
<style>
a { background-color: #EC691B; }
a { background-color: rgb(236,105,27); }
div.DivClassName
{
background-color: #EC691B;
}
.BgClassName
{
background-color: #EC691B;
}
</style>
border-color css
<style>
span { border-color: #EC691B; }
span { border-color: rgb(236,105,27); }
td.TdClassName
{
border-color: #EC691B;
}
.TagClassName
{
border-color: #EC691B;
}
</style>