Shades of Pizazz #EC793B
Tints of Pizazz #EC793B
RGB
CMYK
RGB Variations
Color information
#EC793B (or 0xEC793B) is known color: Pizazz. HEX triplet: EC, 79 and 3B. RGB value is (236,121,59). Sum of RGB (Red+Green+Blue) = 236+121+59=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC793B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC793B is #1386C4. Grayscale: #949494. Windows color (decimal): -1279685 or 3897836. OLE color: 3897836.
HSL color Cylindrical-coordinate representation of color #EC793B: hue angle of 21.02º 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 #EC793B is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 59 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.07 |
| HSL | 21.02º | 0.82% | 0.58% | - |
| HSV(B) | 21.02º | 0.75% | 0.93% | - |
| XYZ | 42.22 | 31.82 | 8.06 | - |
| YUV | 148.32 | 77.6 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 59 | 0 | 0.49 | 0.75 | 0.07 | 21.02 | 0.82 | 0.58 |
| Hex | EC | 79 | 3B | 0 | 31 | 4B | 7 | 15 | 52 | 3A |
| Octal | 354 | 171 | 73 | 0 | 61 | 113 | 7 | 25 | 122 | 72 |
| Binary | 11101100 | 1111001 | 111011 | 0 | 110001 | 1001011 | 111 | 10101 | 1010010 | 111010 |
Color Harmonies of #EC793B
Complementary color
Monochromatic Colors of #EC793B
Black with #EC793B
Text Example
Text Example
White with #EC793B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC793B; }
p { color: rgb(236,121,59); }
H1.HeaderClassName
{
color: #EC793B;
}
.AnyTagClassName
{
color: #EC793B;
}
</style>
background-color css
<style>
a { background-color: #EC793B; }
a { background-color: rgb(236,121,59); }
div.DivClassName
{
background-color: #EC793B;
}
.BgClassName
{
background-color: #EC793B;
}
</style>
border-color css
<style>
span { border-color: #EC793B; }
span { border-color: rgb(236,121,59); }
td.TdClassName
{
border-color: #EC793B;
}
.TagClassName
{
border-color: #EC793B;
}
</style>