Shades of Pizazz #E57E3D
Tints of Pizazz #E57E3D
RGB
CMYK
RGB Variations
Color information
#E57E3D (or 0xE57E3D) is known color: Pizazz. HEX triplet: E5, 7E and 3D. RGB value is (229,126,61). Sum of RGB (Red+Green+Blue) = 229+126+61=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E57E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57E3D is #1A81C2. Grayscale: #959595. Windows color (decimal): -1737155 or 4030181. OLE color: 4030181.
HSL color Cylindrical-coordinate representation of color #E57E3D: hue angle of 23.21º 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 #E57E3D is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 61 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.10 |
| HSL | 23.21º | 0.76% | 0.57% | - |
| HSV(B) | 23.21º | 0.73% | 0.9% | - |
| XYZ | 40.62 | 31.92 | 8.43 | - |
| YUV | 149.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 61 | 0 | 0.45 | 0.73 | 0.10 | 23.21 | 0.76 | 0.57 |
| Hex | E5 | 7E | 3D | 0 | 2D | 49 | A | 17 | 4C | 39 |
| Octal | 345 | 176 | 75 | 0 | 55 | 111 | 12 | 27 | 114 | 71 |
| Binary | 11100101 | 1111110 | 111101 | 0 | 101101 | 1001001 | 1010 | 10111 | 1001100 | 111001 |
Color Harmonies of #E57E3D
Complementary color
Monochromatic Colors of #E57E3D
Black with #E57E3D
Text Example
Text Example
White with #E57E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57E3D; }
p { color: rgb(229,126,61); }
H1.HeaderClassName
{
color: #E57E3D;
}
.AnyTagClassName
{
color: #E57E3D;
}
</style>
background-color css
<style>
a { background-color: #E57E3D; }
a { background-color: rgb(229,126,61); }
div.DivClassName
{
background-color: #E57E3D;
}
.BgClassName
{
background-color: #E57E3D;
}
</style>
border-color css
<style>
span { border-color: #E57E3D; }
span { border-color: rgb(229,126,61); }
td.TdClassName
{
border-color: #E57E3D;
}
.TagClassName
{
border-color: #E57E3D;
}
</style>