Shades of Pizazz #EC7C42
Tints of Pizazz #EC7C42
RGB
CMYK
RGB Variations
Color information
#EC7C42 (or 0xEC7C42) is known color: Pizazz. HEX triplet: EC, 7C and 42. RGB value is (236,124,66). Sum of RGB (Red+Green+Blue) = 236+124+66=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7C42 is #1383BD. Grayscale: #979797. Windows color (decimal): -1278910 or 4357356. OLE color: 4357356.
HSL color Cylindrical-coordinate representation of color #EC7C42: hue angle of 20.47º 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 #EC7C42 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 66 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.07 |
| HSL | 20.47º | 0.82% | 0.59% | - |
| HSV(B) | 20.47º | 0.72% | 0.93% | - |
| XYZ | 42.78 | 32.64 | 9.2 | - |
| YUV | 150.88 | 80.11 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 66 | 0 | 0.47 | 0.72 | 0.07 | 20.47 | 0.82 | 0.59 |
| Hex | EC | 7C | 42 | 0 | 2F | 48 | 7 | 14 | 52 | 3B |
| Octal | 354 | 174 | 102 | 0 | 57 | 110 | 7 | 24 | 122 | 73 |
| Binary | 11101100 | 1111100 | 1000010 | 0 | 101111 | 1001000 | 111 | 10100 | 1010010 | 111011 |
Color Harmonies of #EC7C42
Complementary color
Monochromatic Colors of #EC7C42
Black with #EC7C42
Text Example
Text Example
White with #EC7C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C42; }
p { color: rgb(236,124,66); }
H1.HeaderClassName
{
color: #EC7C42;
}
.AnyTagClassName
{
color: #EC7C42;
}
</style>
background-color css
<style>
a { background-color: #EC7C42; }
a { background-color: rgb(236,124,66); }
div.DivClassName
{
background-color: #EC7C42;
}
.BgClassName
{
background-color: #EC7C42;
}
</style>
border-color css
<style>
span { border-color: #EC7C42; }
span { border-color: rgb(236,124,66); }
td.TdClassName
{
border-color: #EC7C42;
}
.TagClassName
{
border-color: #EC7C42;
}
</style>