Shades of Pizazz #E57A3C
Tints of Pizazz #E57A3C
RGB
CMYK
RGB Variations
Color information
#E57A3C (or 0xE57A3C) is known color: Pizazz. HEX triplet: E5, 7A and 3C. RGB value is (229,122,60). Sum of RGB (Red+Green+Blue) = 229+122+60=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57A3C is #1A85C3. Grayscale: #939393. Windows color (decimal): -1738180 or 3963621. OLE color: 3963621.
HSL color Cylindrical-coordinate representation of color #E57A3C: hue angle of 22.01º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E57A3C is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 60 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.10 |
| HSL | 22.01º | 0.76% | 0.57% | - |
| HSV(B) | 22.01º | 0.74% | 0.9% | - |
| XYZ | 40.09 | 30.9 | 8.13 | - |
| YUV | 146.93 | 78.95 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 60 | 0 | 0.47 | 0.74 | 0.10 | 22.01 | 0.76 | 0.57 |
| Hex | E5 | 7A | 3C | 0 | 2F | 4A | A | 16 | 4C | 39 |
| Octal | 345 | 172 | 74 | 0 | 57 | 112 | 12 | 26 | 114 | 71 |
| Binary | 11100101 | 1111010 | 111100 | 0 | 101111 | 1001010 | 1010 | 10110 | 1001100 | 111001 |
Color Harmonies of #E57A3C
Complementary color
Monochromatic Colors of #E57A3C
Black with #E57A3C
Text Example
Text Example
White with #E57A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57A3C; }
p { color: rgb(229,122,60); }
H1.HeaderClassName
{
color: #E57A3C;
}
.AnyTagClassName
{
color: #E57A3C;
}
</style>
background-color css
<style>
a { background-color: #E57A3C; }
a { background-color: rgb(229,122,60); }
div.DivClassName
{
background-color: #E57A3C;
}
.BgClassName
{
background-color: #E57A3C;
}
</style>
border-color css
<style>
span { border-color: #E57A3C; }
span { border-color: rgb(229,122,60); }
td.TdClassName
{
border-color: #E57A3C;
}
.TagClassName
{
border-color: #E57A3C;
}
</style>