Html Css Color HEX #ED8D7D Dark Salmon

📋 copy color: '#ED8D7D'

red 237 ◦ green 141 ◦ blue 125

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

Shades of Dark Salmon #ED8D7D

Tints of Dark Salmon #ED8D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.03%

 BLUE value IS 125 (49.22% from 255) = 24.85%

R = 47.12%
G = 28.03%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED8D7D (or 0xED8D7D) is known color: Dark Salmon. HEX triplet: ED, 8D and 7D. RGB value is (237,141,125). Sum of RGB (Red+Green+Blue) = 237+141+125=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8D7D is #127282. Grayscale: #A8A8A8. Windows color (decimal): -1208963 or 8228333. OLE color: 8228333.

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

Color convert

RGB 237 141 125 -
CMYK 0 0.41 0.47 0.07
HSL 8.57º 0.76% 0.71% -
HSV(B) 8.57º 0.47% 0.93% -
XYZ 48.15 38.53 24.3 -
YUV 167.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 237 141 125 0 0.41 0.47 0.07 8.57 0.76 0.71
Hex ED 8D 7D 0 29 2F 7 9 4C 47
Octal 355 215 175 0 51 57 7 11 114 107
Binary 11101101 10001101 1111101 0 101001 101111 111 1001 1001100 1000111

Color Harmonies of #ED8D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D7D

Black with #ED8D7D

Text Example


Text Example

White with #ED8D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D7D; }

 p { color: rgb(237,141,125); }

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

background-color css

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

 a { background-color: rgb(237,141,125); }

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

border-color css

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

 span { border-color: rgb(237,141,125); }

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