Shades of Pizazz #E57F3D
Tints of Pizazz #E57F3D
RGB
CMYK
RGB Variations
Color information
#E57F3D (or 0xE57F3D) is known color: Pizazz. HEX triplet: E5, 7F and 3D. RGB value is (229,127,61). Sum of RGB (Red+Green+Blue) = 229+127+61=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57F3D is #1A80C2. Grayscale: #969696. Windows color (decimal): -1736899 or 4030437. OLE color: 4030437.
HSL color Cylindrical-coordinate representation of color #E57F3D: hue angle of 23.57º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E57F3D is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 61 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.10 |
| HSL | 23.57º | 0.76% | 0.57% | - |
| HSV(B) | 23.57º | 0.73% | 0.9% | - |
| XYZ | 40.74 | 32.17 | 8.48 | - |
| YUV | 149.97 | 77.79 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 61 | 0 | 0.45 | 0.73 | 0.10 | 23.57 | 0.76 | 0.57 |
| Hex | E5 | 7F | 3D | 0 | 2D | 49 | A | 18 | 4C | 39 |
| Octal | 345 | 177 | 75 | 0 | 55 | 111 | 12 | 30 | 114 | 71 |
| Binary | 11100101 | 1111111 | 111101 | 0 | 101101 | 1001001 | 1010 | 11000 | 1001100 | 111001 |
Color Harmonies of #E57F3D
Complementary color
Monochromatic Colors of #E57F3D
Black with #E57F3D
Text Example
Text Example
White with #E57F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F3D; }
p { color: rgb(229,127,61); }
H1.HeaderClassName
{
color: #E57F3D;
}
.AnyTagClassName
{
color: #E57F3D;
}
</style>
background-color css
<style>
a { background-color: #E57F3D; }
a { background-color: rgb(229,127,61); }
div.DivClassName
{
background-color: #E57F3D;
}
.BgClassName
{
background-color: #E57F3D;
}
</style>
border-color css
<style>
span { border-color: #E57F3D; }
span { border-color: rgb(229,127,61); }
td.TdClassName
{
border-color: #E57F3D;
}
.TagClassName
{
border-color: #E57F3D;
}
</style>