Html Css Color HEX #ED9479 Dark Salmon

📋 copy color: '#ED9479'

red 237 ◦ green 148 ◦ blue 121

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

Shades of Dark Salmon #ED9479

Tints of Dark Salmon #ED9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.25%

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

R = 46.84%
G = 29.25%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED9479 (or 0xED9479) is known color: Dark Salmon. HEX triplet: ED, 94 and 79. RGB value is (237,148,121). Sum of RGB (Red+Green+Blue) = 237+148+121=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9479 is #126B86. Grayscale: #ABABAB. Windows color (decimal): -1207175 or 7967981. OLE color: 7967981.

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

Color convert

RGB 237 148 121 -
CMYK 0 0.38 0.49 0.07
HSL 13.97º 0.76% 0.7% -
HSV(B) 13.97º 0.49% 0.93% -
XYZ 48.97 40.56 23.34 -
YUV 171.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 237 148 121 0 0.38 0.49 0.07 13.97 0.76 0.7
Hex ED 94 79 0 26 31 7 E 4C 46
Octal 355 224 171 0 46 61 7 16 114 106
Binary 11101101 10010100 1111001 0 100110 110001 111 1110 1001100 1000110

Color Harmonies of #ED9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9479

Black with #ED9479

Text Example


Text Example

White with #ED9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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