Shades of Pizazz #EC723A
Tints of Pizazz #EC723A
RGB
CMYK
RGB Variations
Color information
#EC723A (or 0xEC723A) is known color: Pizazz. HEX triplet: EC, 72 and 3A. RGB value is (236,114,58). Sum of RGB (Red+Green+Blue) = 236+114+58=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC723A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC723A is #138DC5. Grayscale: #909090. Windows color (decimal): -1281478 or 3830508. OLE color: 3830508.
HSL color Cylindrical-coordinate representation of color #EC723A: hue angle of 18.88º 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 #EC723A is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 58 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.07 |
| HSL | 18.88º | 0.82% | 0.58% | - |
| HSV(B) | 18.88º | 0.75% | 0.93% | - |
| XYZ | 41.37 | 30.17 | 7.65 | - |
| YUV | 144.09 | 79.42 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 58 | 0 | 0.52 | 0.75 | 0.07 | 18.88 | 0.82 | 0.58 |
| Hex | EC | 72 | 3A | 0 | 34 | 4B | 7 | 13 | 52 | 3A |
| Octal | 354 | 162 | 72 | 0 | 64 | 113 | 7 | 23 | 122 | 72 |
| Binary | 11101100 | 1110010 | 111010 | 0 | 110100 | 1001011 | 111 | 10011 | 1010010 | 111010 |
Color Harmonies of #EC723A
Complementary color
Monochromatic Colors of #EC723A
Black with #EC723A
Text Example
Text Example
White with #EC723A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC723A; }
p { color: rgb(236,114,58); }
H1.HeaderClassName
{
color: #EC723A;
}
.AnyTagClassName
{
color: #EC723A;
}
</style>
background-color css
<style>
a { background-color: #EC723A; }
a { background-color: rgb(236,114,58); }
div.DivClassName
{
background-color: #EC723A;
}
.BgClassName
{
background-color: #EC723A;
}
</style>
border-color css
<style>
span { border-color: #EC723A; }
span { border-color: rgb(236,114,58); }
td.TdClassName
{
border-color: #EC723A;
}
.TagClassName
{
border-color: #EC723A;
}
</style>