#E09496

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

Shades of Wewak #E09496

Tints of Wewak #E09496

Color information

#E09496 (or 0xE09496) is unknown color: approx Wewak. HEX triplet: E0, 94 and 96. RGB value is (224,148,150). Sum of RGB (Red+Green+Blue) = 224+148+150=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E09496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09496 is #1F6B69. Grayscale: #ABABAB. Windows color (decimal): -2059114 or 9868512. OLE color: 9868512.

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

Color convert

RGB224148150-
CMYK00.340.330.12
HSL358.42º55.07%72.94%-
HSV(B)358.42º33.93%87.84%-
XYZ46.8439.2333.96-
YUV170.95116.18165.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.91%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=42.91%
G=28.35%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414815000.340.330.12358.4255.0772.94
HexE0949602221C1663749
Octal340224226042411454667111
Binary111000001001010010010110010001010000111001011001101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09496; }

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

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

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

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

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

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

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

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