#EDA1A3

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

Shades of Wewak #EDA1A3

Tints of Wewak #EDA1A3

Color information

#EDA1A3 (or 0xEDA1A3) is unknown color: approx Wewak. HEX triplet: ED, A1 and A3. RGB value is (237,161,163). Sum of RGB (Red+Green+Blue) = 237+161+163=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 163 (64.06% from 255 or 29.06% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA1A3 is #125E5C. Grayscale: #B8B8B8. Windows color (decimal): -1203805 or 10723821. OLE color: 10723821.

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

Color convert

RGB237161163-
CMYK00.320.310.07
HSL358.42º67.86%78.04%-
HSV(B)358.42º32.07%92.94%-
XYZ54.2846.1440.7-
YUV183.95116.18165.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 161 (63.28% from 255) = 28.70%
BLUE value IS 163 (64.06% from 255) = 29.06%
R=42.25%
G=28.70%
B=29.06%

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
Decimal23716116300.320.310.07358.4267.8678.04
HexEDA1A30201F7166444e
Octal355241243040377546104116
Binary11101101101000011010001101000001111111110110011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1A3; }

 p { color: rgb(237,161,163); }

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

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

 a { background-color: rgb(237,161,163); }

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

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

 span { border-color: rgb(237,161,163); }

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