Shades of Pumpkin #EC691A
Tints of Pumpkin #EC691A
RGB
CMYK
RGB Variations
Color information
#EC691A (or 0xEC691A) is known color: Pumpkin. HEX triplet: EC, 69 and 1A. RGB value is (236,105,26). Sum of RGB (Red+Green+Blue) = 236+105+26=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC691A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC691A is #1396E5. Grayscale: #878787. Windows color (decimal): -1283814 or 1731052. OLE color: 1731052.
HSL color Cylindrical-coordinate representation of color #EC691A: hue angle of 22.57º 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 #EC691A is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 26 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.07 |
| HSL | 22.57º | 0.85% | 0.51% | - |
| HSV(B) | 22.57º | 0.89% | 0.93% | - |
| XYZ | 39.83 | 28.01 | 4.28 | - |
| YUV | 135.16 | 66.4 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 26 | 0 | 0.56 | 0.89 | 0.07 | 22.57 | 0.85 | 0.51 |
| Hex | EC | 69 | 1A | 0 | 38 | 59 | 7 | 17 | 55 | 33 |
| Octal | 354 | 151 | 32 | 0 | 70 | 131 | 7 | 27 | 125 | 63 |
| Binary | 11101100 | 1101001 | 11010 | 0 | 111000 | 1011001 | 111 | 10111 | 1010101 | 110011 |
Color Harmonies of #EC691A
Complementary color
Monochromatic Colors of #EC691A
Black with #EC691A
Text Example
Text Example
White with #EC691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC691A; }
p { color: rgb(236,105,26); }
H1.HeaderClassName
{
color: #EC691A;
}
.AnyTagClassName
{
color: #EC691A;
}
</style>
background-color css
<style>
a { background-color: #EC691A; }
a { background-color: rgb(236,105,26); }
div.DivClassName
{
background-color: #EC691A;
}
.BgClassName
{
background-color: #EC691A;
}
</style>
border-color css
<style>
span { border-color: #EC691A; }
span { border-color: rgb(236,105,26); }
td.TdClassName
{
border-color: #EC691A;
}
.TagClassName
{
border-color: #EC691A;
}
</style>