Shades of Pizazz #EC7940
Tints of Pizazz #EC7940
RGB
CMYK
RGB Variations
Color information
#EC7940 (or 0xEC7940) is known color: Pizazz. HEX triplet: EC, 79 and 40. RGB value is (236,121,64). Sum of RGB (Red+Green+Blue) = 236+121+64=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7940 is #1386BF. Grayscale: #959595. Windows color (decimal): -1279680 or 4225516. OLE color: 4225516.
HSL color Cylindrical-coordinate representation of color #EC7940: hue angle of 19.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC7940 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 64 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.07 |
| HSL | 19.88º | 0.82% | 0.59% | - |
| HSV(B) | 19.88º | 0.73% | 0.93% | - |
| XYZ | 42.35 | 31.88 | 8.77 | - |
| YUV | 148.89 | 80.1 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 64 | 0 | 0.49 | 0.73 | 0.07 | 19.88 | 0.82 | 0.59 |
| Hex | EC | 79 | 40 | 0 | 31 | 49 | 7 | 14 | 52 | 3B |
| Octal | 354 | 171 | 100 | 0 | 61 | 111 | 7 | 24 | 122 | 73 |
| Binary | 11101100 | 1111001 | 1000000 | 0 | 110001 | 1001001 | 111 | 10100 | 1010010 | 111011 |
Color Harmonies of #EC7940
Complementary color
Monochromatic Colors of #EC7940
Black with #EC7940
Text Example
Text Example
White with #EC7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7940; }
p { color: rgb(236,121,64); }
H1.HeaderClassName
{
color: #EC7940;
}
.AnyTagClassName
{
color: #EC7940;
}
</style>
background-color css
<style>
a { background-color: #EC7940; }
a { background-color: rgb(236,121,64); }
div.DivClassName
{
background-color: #EC7940;
}
.BgClassName
{
background-color: #EC7940;
}
</style>
border-color css
<style>
span { border-color: #EC7940; }
span { border-color: rgb(236,121,64); }
td.TdClassName
{
border-color: #EC7940;
}
.TagClassName
{
border-color: #EC7940;
}
</style>