#E09196

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

Shades of Wewak #E09196

Tints of Wewak #E09196

Color information

#E09196 (or 0xE09196) is unknown color: approx Wewak. HEX triplet: E0, 91 and 96. RGB value is (224,145,150). Sum of RGB (Red+Green+Blue) = 224+145+150=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E09196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09196 is #1F6E69. Grayscale: #A9A9A9. Windows color (decimal): -2059882 or 9867744. OLE color: 9867744.

HSL color Cylindrical-coordinate representation of color #E09196: hue angle of 356.2º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E09196 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224145150-
CMYK00.350.330.12
HSL356.2º56.03%72.35%-
HSV(B)356.2º35.27%87.84%-
XYZ46.3738.333.8-
YUV169.19117.17167.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=43.16%
G=27.94%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414515000.350.330.12356.256.0372.35
HexE0919602321C1643848
Octal340221226043411454470110
Binary111000001001000110010110010001110000111001011001001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09196; }

 p { color: rgb(224,145,150); }

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

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

 a { background-color: rgb(224,145,150); }

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

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

 span { border-color: rgb(224,145,150); }

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