#E09596

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

Shades of Wewak #E09596

Tints of Wewak #E09596

Color information

#E09596 (or 0xE09596) is unknown color: approx Wewak. HEX triplet: E0, 95 and 96. RGB value is (224,149,150). Sum of RGB (Red+Green+Blue) = 224+149+150=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E09596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09596 is #1F6A69. Grayscale: #ABABAB. Windows color (decimal): -2058858 or 9868768. OLE color: 9868768.

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

Color convert

RGB224149150-
CMYK00.330.330.12
HSL359.2º54.74%73.14%-
HSV(B)359.2º33.48%87.84%-
XYZ46.9939.5434.01-
YUV171.54115.85165.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.83%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=42.83%
G=28.49%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414915000.330.330.12359.254.7473.14
HexE0959602121C1673749
Octal340225226041411454767111
Binary111000001001010110010110010000110000111001011001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09596; }

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

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

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

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

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

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

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

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