#E57D40

Color #E57D40 Pizazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizazz #E57D40

Tints of Pizazz #E57D40

Color information

#E57D40 (or 0xE57D40) is unknown color: approx Pizazz. HEX triplet: E5, 7D and 40. RGB value is (229,125,64). Sum of RGB (Red+Green+Blue) = 229+125+64=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57D40 is #1A82BF. Grayscale: #959595. Windows color (decimal): -1737408 or 4226533. OLE color: 4226533.

HSL color Cylindrical-coordinate representation of color #E57D40: hue angle of 22.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E57D40 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB22912564-
CMYK00.450.720.10
HSL22.18º76.04%57.45%-
HSV(B)22.18º72.05%89.8%-
XYZ40.5731.78.83-
YUV149.1479.96184.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 54.78%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 64 (25.39% from 255) = 15.31%
R=54.78%
G=29.90%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291256400.450.720.1022.1876.0457.45
HexE57D4002D48A164c39
Octal345175100055110122611471
Binary1110010111111011000000010110110010001010101101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57D40; }

 p { color: rgb(229,125,64); }

 H1.HeaderClassName
 {
   color: #E57D40;
 }
 .AnyTagClassName
 {
   color: #E57D40;
 }
</style>
background-color css

<style>
 a { background-color: #E57D40; }

 a { background-color: rgb(229,125,64); }

 div.DivClassName
 {
   background-color: #E57D40;
 }
 .BgClassName
 {
   background-color: #E57D40;
 }
</style>
border-color css

<style>
 span { border-color: #E57D40; }

 span { border-color: rgb(229,125,64); }

 td.TdClassName
 {
   border-color: #E57D40;
 }
 .TagClassName
 {
   border-color: #E57D40;
 }
</style>