#EEA0A4

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

Shades of Wewak #EEA0A4

Tints of Wewak #EEA0A4

Color information

#EEA0A4 (or 0xEEA0A4) is unknown color: approx Wewak. HEX triplet: EE, A0 and A4. RGB value is (238,160,164). Sum of RGB (Red+Green+Blue) = 238+160+164=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA0A4 is #115F5B. Grayscale: #B7B7B7. Windows color (decimal): -1138524 or 10789102. OLE color: 10789102.

HSL color Cylindrical-coordinate representation of color #EEA0A4: hue angle of 356.92º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA0A4 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB238160164-
CMYK00.330.310.07
HSL356.92º69.64%78.04%-
HSV(B)356.92º32.77%93.33%-
XYZ54.534641.13-
YUV183.78116.84166.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 164 (64.45% from 255) = 29.18%
R=42.35%
G=28.47%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816016400.330.310.07356.9269.6478.04
HexEEA0A40211F7165464e
Octal356240244041377545106116
Binary11101110101000001010010001000011111111110110010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA0A4; }

 p { color: rgb(238,160,164); }

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

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

 a { background-color: rgb(238,160,164); }

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

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

 span { border-color: rgb(238,160,164); }

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