#E0979A

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

Shades of Wewak #E0979A

Tints of Wewak #E0979A

Color information

#E0979A (or 0xE0979A) is unknown color: approx Wewak. HEX triplet: E0, 97 and 9A. RGB value is (224,151,154). Sum of RGB (Red+Green+Blue) = 224+151+154=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0979A is #1F6865. Grayscale: #ADADAD. Windows color (decimal): -2058342 or 10131424. OLE color: 10131424.

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

Color convert

RGB224151154-
CMYK00.330.310.12
HSL357.53º54.07%73.53%-
HSV(B)357.53º32.59%87.84%-
XYZ47.6440.3135.84-
YUV173.17117.18164.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 154 (60.55% from 255) = 29.11%
R=42.34%
G=28.54%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415115400.330.310.12357.5354.0773.53
HexE0979A0211FC166364a
Octal340227232041371454666112
Binary11100000100101111001101001000011111111001011001101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0979A; }

 p { color: rgb(224,151,154); }

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

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

 a { background-color: rgb(224,151,154); }

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

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

 span { border-color: rgb(224,151,154); }

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