Shades of Pizazz #EC7533
Tints of Pizazz #EC7533
RGB
CMYK
RGB Variations
Color information
#EC7533 (or 0xEC7533) is known color: Pizazz. HEX triplet: EC, 75 and 33. RGB value is (236,117,51). Sum of RGB (Red+Green+Blue) = 236+117+51=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7533 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7533 is #138ACC. Grayscale: #919191. Windows color (decimal): -1280717 or 3372524. OLE color: 3372524.
HSL color Cylindrical-coordinate representation of color #EC7533: hue angle of 21.41º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC7533 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 51 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.07 |
| HSL | 21.41º | 0.83% | 0.56% | - |
| HSV(B) | 21.41º | 0.78% | 0.93% | - |
| XYZ | 41.55 | 30.79 | 6.89 | - |
| YUV | 145.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 51 | 0 | 0.50 | 0.78 | 0.07 | 21.41 | 0.83 | 0.56 |
| Hex | EC | 75 | 33 | 0 | 32 | 4E | 7 | 15 | 53 | 38 |
| Octal | 354 | 165 | 63 | 0 | 62 | 116 | 7 | 25 | 123 | 70 |
| Binary | 11101100 | 1110101 | 110011 | 0 | 110010 | 1001110 | 111 | 10101 | 1010011 | 111000 |
Color Harmonies of #EC7533
Complementary color
Monochromatic Colors of #EC7533
Black with #EC7533
Text Example
Text Example
White with #EC7533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7533; }
p { color: rgb(236,117,51); }
H1.HeaderClassName
{
color: #EC7533;
}
.AnyTagClassName
{
color: #EC7533;
}
</style>
background-color css
<style>
a { background-color: #EC7533; }
a { background-color: rgb(236,117,51); }
div.DivClassName
{
background-color: #EC7533;
}
.BgClassName
{
background-color: #EC7533;
}
</style>
border-color css
<style>
span { border-color: #EC7533; }
span { border-color: rgb(236,117,51); }
td.TdClassName
{
border-color: #EC7533;
}
.TagClassName
{
border-color: #EC7533;
}
</style>