#EDA3A1

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

Shades of Sundown #EDA3A1

Tints of Sundown #EDA3A1

Color information

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

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

Color convert

RGB237163161-
CMYK00.310.320.07
HSL1.58º67.86%78.04%-
HSV(B)1.58º32.07%92.94%-
XYZ54.4646.7739.88-
YUV184.9114.52165.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716316100.310.320.071.5867.8678.04
HexEDA3A101F2072444e
Octal3552432410374072104116
Binary1110110110100011101000010111111000001111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3A1; }

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

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

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

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

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

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

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

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