#EDA4A2

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

Shades of Sundown #EDA4A2

Tints of Sundown #EDA4A2

Color information

#EDA4A2 (or 0xEDA4A2) is unknown color: approx Sundown. HEX triplet: ED, A4 and A2. RGB value is (237,164,162). Sum of RGB (Red+Green+Blue) = 237+164+162=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4A2 is #125B5D. Grayscale: #B9B9B9. Windows color (decimal): -1203038 or 10659053. OLE color: 10659053.

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

Color convert

RGB237164162-
CMYK00.310.320.07
HSL1.6º67.57%78.24%-
HSV(B)1.6º31.65%92.94%-
XYZ54.7247.1640.4-
YUV185.6114.68164.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 162 (63.67% from 255) = 28.77%
R=42.10%
G=29.13%
B=28.77%

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
Decimal23716416200.310.320.071.667.5778.24
HexEDA4A201F2072444e
Octal3552442420374072104116
Binary1110110110100100101000100111111000001111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4A2; }

 p { color: rgb(237,164,162); }

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

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

 a { background-color: rgb(237,164,162); }

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

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

 span { border-color: rgb(237,164,162); }

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