#EDA4A4

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

Shades of Sundown #EDA4A4

Tints of Sundown #EDA4A4

Color information

#EDA4A4 (or 0xEDA4A4) is unknown color: approx Sundown. HEX triplet: ED, A4 and A4. RGB value is (237,164,164). Sum of RGB (Red+Green+Blue) = 237+164+164=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4A4 is #125B5B. Grayscale: #B9B9B9. Windows color (decimal): -1203036 or 10790125. OLE color: 10790125.

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

Color convert

RGB237164164-
CMYK00.310.310.07
HSL66.97%78.63%-
HSV(B)30.8%92.94%-
XYZ54.947.2441.35-
YUV185.83115.68164.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 164 (64.45% from 255) = 29.03%
R=41.95%
G=29.03%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716416400.310.310.07066.9778.63
HexEDA4A401F1F70434f
Octal3552442440373770103117
Binary11101101101001001010010001111111111111010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4A4; }

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

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

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

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

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

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

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

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