Shades of Pizazz #EC7D3A
Tints of Pizazz #EC7D3A
RGB
CMYK
RGB Variations
Color information
#EC7D3A (or 0xEC7D3A) is known color: Pizazz. HEX triplet: EC, 7D and 3A. RGB value is (236,125,58). Sum of RGB (Red+Green+Blue) = 236+125+58=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D3A is #1382C5. Grayscale: #969696. Windows color (decimal): -1278662 or 3833324. OLE color: 3833324.
HSL color Cylindrical-coordinate representation of color #EC7D3A: hue angle of 22.58º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC7D3A is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 58 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.07 |
| HSL | 22.58º | 0.82% | 0.58% | - |
| HSV(B) | 22.58º | 0.75% | 0.93% | - |
| XYZ | 42.69 | 32.81 | 8.09 | - |
| YUV | 150.55 | 75.77 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 58 | 0 | 0.47 | 0.75 | 0.07 | 22.58 | 0.82 | 0.58 |
| Hex | EC | 7D | 3A | 0 | 2F | 4B | 7 | 17 | 52 | 3A |
| Octal | 354 | 175 | 72 | 0 | 57 | 113 | 7 | 27 | 122 | 72 |
| Binary | 11101100 | 1111101 | 111010 | 0 | 101111 | 1001011 | 111 | 10111 | 1010010 | 111010 |
Color Harmonies of #EC7D3A
Complementary color
Monochromatic Colors of #EC7D3A
Black with #EC7D3A
Text Example
Text Example
White with #EC7D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D3A; }
p { color: rgb(236,125,58); }
H1.HeaderClassName
{
color: #EC7D3A;
}
.AnyTagClassName
{
color: #EC7D3A;
}
</style>
background-color css
<style>
a { background-color: #EC7D3A; }
a { background-color: rgb(236,125,58); }
div.DivClassName
{
background-color: #EC7D3A;
}
.BgClassName
{
background-color: #EC7D3A;
}
</style>
border-color css
<style>
span { border-color: #EC7D3A; }
span { border-color: rgb(236,125,58); }
td.TdClassName
{
border-color: #EC7D3A;
}
.TagClassName
{
border-color: #EC7D3A;
}
</style>