Shades of Pizazz #EC7739
Tints of Pizazz #EC7739
RGB
CMYK
RGB Variations
Color information
#EC7739 (or 0xEC7739) is known color: Pizazz. HEX triplet: EC, 77 and 39. RGB value is (236,119,57). Sum of RGB (Red+Green+Blue) = 236+119+57=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7739 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7739 is #1388C6. Grayscale: #939393. Windows color (decimal): -1280199 or 3766252. OLE color: 3766252.
HSL color Cylindrical-coordinate representation of color #EC7739: hue angle of 20.78º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC7739 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 57 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.07 |
| HSL | 20.78º | 0.82% | 0.57% | - |
| HSV(B) | 20.78º | 0.76% | 0.93% | - |
| XYZ | 41.93 | 31.32 | 7.71 | - |
| YUV | 146.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 57 | 0 | 0.50 | 0.76 | 0.07 | 20.78 | 0.82 | 0.57 |
| Hex | EC | 77 | 39 | 0 | 32 | 4C | 7 | 15 | 52 | 39 |
| Octal | 354 | 167 | 71 | 0 | 62 | 114 | 7 | 25 | 122 | 71 |
| Binary | 11101100 | 1110111 | 111001 | 0 | 110010 | 1001100 | 111 | 10101 | 1010010 | 111001 |
Color Harmonies of #EC7739
Complementary color
Monochromatic Colors of #EC7739
Black with #EC7739
Text Example
Text Example
White with #EC7739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7739; }
p { color: rgb(236,119,57); }
H1.HeaderClassName
{
color: #EC7739;
}
.AnyTagClassName
{
color: #EC7739;
}
</style>
background-color css
<style>
a { background-color: #EC7739; }
a { background-color: rgb(236,119,57); }
div.DivClassName
{
background-color: #EC7739;
}
.BgClassName
{
background-color: #EC7739;
}
</style>
border-color css
<style>
span { border-color: #EC7739; }
span { border-color: rgb(236,119,57); }
td.TdClassName
{
border-color: #EC7739;
}
.TagClassName
{
border-color: #EC7739;
}
</style>