#E58440

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

Shades of Pizazz #E58440

Tints of Pizazz #E58440

Color information

#E58440 (or 0xE58440) is unknown color: approx Pizazz. HEX triplet: E5, 84 and 40. RGB value is (229,132,64). Sum of RGB (Red+Green+Blue) = 229+132+64=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E58440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58440 is #1A7BBF. Grayscale: #999999. Windows color (decimal): -1735616 or 4228325. OLE color: 4228325.

HSL color Cylindrical-coordinate representation of color #E58440: hue angle of 24.73º 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 #E58440 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB22913264-
CMYK00.420.720.10
HSL24.73º76.04%57.45%-
HSV(B)24.73º72.05%89.8%-
XYZ41.4933.539.14-
YUV153.2577.64182.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.88%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 64 (25.39% from 255) = 15.06%
R=53.88%
G=31.06%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291326400.420.720.1024.7376.0457.45
HexE5844002A48A194c39
Octal345204100052110123111471
Binary11100101100001001000000010101010010001010110011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58440; }

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

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

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

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

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

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

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

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