Shades of Pizazz #EC7539
Tints of Pizazz #EC7539
RGB
CMYK
RGB Variations
Color information
#EC7539 (or 0xEC7539) is known color: Pizazz. HEX triplet: EC, 75 and 39. RGB value is (236,117,57). Sum of RGB (Red+Green+Blue) = 236+117+57=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7539 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7539 is #138AC6. Grayscale: #929292. Windows color (decimal): -1280711 or 3765740. OLE color: 3765740.
HSL color Cylindrical-coordinate representation of color #EC7539: hue angle of 20.11º 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 #EC7539 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 57 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.07 |
| HSL | 20.11º | 0.82% | 0.57% | - |
| HSV(B) | 20.11º | 0.76% | 0.93% | - |
| XYZ | 41.69 | 30.85 | 7.63 | - |
| YUV | 145.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 57 | 0 | 0.50 | 0.76 | 0.07 | 20.11 | 0.82 | 0.57 |
| Hex | EC | 75 | 39 | 0 | 32 | 4C | 7 | 14 | 52 | 39 |
| Octal | 354 | 165 | 71 | 0 | 62 | 114 | 7 | 24 | 122 | 71 |
| Binary | 11101100 | 1110101 | 111001 | 0 | 110010 | 1001100 | 111 | 10100 | 1010010 | 111001 |
Color Harmonies of #EC7539
Complementary color
Monochromatic Colors of #EC7539
Black with #EC7539
Text Example
Text Example
White with #EC7539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7539; }
p { color: rgb(236,117,57); }
H1.HeaderClassName
{
color: #EC7539;
}
.AnyTagClassName
{
color: #EC7539;
}
</style>
background-color css
<style>
a { background-color: #EC7539; }
a { background-color: rgb(236,117,57); }
div.DivClassName
{
background-color: #EC7539;
}
.BgClassName
{
background-color: #EC7539;
}
</style>
border-color css
<style>
span { border-color: #EC7539; }
span { border-color: rgb(236,117,57); }
td.TdClassName
{
border-color: #EC7539;
}
.TagClassName
{
border-color: #EC7539;
}
</style>