Shades of Pizazz #EC7D39
Tints of Pizazz #EC7D39
RGB
CMYK
RGB Variations
Color information
#EC7D39 (or 0xEC7D39) is known color: Pizazz. HEX triplet: EC, 7D and 39. RGB value is (236,125,57). Sum of RGB (Red+Green+Blue) = 236+125+57=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 57 (22.66% from 255 or 13.64% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D39 is #1382C6. Grayscale: #969696. Windows color (decimal): -1278663 or 3767788. OLE color: 3767788.
HSL color Cylindrical-coordinate representation of color #EC7D39: hue angle of 22.79º 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 #EC7D39 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 57 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.07 |
| HSL | 22.79º | 0.82% | 0.57% | - |
| HSV(B) | 22.79º | 0.76% | 0.93% | - |
| XYZ | 42.66 | 32.8 | 7.95 | - |
| YUV | 150.44 | 75.27 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 57 | 0 | 0.47 | 0.76 | 0.07 | 22.79 | 0.82 | 0.57 |
| Hex | EC | 7D | 39 | 0 | 2F | 4C | 7 | 17 | 52 | 39 |
| Octal | 354 | 175 | 71 | 0 | 57 | 114 | 7 | 27 | 122 | 71 |
| Binary | 11101100 | 1111101 | 111001 | 0 | 101111 | 1001100 | 111 | 10111 | 1010010 | 111001 |
Color Harmonies of #EC7D39
Complementary color
Monochromatic Colors of #EC7D39
Black with #EC7D39
Text Example
Text Example
White with #EC7D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D39; }
p { color: rgb(236,125,57); }
H1.HeaderClassName
{
color: #EC7D39;
}
.AnyTagClassName
{
color: #EC7D39;
}
</style>
background-color css
<style>
a { background-color: #EC7D39; }
a { background-color: rgb(236,125,57); }
div.DivClassName
{
background-color: #EC7D39;
}
.BgClassName
{
background-color: #EC7D39;
}
</style>
border-color css
<style>
span { border-color: #EC7D39; }
span { border-color: rgb(236,125,57); }
td.TdClassName
{
border-color: #EC7D39;
}
.TagClassName
{
border-color: #EC7D39;
}
</style>