Html Css Color HEX #EDA49D Sundown

📋 copy color: '#EDA49D'

red 237 ◦ green 164 ◦ blue 157

#EDA49D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundown #EDA49D

Tints of Sundown #EDA49D

RGB

 RED value IS 237 (92.97% from 255) = 42.47%

 GREEN value IS 164 (64.45% from 255) = 29.39%

 BLUE value IS 157 (61.72% from 255) = 28.14%

R = 42.47%
G = 29.39%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDA49D (or 0xEDA49D) is known color: Sundown. HEX triplet: ED, A4 and 9D. RGB value is (237,164,157). Sum of RGB (Red+Green+Blue) = 237+164+157=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA49D is #125B62. Grayscale: #B9B9B9. Windows color (decimal): -1203043 or 10331373. OLE color: 10331373.

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

Color convert

RGB 237 164 157 -
CMYK 0 0.31 0.34 0.07
HSL 5.25º 0.69% 0.77% -
HSV(B) 5.25º 0.34% 0.93% -
XYZ 54.29 46.99 38.11 -
YUV 185.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 237 164 157 0 0.31 0.34 0.07 5.25 0.69 0.77
Hex ED A4 9D 0 1F 22 7 5 45 4D
Octal 355 244 235 0 37 42 7 5 105 115
Binary 11101101 10100100 10011101 0 11111 100010 111 101 1000101 1001101

Color Harmonies of #EDA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA49D

Black with #EDA49D

Text Example


Text Example

White with #EDA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA49D; }

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

 H1.HeaderClassName
 {
   color: #EDA49D;
 }
 .AnyTagClassName
 {
   color: #EDA49D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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