Shades of Pizazz #E57F41
Tints of Pizazz #E57F41
RGB
CMYK
RGB Variations
Color information
#E57F41 (or 0xE57F41) is known color: Pizazz. HEX triplet: E5, 7F and 41. RGB value is (229,127,65). Sum of RGB (Red+Green+Blue) = 229+127+65=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57F41 is #1A80BE. Grayscale: #969696. Windows color (decimal): -1736895 or 4292581. OLE color: 4292581.
HSL color Cylindrical-coordinate representation of color #E57F41: hue angle of 22.68º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E57F41 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 65 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.10 |
| HSL | 22.68º | 0.76% | 0.58% | - |
| HSV(B) | 22.68º | 0.72% | 0.9% | - |
| XYZ | 40.86 | 32.22 | 9.07 | - |
| YUV | 150.43 | 79.79 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 65 | 0 | 0.45 | 0.72 | 0.10 | 22.68 | 0.76 | 0.58 |
| Hex | E5 | 7F | 41 | 0 | 2D | 48 | A | 17 | 4C | 3A |
| Octal | 345 | 177 | 101 | 0 | 55 | 110 | 12 | 27 | 114 | 72 |
| Binary | 11100101 | 1111111 | 1000001 | 0 | 101101 | 1001000 | 1010 | 10111 | 1001100 | 111010 |
Color Harmonies of #E57F41
Complementary color
Monochromatic Colors of #E57F41
Black with #E57F41
Text Example
Text Example
White with #E57F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F41; }
p { color: rgb(229,127,65); }
H1.HeaderClassName
{
color: #E57F41;
}
.AnyTagClassName
{
color: #E57F41;
}
</style>
background-color css
<style>
a { background-color: #E57F41; }
a { background-color: rgb(229,127,65); }
div.DivClassName
{
background-color: #E57F41;
}
.BgClassName
{
background-color: #E57F41;
}
</style>
border-color css
<style>
span { border-color: #E57F41; }
span { border-color: rgb(229,127,65); }
td.TdClassName
{
border-color: #E57F41;
}
.TagClassName
{
border-color: #E57F41;
}
</style>