#E18044

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

Shades of Pizazz #E18044

Tints of Pizazz #E18044

Color information

#E18044 (or 0xE18044) is unknown color: approx Pizazz. HEX triplet: E1, 80 and 44. RGB value is (225,128,68). Sum of RGB (Red+Green+Blue) = 225+128+68=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E18044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18044 is #1E7FBB. Grayscale: #969696. Windows color (decimal): -1998780 or 4489441. OLE color: 4489441.

HSL color Cylindrical-coordinate representation of color #E18044: hue angle of 22.93º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E18044 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB22512868-
CMYK00.430.700.12
HSL22.93º72.35%57.45%-
HSV(B)22.93º69.78%88.24%-
XYZ39.8131.869.52-
YUV150.1681.64181.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.44%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 68 (26.95% from 255) = 16.15%
R=53.44%
G=30.40%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251286800.430.700.1222.9372.3557.45
HexE1804402B46C174839
Octal341200104053106142711071
Binary11100001100000001000100010101110001101100101111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18044; }

 p { color: rgb(225,128,68); }

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

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

 a { background-color: rgb(225,128,68); }

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

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

 span { border-color: rgb(225,128,68); }

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