Shades of Pizazz #EC7A3E
Tints of Pizazz #EC7A3E
RGB
CMYK
RGB Variations
Color information
#EC7A3E (or 0xEC7A3E) is known color: Pizazz. HEX triplet: EC, 7A and 3E. RGB value is (236,122,62). Sum of RGB (Red+Green+Blue) = 236+122+62=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7A3E is #1385C1. Grayscale: #959595. Windows color (decimal): -1279426 or 4094700. OLE color: 4094700.
HSL color Cylindrical-coordinate representation of color #EC7A3E: hue angle of 20.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC7A3E is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 62 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.07 |
| HSL | 20.69º | 0.82% | 0.58% | - |
| HSV(B) | 20.69º | 0.74% | 0.93% | - |
| XYZ | 42.42 | 32.1 | 8.52 | - |
| YUV | 149.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 62 | 0 | 0.48 | 0.74 | 0.07 | 20.69 | 0.82 | 0.58 |
| Hex | EC | 7A | 3E | 0 | 30 | 4A | 7 | 15 | 52 | 3A |
| Octal | 354 | 172 | 76 | 0 | 60 | 112 | 7 | 25 | 122 | 72 |
| Binary | 11101100 | 1111010 | 111110 | 0 | 110000 | 1001010 | 111 | 10101 | 1010010 | 111010 |
Color Harmonies of #EC7A3E
Complementary color
Monochromatic Colors of #EC7A3E
Black with #EC7A3E
Text Example
Text Example
White with #EC7A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A3E; }
p { color: rgb(236,122,62); }
H1.HeaderClassName
{
color: #EC7A3E;
}
.AnyTagClassName
{
color: #EC7A3E;
}
</style>
background-color css
<style>
a { background-color: #EC7A3E; }
a { background-color: rgb(236,122,62); }
div.DivClassName
{
background-color: #EC7A3E;
}
.BgClassName
{
background-color: #EC7A3E;
}
</style>
border-color css
<style>
span { border-color: #EC7A3E; }
span { border-color: rgb(236,122,62); }
td.TdClassName
{
border-color: #EC7A3E;
}
.TagClassName
{
border-color: #EC7A3E;
}
</style>