Shades of Pumpkin #EC671A
Tints of Pumpkin #EC671A
RGB
CMYK
RGB Variations
Color information
#EC671A (or 0xEC671A) is known color: Pumpkin. HEX triplet: EC, 67 and 1A. RGB value is (236,103,26). Sum of RGB (Red+Green+Blue) = 236+103+26=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC671A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC671A is #1398E5. Grayscale: #868686. Windows color (decimal): -1284326 or 1730540. OLE color: 1730540.
HSL color Cylindrical-coordinate representation of color #EC671A: hue angle of 22º 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 #EC671A is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 26 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.07 |
| HSL | 22º | 0.85% | 0.51% | - |
| HSV(B) | 22º | 0.89% | 0.93% | - |
| XYZ | 39.63 | 27.61 | 4.22 | - |
| YUV | 133.99 | 67.06 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 26 | 0 | 0.56 | 0.89 | 0.07 | 22 | 0.85 | 0.51 |
| Hex | EC | 67 | 1A | 0 | 38 | 59 | 7 | 16 | 55 | 33 |
| Octal | 354 | 147 | 32 | 0 | 70 | 131 | 7 | 26 | 125 | 63 |
| Binary | 11101100 | 1100111 | 11010 | 0 | 111000 | 1011001 | 111 | 10110 | 1010101 | 110011 |
Color Harmonies of #EC671A
Complementary color
Monochromatic Colors of #EC671A
Black with #EC671A
Text Example
Text Example
White with #EC671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC671A; }
p { color: rgb(236,103,26); }
H1.HeaderClassName
{
color: #EC671A;
}
.AnyTagClassName
{
color: #EC671A;
}
</style>
background-color css
<style>
a { background-color: #EC671A; }
a { background-color: rgb(236,103,26); }
div.DivClassName
{
background-color: #EC671A;
}
.BgClassName
{
background-color: #EC671A;
}
</style>
border-color css
<style>
span { border-color: #EC671A; }
span { border-color: rgb(236,103,26); }
td.TdClassName
{
border-color: #EC671A;
}
.TagClassName
{
border-color: #EC671A;
}
</style>