Html Css Color HEX #EDA49E Sundown

📋 copy color: '#EDA49E'

red 237 ◦ green 164 ◦ blue 158

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

Shades of Sundown #EDA49E

Tints of Sundown #EDA49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.26%

R = 42.4%
G = 29.34%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDA49E (or 0xEDA49E) is known color: Sundown. HEX triplet: ED, A4 and 9E. RGB value is (237,164,158). Sum of RGB (Red+Green+Blue) = 237+164+158=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA49E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA49E is #125B61. Grayscale: #B9B9B9. Windows color (decimal): -1203042 or 10396909. OLE color: 10396909.

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

Color convert

RGB 237 164 158 -
CMYK 0 0.31 0.33 0.07
HSL 4.56º 0.69% 0.77% -
HSV(B) 4.56º 0.33% 0.93% -
XYZ 54.37 47.02 38.56 -
YUV 185.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 237 164 158 0 0.31 0.33 0.07 4.56 0.69 0.77
Hex ED A4 9E 0 1F 21 7 5 45 4D
Octal 355 244 236 0 37 41 7 5 105 115
Binary 11101101 10100100 10011110 0 11111 100001 111 101 1000101 1001101

Color Harmonies of #EDA49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA49E

Black with #EDA49E

Text Example


Text Example

White with #EDA49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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