Html Css Color HEX #ED987E Dark Salmon

📋 copy color: '#ED987E'

red 237 ◦ green 152 ◦ blue 126

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

Shades of Dark Salmon #ED987E

Tints of Dark Salmon #ED987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.51%

 BLUE value IS 126 (49.61% from 255) = 24.47%

R = 46.02%
G = 29.51%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED987E (or 0xED987E) is known color: Dark Salmon. HEX triplet: ED, 98 and 7E. RGB value is (237,152,126). Sum of RGB (Red+Green+Blue) = 237+152+126=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED987E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED987E is #126781. Grayscale: #AEAEAE. Windows color (decimal): -1206146 or 8296685. OLE color: 8296685.

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

Color convert

RGB 237 152 126 -
CMYK 0 0.36 0.47 0.07
HSL 14.05º 0.76% 0.71% -
HSV(B) 14.05º 0.47% 0.93% -
XYZ 49.92 41.97 25.21 -
YUV 174.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 237 152 126 0 0.36 0.47 0.07 14.05 0.76 0.71
Hex ED 98 7E 0 24 2F 7 E 4C 47
Octal 355 230 176 0 44 57 7 16 114 107
Binary 11101101 10011000 1111110 0 100100 101111 111 1110 1001100 1000111

Color Harmonies of #ED987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED987E

Black with #ED987E

Text Example


Text Example

White with #ED987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED987E; }

 p { color: rgb(237,152,126); }

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

background-color css

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

 a { background-color: rgb(237,152,126); }

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

border-color css

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

 span { border-color: rgb(237,152,126); }

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