Shades of Pumpkin #EC671B
Tints of Pumpkin #EC671B
RGB
CMYK
RGB Variations
Color information
#EC671B (or 0xEC671B) is known color: Pumpkin. HEX triplet: EC, 67 and 1B. RGB value is (236,103,27). Sum of RGB (Red+Green+Blue) = 236+103+27=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC671B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC671B is #1398E4. Grayscale: #868686. Windows color (decimal): -1284325 or 1796076. OLE color: 1796076.
HSL color Cylindrical-coordinate representation of color #EC671B: hue angle of 21.82º 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 #EC671B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 27 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.07 |
| HSL | 21.82º | 0.85% | 0.52% | - |
| HSV(B) | 21.82º | 0.89% | 0.93% | - |
| XYZ | 39.64 | 27.61 | 4.28 | - |
| YUV | 134.1 | 67.56 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 27 | 0 | 0.56 | 0.89 | 0.07 | 21.82 | 0.85 | 0.52 |
| Hex | EC | 67 | 1B | 0 | 38 | 59 | 7 | 16 | 55 | 34 |
| Octal | 354 | 147 | 33 | 0 | 70 | 131 | 7 | 26 | 125 | 64 |
| Binary | 11101100 | 1100111 | 11011 | 0 | 111000 | 1011001 | 111 | 10110 | 1010101 | 110100 |
Color Harmonies of #EC671B
Complementary color
Monochromatic Colors of #EC671B
Black with #EC671B
Text Example
Text Example
White with #EC671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC671B; }
p { color: rgb(236,103,27); }
H1.HeaderClassName
{
color: #EC671B;
}
.AnyTagClassName
{
color: #EC671B;
}
</style>
background-color css
<style>
a { background-color: #EC671B; }
a { background-color: rgb(236,103,27); }
div.DivClassName
{
background-color: #EC671B;
}
.BgClassName
{
background-color: #EC671B;
}
</style>
border-color css
<style>
span { border-color: #EC671B; }
span { border-color: rgb(236,103,27); }
td.TdClassName
{
border-color: #EC671B;
}
.TagClassName
{
border-color: #EC671B;
}
</style>