#EEA1A5

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

Shades of Wewak #EEA1A5

Tints of Wewak #EEA1A5

Color information

#EEA1A5 (or 0xEEA1A5) is unknown color: approx Wewak. HEX triplet: EE, A1 and A5. RGB value is (238,161,165). Sum of RGB (Red+Green+Blue) = 238+161+165=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA1A5 is #115E5A. Grayscale: #B8B8B8. Windows color (decimal): -1138267 or 10854894. OLE color: 10854894.

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

Color convert

RGB238161165-
CMYK00.320.310.07
HSL356.88º69.37%78.24%-
HSV(B)356.88º32.35%93.33%-
XYZ54.846.3841.66-
YUV184.48117.01166.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.20%
GREEN value IS 161 (63.28% from 255) = 28.55%
BLUE value IS 165 (64.84% from 255) = 29.26%
R=42.20%
G=28.55%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816116500.320.310.07356.8869.3778.24
HexEEA1A50201F7165454e
Octal356241245040377545105116
Binary11101110101000011010010101000001111111110110010110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1A5; }

 p { color: rgb(238,161,165); }

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

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

 a { background-color: rgb(238,161,165); }

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

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

 span { border-color: rgb(238,161,165); }

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