#EEA1A2

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

Shades of Wewak #EEA1A2

Tints of Wewak #EEA1A2

Color information

#EEA1A2 (or 0xEEA1A2) is unknown color: approx Wewak. HEX triplet: EE, A1 and A2. RGB value is (238,161,162). Sum of RGB (Red+Green+Blue) = 238+161+162=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA1A2 is #115E5D. Grayscale: #B8B8B8. Windows color (decimal): -1138270 or 10658286. OLE color: 10658286.

HSL color Cylindrical-coordinate representation of color #EEA1A2: hue angle of 359.22º 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 #EEA1A2 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238161162-
CMYK00.320.320.07
HSL359.22º69.37%78.24%-
HSV(B)359.22º32.35%93.33%-
XYZ54.5346.2840.24-
YUV184.14115.51166.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.42%
GREEN value IS 161 (63.28% from 255) = 28.70%
BLUE value IS 162 (63.67% from 255) = 28.88%
R=42.42%
G=28.70%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816116200.320.320.07359.2269.3778.24
HexEEA1A2020207167454e
Octal356241242040407547105116
Binary111011101010000110100010010000010000011110110011110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1A2; }

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

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

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

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

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

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

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

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