#E49596

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

Shades of Wewak #E49596

Tints of Wewak #E49596

Color information

#E49596 (or 0xE49596) is unknown color: approx Wewak. HEX triplet: E4, 95 and 96. RGB value is (228,149,150). Sum of RGB (Red+Green+Blue) = 228+149+150=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E49596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49596 is #1B6A69. Grayscale: #ACACAC. Windows color (decimal): -1796714 or 9868772. OLE color: 9868772.

HSL color Cylindrical-coordinate representation of color #E49596: hue angle of 359.24º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E49596 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB228149150-
CMYK00.350.340.11
HSL359.24º59.4%73.92%-
HSV(B)359.24º34.65%89.41%-
XYZ48.2540.1934.07-
YUV172.74115.17167.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=43.26%
G=28.27%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814915000.350.340.11359.2459.473.92
HexE4959602322B1673b4a
Octal344225226043421354773112
Binary111001001001010110010110010001110001010111011001111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49596; }

 p { color: rgb(228,149,150); }

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

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

 a { background-color: rgb(228,149,150); }

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

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

 span { border-color: rgb(228,149,150); }

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