#E88142

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

Shades of Pizazz #E88142

Tints of Pizazz #E88142

Color information

#E88142 (or 0xE88142) is unknown color: approx Pizazz. HEX triplet: E8, 81 and 42. RGB value is (232,129,66). Sum of RGB (Red+Green+Blue) = 232+129+66=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E88142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88142 is #177EBD. Grayscale: #989898. Windows color (decimal): -1539774 or 4358632. OLE color: 4358632.

HSL color Cylindrical-coordinate representation of color #E88142: hue angle of 22.77º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E88142 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23212966-
CMYK00.440.720.09
HSL22.77º78.3%58.43%-
HSV(B)22.77º71.55%90.98%-
XYZ42.1133.259.35-
YUV152.6279.12184.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.33%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 66 (26.17% from 255) = 15.46%
R=54.33%
G=30.21%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321296600.440.720.0922.7778.358.43
HexE8814202C489174e3a
Octal350201102054110112711672
Binary11101000100000011000010010110010010001001101111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88142; }

 p { color: rgb(232,129,66); }

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

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

 a { background-color: rgb(232,129,66); }

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

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

 span { border-color: rgb(232,129,66); }

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