Html Css Color HEX #ED9579 Dark Salmon

📋 copy color: '#ED9579'

red 237 ◦ green 149 ◦ blue 121

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

Shades of Dark Salmon #ED9579

Tints of Dark Salmon #ED9579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.39%

 BLUE value IS 121 (47.66% from 255) = 23.87%

R = 46.75%
G = 29.39%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED9579 (or 0xED9579) is known color: Dark Salmon. HEX triplet: ED, 95 and 79. RGB value is (237,149,121). Sum of RGB (Red+Green+Blue) = 237+149+121=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9579 is #126A86. Grayscale: #ACACAC. Windows color (decimal): -1206919 or 7968237. OLE color: 7968237.

HSL color Cylindrical-coordinate representation of color #ED9579: hue angle of 14.48º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED9579 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 121 -
CMYK 0 0.37 0.49 0.07
HSL 14.48º 0.76% 0.7% -
HSV(B) 14.48º 0.49% 0.93% -
XYZ 49.12 40.88 23.39 -
YUV 172.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 237 149 121 0 0.37 0.49 0.07 14.48 0.76 0.7
Hex ED 95 79 0 25 31 7 E 4C 46
Octal 355 225 171 0 45 61 7 16 114 106
Binary 11101101 10010101 1111001 0 100101 110001 111 1110 1001100 1000110

Color Harmonies of #ED9579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9579

Black with #ED9579

Text Example


Text Example

White with #ED9579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9579; }

 p { color: rgb(237,149,121); }

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

background-color css

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

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

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

border-color css

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

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

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