Shades of Pizazz #EC7D41
Tints of Pizazz #EC7D41
RGB
CMYK
RGB Variations
Color information
#EC7D41 (or 0xEC7D41) is known color: Pizazz. HEX triplet: EC, 7D and 41. RGB value is (236,125,65). Sum of RGB (Red+Green+Blue) = 236+125+65=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D41 is #1382BE. Grayscale: #979797. Windows color (decimal): -1278655 or 4292076. OLE color: 4292076.
HSL color Cylindrical-coordinate representation of color #EC7D41: hue angle of 21.05º 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 #EC7D41 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 65 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.07 |
| HSL | 21.05º | 0.82% | 0.59% | - |
| HSV(B) | 21.05º | 0.72% | 0.93% | - |
| XYZ | 42.88 | 32.88 | 9.09 | - |
| YUV | 151.35 | 79.27 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 65 | 0 | 0.47 | 0.72 | 0.07 | 21.05 | 0.82 | 0.59 |
| Hex | EC | 7D | 41 | 0 | 2F | 48 | 7 | 15 | 52 | 3B |
| Octal | 354 | 175 | 101 | 0 | 57 | 110 | 7 | 25 | 122 | 73 |
| Binary | 11101100 | 1111101 | 1000001 | 0 | 101111 | 1001000 | 111 | 10101 | 1010010 | 111011 |
Color Harmonies of #EC7D41
Complementary color
Monochromatic Colors of #EC7D41
Black with #EC7D41
Text Example
Text Example
White with #EC7D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D41; }
p { color: rgb(236,125,65); }
H1.HeaderClassName
{
color: #EC7D41;
}
.AnyTagClassName
{
color: #EC7D41;
}
</style>
background-color css
<style>
a { background-color: #EC7D41; }
a { background-color: rgb(236,125,65); }
div.DivClassName
{
background-color: #EC7D41;
}
.BgClassName
{
background-color: #EC7D41;
}
</style>
border-color css
<style>
span { border-color: #EC7D41; }
span { border-color: rgb(236,125,65); }
td.TdClassName
{
border-color: #EC7D41;
}
.TagClassName
{
border-color: #EC7D41;
}
</style>