#EB987D

Color #EB987D Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #EB987D

Tints of Dark Salmon #EB987D

Color information

#EB987D (or 0xEB987D) is unknown color: approx Dark Salmon. HEX triplet: EB, 98 and 7D. RGB value is (235,152,125). Sum of RGB (Red+Green+Blue) = 235+152+125=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB987D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB987D is #146782. Grayscale: #ADADAD. Windows color (decimal): -1337219 or 8231147. OLE color: 8231147.

HSL color Cylindrical-coordinate representation of color #EB987D: hue angle of 14.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB987D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB235152125-
CMYK00.350.470.08
HSL14.73º73.33%70.59%-
HSV(B)14.73º46.81%92.16%-
XYZ49.1941.624.84-
YUV173.74100.5171.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.90%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=45.90%
G=29.69%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515212500.350.470.0814.7373.3370.59
HexEB987D0232F8f4947
Octal353230175043571017111107
Binary1110101110011000111110101000111011111000111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB987D; }

 p { color: rgb(235,152,125); }

 H1.HeaderClassName
 {
   color: #EB987D;
 }
 .AnyTagClassName
 {
   color: #EB987D;
 }
</style>
background-color css

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

 a { background-color: rgb(235,152,125); }

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

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

 span { border-color: rgb(235,152,125); }

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