Html Css Color HEX #ED8E7D Dark Salmon

📋 copy color: '#ED8E7D'

red 237 ◦ green 142 ◦ blue 125

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

Shades of Dark Salmon #ED8E7D

Tints of Dark Salmon #ED8E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.17%

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

R = 47.02%
G = 28.17%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED8E7D (or 0xED8E7D) is known color: Dark Salmon. HEX triplet: ED, 8E and 7D. RGB value is (237,142,125). Sum of RGB (Red+Green+Blue) = 237+142+125=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8E7D is #127182. Grayscale: #A8A8A8. Windows color (decimal): -1208707 or 8228589. OLE color: 8228589.

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

Color convert

RGB 237 142 125 -
CMYK 0 0.40 0.47 0.07
HSL 9.11º 0.76% 0.71% -
HSV(B) 9.11º 0.47% 0.93% -
XYZ 48.3 38.83 24.35 -
YUV 168.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 237 142 125 0 0.40 0.47 0.07 9.11 0.76 0.71
Hex ED 8E 7D 0 28 2F 7 9 4C 47
Octal 355 216 175 0 50 57 7 11 114 107
Binary 11101101 10001110 1111101 0 101000 101111 111 1001 1001100 1000111

Color Harmonies of #ED8E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8E7D

Black with #ED8E7D

Text Example


Text Example

White with #ED8E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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