Html Css Color HEX #ED9370 Dark Salmon

📋 copy color: '#ED9370'

red 237 ◦ green 147 ◦ blue 112

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

Shades of Dark Salmon #ED9370

Tints of Dark Salmon #ED9370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.58%

R = 47.78%
G = 29.64%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED9370 (or 0xED9370) is known color: Dark Salmon. HEX triplet: ED, 93 and 70. RGB value is (237,147,112). Sum of RGB (Red+Green+Blue) = 237+147+112=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9370 is #126C8F. Grayscale: #AAAAAA. Windows color (decimal): -1207440 or 7377901. OLE color: 7377901.

HSL color Cylindrical-coordinate representation of color #ED9370: hue angle of 16.8º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED9370 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 147 112 -
CMYK 0 0.38 0.53 0.07
HSL 16.8º 0.78% 0.68% -
HSV(B) 16.8º 0.53% 0.93% -
XYZ 48.28 40.04 20.51 -
YUV 169.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 237 147 112 0 0.38 0.53 0.07 16.8 0.78 0.68
Hex ED 93 70 0 26 35 7 11 4E 44
Octal 355 223 160 0 46 65 7 21 116 104
Binary 11101101 10010011 1110000 0 100110 110101 111 10001 1001110 1000100

Color Harmonies of #ED9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9370

Black with #ED9370

Text Example


Text Example

White with #ED9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9370; }

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

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

background-color css

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

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

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

border-color css

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

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

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