Html Css Color HEX #ED937A Dark Salmon

📋 copy color: '#ED937A'

red 237 ◦ green 147 ◦ blue 122

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

Shades of Dark Salmon #ED937A

Tints of Dark Salmon #ED937A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.05%

 BLUE value IS 122 (48.05% from 255) = 24.11%

R = 46.84%
G = 29.05%
B = 24.11%

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

#ED937A (or 0xED937A) is known color: Dark Salmon. HEX triplet: ED, 93 and 7A. RGB value is (237,147,122). Sum of RGB (Red+Green+Blue) = 237+147+122=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED937A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED937A is #126C85. Grayscale: #ABABAB. Windows color (decimal): -1207430 or 8033261. OLE color: 8033261.

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

Color convert

RGB 237 147 122 -
CMYK 0 0.38 0.49 0.07
HSL 13.04º 0.76% 0.7% -
HSV(B) 13.04º 0.49% 0.93% -
XYZ 48.87 40.28 23.61 -
YUV 171.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 237 147 122 0 0.38 0.49 0.07 13.04 0.76 0.7
Hex ED 93 7A 0 26 31 7 D 4C 46
Octal 355 223 172 0 46 61 7 15 114 106
Binary 11101101 10010011 1111010 0 100110 110001 111 1101 1001100 1000110

Color Harmonies of #ED937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED937A

Black with #ED937A

Text Example


Text Example

White with #ED937A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED937A; }

 p { color: rgb(237,147,122); }

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

background-color css

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

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

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

border-color css

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

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

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