Shades of Pizazz #EC763D
Tints of Pizazz #EC763D
RGB
CMYK
RGB Variations
Color information
#EC763D (or 0xEC763D) is known color: Pizazz. HEX triplet: EC, 76 and 3D. RGB value is (236,118,61). Sum of RGB (Red+Green+Blue) = 236+118+61=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC763D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC763D is #1389C2. Grayscale: #939393. Windows color (decimal): -1280451 or 4028140. OLE color: 4028140.
HSL color Cylindrical-coordinate representation of color #EC763D: hue angle of 19.54º 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 #EC763D is Cyan = 0, Magento = 0.5, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 61 | - |
| CMYK | 0 | 0.5 | 0.74 | 0.07 |
| HSL | 19.54º | 0.82% | 0.58% | - |
| HSV(B) | 19.54º | 0.74% | 0.93% | - |
| XYZ | 41.91 | 31.13 | 8.21 | - |
| YUV | 146.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 61 | 0 | 0.5 | 0.74 | 0.07 | 19.54 | 0.82 | 0.58 |
| Hex | EC | 76 | 3D | 0 | 32 | 4A | 7 | 14 | 52 | 3A |
| Octal | 354 | 166 | 75 | 0 | 62 | 112 | 7 | 24 | 122 | 72 |
| Binary | 11101100 | 1110110 | 111101 | 0 | 110010 | 1001010 | 111 | 10100 | 1010010 | 111010 |
Color Harmonies of #EC763D
Complementary color
Monochromatic Colors of #EC763D
Black with #EC763D
Text Example
Text Example
White with #EC763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC763D; }
p { color: rgb(236,118,61); }
H1.HeaderClassName
{
color: #EC763D;
}
.AnyTagClassName
{
color: #EC763D;
}
</style>
background-color css
<style>
a { background-color: #EC763D; }
a { background-color: rgb(236,118,61); }
div.DivClassName
{
background-color: #EC763D;
}
.BgClassName
{
background-color: #EC763D;
}
</style>
border-color css
<style>
span { border-color: #EC763D; }
span { border-color: rgb(236,118,61); }
td.TdClassName
{
border-color: #EC763D;
}
.TagClassName
{
border-color: #EC763D;
}
</style>