Shades of Pizazz #E07C40
Tints of Pizazz #E07C40
RGB
CMYK
RGB Variations
Color information
#E07C40 (or 0xE07C40) is known color: Pizazz. HEX triplet: E0, 7C and 40. RGB value is (224,124,64). Sum of RGB (Red+Green+Blue) = 224+124+64=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C40 is #1F83BF. Grayscale: #939393. Windows color (decimal): -2065344 or 4226272. OLE color: 4226272.
HSL color Cylindrical-coordinate representation of color #E07C40: hue angle of 22.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E07C40 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 64 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.12 |
| HSL | 22.5º | 0.72% | 0.56% | - |
| HSV(B) | 22.5º | 0.71% | 0.88% | - |
| XYZ | 38.87 | 30.63 | 8.71 | - |
| YUV | 147.06 | 81.13 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 64 | 0 | 0.45 | 0.71 | 0.12 | 22.5 | 0.72 | 0.56 |
| Hex | E0 | 7C | 40 | 0 | 2D | 47 | C | 16 | 48 | 38 |
| Octal | 340 | 174 | 100 | 0 | 55 | 107 | 14 | 26 | 110 | 70 |
| Binary | 11100000 | 1111100 | 1000000 | 0 | 101101 | 1000111 | 1100 | 10110 | 1001000 | 111000 |
Color Harmonies of #E07C40
Complementary color
Monochromatic Colors of #E07C40
Black with #E07C40
Text Example
Text Example
White with #E07C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C40; }
p { color: rgb(224,124,64); }
H1.HeaderClassName
{
color: #E07C40;
}
.AnyTagClassName
{
color: #E07C40;
}
</style>
background-color css
<style>
a { background-color: #E07C40; }
a { background-color: rgb(224,124,64); }
div.DivClassName
{
background-color: #E07C40;
}
.BgClassName
{
background-color: #E07C40;
}
</style>
border-color css
<style>
span { border-color: #E07C40; }
span { border-color: rgb(224,124,64); }
td.TdClassName
{
border-color: #E07C40;
}
.TagClassName
{
border-color: #E07C40;
}
</style>