Shades of Pumpkin #EC751A
Tints of Pumpkin #EC751A
RGB
CMYK
RGB Variations
Color information
#EC751A (or 0xEC751A) is known color: Pumpkin. HEX triplet: EC, 75 and 1A. RGB value is (236,117,26). Sum of RGB (Red+Green+Blue) = 236+117+26=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC751A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC751A is #138AE5. Grayscale: #8E8E8E. Windows color (decimal): -1280742 or 1734124. OLE color: 1734124.
HSL color Cylindrical-coordinate representation of color #EC751A: hue angle of 26º 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 #EC751A is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 26 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.07 |
| HSL | 26º | 0.85% | 0.51% | - |
| HSV(B) | 26º | 0.89% | 0.93% | - |
| XYZ | 41.14 | 30.63 | 4.72 | - |
| YUV | 142.21 | 62.42 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 26 | 0 | 0.50 | 0.89 | 0.07 | 26 | 0.85 | 0.51 |
| Hex | EC | 75 | 1A | 0 | 32 | 59 | 7 | 1A | 55 | 33 |
| Octal | 354 | 165 | 32 | 0 | 62 | 131 | 7 | 32 | 125 | 63 |
| Binary | 11101100 | 1110101 | 11010 | 0 | 110010 | 1011001 | 111 | 11010 | 1010101 | 110011 |
Color Harmonies of #EC751A
Complementary color
Monochromatic Colors of #EC751A
Black with #EC751A
Text Example
Text Example
White with #EC751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC751A; }
p { color: rgb(236,117,26); }
H1.HeaderClassName
{
color: #EC751A;
}
.AnyTagClassName
{
color: #EC751A;
}
</style>
background-color css
<style>
a { background-color: #EC751A; }
a { background-color: rgb(236,117,26); }
div.DivClassName
{
background-color: #EC751A;
}
.BgClassName
{
background-color: #EC751A;
}
</style>
border-color css
<style>
span { border-color: #EC751A; }
span { border-color: rgb(236,117,26); }
td.TdClassName
{
border-color: #EC751A;
}
.TagClassName
{
border-color: #EC751A;
}
</style>