Shades of Pizazz #EC7C41
Tints of Pizazz #EC7C41
RGB
CMYK
RGB Variations
Color information
#EC7C41 (or 0xEC7C41) is known color: Pizazz. HEX triplet: EC, 7C and 41. RGB value is (236,124,65). Sum of RGB (Red+Green+Blue) = 236+124+65=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7C41 is #1383BE. Grayscale: #979797. Windows color (decimal): -1278911 or 4291820. OLE color: 4291820.
HSL color Cylindrical-coordinate representation of color #EC7C41: hue angle of 20.7º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC7C41 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 65 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.07 |
| HSL | 20.7º | 0.82% | 0.59% | - |
| HSV(B) | 20.7º | 0.72% | 0.93% | - |
| XYZ | 42.75 | 32.63 | 9.05 | - |
| YUV | 150.76 | 79.61 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 65 | 0 | 0.47 | 0.72 | 0.07 | 20.7 | 0.82 | 0.59 |
| Hex | EC | 7C | 41 | 0 | 2F | 48 | 7 | 15 | 52 | 3B |
| Octal | 354 | 174 | 101 | 0 | 57 | 110 | 7 | 25 | 122 | 73 |
| Binary | 11101100 | 1111100 | 1000001 | 0 | 101111 | 1001000 | 111 | 10101 | 1010010 | 111011 |
Color Harmonies of #EC7C41
Complementary color
Monochromatic Colors of #EC7C41
Black with #EC7C41
Text Example
Text Example
White with #EC7C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C41; }
p { color: rgb(236,124,65); }
H1.HeaderClassName
{
color: #EC7C41;
}
.AnyTagClassName
{
color: #EC7C41;
}
</style>
background-color css
<style>
a { background-color: #EC7C41; }
a { background-color: rgb(236,124,65); }
div.DivClassName
{
background-color: #EC7C41;
}
.BgClassName
{
background-color: #EC7C41;
}
</style>
border-color css
<style>
span { border-color: #EC7C41; }
span { border-color: rgb(236,124,65); }
td.TdClassName
{
border-color: #EC7C41;
}
.TagClassName
{
border-color: #EC7C41;
}
</style>