#EDA7A4

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

Shades of Sundown #EDA7A4

Tints of Sundown #EDA7A4

Color information

#EDA7A4 (or 0xEDA7A4) is unknown color: approx Sundown. HEX triplet: ED, A7 and A4. RGB value is (237,167,164). Sum of RGB (Red+Green+Blue) = 237+167+164=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA7A4 is #12585B. Grayscale: #BBBBBB. Windows color (decimal): -1202268 or 10790893. OLE color: 10790893.

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

Color convert

RGB237167164-
CMYK00.300.310.07
HSL2.47º66.97%78.63%-
HSV(B)2.47º30.8%92.94%-
XYZ55.4448.3241.53-
YUV187.59114.69163.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 164 (64.45% from 255) = 28.87%
R=41.73%
G=29.40%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716716400.300.310.072.4766.9778.63
HexEDA7A401E1F72434f
Octal3552472440363772103117
Binary111011011010011110100100011110111111111010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA7A4; }

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

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

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

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

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

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

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

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