Shades of Pizazz #E57E3C
Tints of Pizazz #E57E3C
RGB
CMYK
RGB Variations
Color information
#E57E3C (or 0xE57E3C) is known color: Pizazz. HEX triplet: E5, 7E and 3C. RGB value is (229,126,60). Sum of RGB (Red+Green+Blue) = 229+126+60=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E57E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57E3C is #1A81C3. Grayscale: #959595. Windows color (decimal): -1737156 or 3964645. OLE color: 3964645.
HSL color Cylindrical-coordinate representation of color #E57E3C: hue angle of 23.43º 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 #E57E3C is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 60 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.10 |
| HSL | 23.43º | 0.76% | 0.57% | - |
| HSV(B) | 23.43º | 0.74% | 0.9% | - |
| XYZ | 40.59 | 31.91 | 8.29 | - |
| YUV | 149.27 | 77.62 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 60 | 0 | 0.45 | 0.74 | 0.10 | 23.43 | 0.76 | 0.57 |
| Hex | E5 | 7E | 3C | 0 | 2D | 4A | A | 17 | 4C | 39 |
| Octal | 345 | 176 | 74 | 0 | 55 | 112 | 12 | 27 | 114 | 71 |
| Binary | 11100101 | 1111110 | 111100 | 0 | 101101 | 1001010 | 1010 | 10111 | 1001100 | 111001 |
Color Harmonies of #E57E3C
Complementary color
Monochromatic Colors of #E57E3C
Black with #E57E3C
Text Example
Text Example
White with #E57E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57E3C; }
p { color: rgb(229,126,60); }
H1.HeaderClassName
{
color: #E57E3C;
}
.AnyTagClassName
{
color: #E57E3C;
}
</style>
background-color css
<style>
a { background-color: #E57E3C; }
a { background-color: rgb(229,126,60); }
div.DivClassName
{
background-color: #E57E3C;
}
.BgClassName
{
background-color: #E57E3C;
}
</style>
border-color css
<style>
span { border-color: #E57E3C; }
span { border-color: rgb(229,126,60); }
td.TdClassName
{
border-color: #E57E3C;
}
.TagClassName
{
border-color: #E57E3C;
}
</style>