Shades of Pizazz #EC7D37
Tints of Pizazz #EC7D37
RGB
CMYK
RGB Variations
Color information
#EC7D37 (or 0xEC7D37) is known color: Pizazz. HEX triplet: EC, 7D and 37. RGB value is (236,125,55). Sum of RGB (Red+Green+Blue) = 236+125+55=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D37 is #1382C8. Grayscale: #969696. Windows color (decimal): -1278665 or 3636716. OLE color: 3636716.
HSL color Cylindrical-coordinate representation of color #EC7D37: hue angle of 23.2º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC7D37 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 55 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.07 |
| HSL | 23.2º | 0.83% | 0.57% | - |
| HSV(B) | 23.2º | 0.77% | 0.93% | - |
| XYZ | 42.62 | 32.78 | 7.69 | - |
| YUV | 150.21 | 74.27 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 55 | 0 | 0.47 | 0.77 | 0.07 | 23.2 | 0.83 | 0.57 |
| Hex | EC | 7D | 37 | 0 | 2F | 4D | 7 | 17 | 53 | 39 |
| Octal | 354 | 175 | 67 | 0 | 57 | 115 | 7 | 27 | 123 | 71 |
| Binary | 11101100 | 1111101 | 110111 | 0 | 101111 | 1001101 | 111 | 10111 | 1010011 | 111001 |
Color Harmonies of #EC7D37
Complementary color
Monochromatic Colors of #EC7D37
Black with #EC7D37
Text Example
Text Example
White with #EC7D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D37; }
p { color: rgb(236,125,55); }
H1.HeaderClassName
{
color: #EC7D37;
}
.AnyTagClassName
{
color: #EC7D37;
}
</style>
background-color css
<style>
a { background-color: #EC7D37; }
a { background-color: rgb(236,125,55); }
div.DivClassName
{
background-color: #EC7D37;
}
.BgClassName
{
background-color: #EC7D37;
}
</style>
border-color css
<style>
span { border-color: #EC7D37; }
span { border-color: rgb(236,125,55); }
td.TdClassName
{
border-color: #EC7D37;
}
.TagClassName
{
border-color: #EC7D37;
}
</style>