Shades of Pizazz #EC733A
Tints of Pizazz #EC733A
RGB
CMYK
RGB Variations
Color information
#EC733A (or 0xEC733A) is known color: Pizazz. HEX triplet: EC, 73 and 3A. RGB value is (236,115,58). Sum of RGB (Red+Green+Blue) = 236+115+58=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC733A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC733A is #138CC5. Grayscale: #919191. Windows color (decimal): -1281222 or 3830764. OLE color: 3830764.
HSL color Cylindrical-coordinate representation of color #EC733A: hue angle of 19.21º 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 #EC733A is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 58 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.07 |
| HSL | 19.21º | 0.82% | 0.58% | - |
| HSV(B) | 19.21º | 0.75% | 0.93% | - |
| XYZ | 41.49 | 30.4 | 7.68 | - |
| YUV | 144.68 | 79.09 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 58 | 0 | 0.51 | 0.75 | 0.07 | 19.21 | 0.82 | 0.58 |
| Hex | EC | 73 | 3A | 0 | 33 | 4B | 7 | 13 | 52 | 3A |
| Octal | 354 | 163 | 72 | 0 | 63 | 113 | 7 | 23 | 122 | 72 |
| Binary | 11101100 | 1110011 | 111010 | 0 | 110011 | 1001011 | 111 | 10011 | 1010010 | 111010 |
Color Harmonies of #EC733A
Complementary color
Monochromatic Colors of #EC733A
Black with #EC733A
Text Example
Text Example
White with #EC733A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC733A; }
p { color: rgb(236,115,58); }
H1.HeaderClassName
{
color: #EC733A;
}
.AnyTagClassName
{
color: #EC733A;
}
</style>
background-color css
<style>
a { background-color: #EC733A; }
a { background-color: rgb(236,115,58); }
div.DivClassName
{
background-color: #EC733A;
}
.BgClassName
{
background-color: #EC733A;
}
</style>
border-color css
<style>
span { border-color: #EC733A; }
span { border-color: rgb(236,115,58); }
td.TdClassName
{
border-color: #EC733A;
}
.TagClassName
{
border-color: #EC733A;
}
</style>