Html Css Color HEX #ED987B Dark Salmon

📋 copy color: '#ED987B'

red 237 ◦ green 152 ◦ blue 123

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

Shades of Dark Salmon #ED987B

Tints of Dark Salmon #ED987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.02%

R = 46.29%
G = 29.69%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED987B (or 0xED987B) is known color: Dark Salmon. HEX triplet: ED, 98 and 7B. RGB value is (237,152,123). Sum of RGB (Red+Green+Blue) = 237+152+123=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED987B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED987B is #126784. Grayscale: #AEAEAE. Windows color (decimal): -1206149 or 8100077. OLE color: 8100077.

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

Color convert

RGB 237 152 123 -
CMYK 0 0.36 0.48 0.07
HSL 15.26º 0.76% 0.71% -
HSV(B) 15.26º 0.48% 0.93% -
XYZ 49.73 41.89 24.2 -
YUV 174.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 237 152 123 0 0.36 0.48 0.07 15.26 0.76 0.71
Hex ED 98 7B 0 24 30 7 F 4C 47
Octal 355 230 173 0 44 60 7 17 114 107
Binary 11101101 10011000 1111011 0 100100 110000 111 1111 1001100 1000111

Color Harmonies of #ED987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED987B

Black with #ED987B

Text Example


Text Example

White with #ED987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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