#EB997D

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

Shades of Dark Salmon #EB997D

Tints of Dark Salmon #EB997D

Color information

#EB997D (or 0xEB997D) is unknown color: approx Dark Salmon. HEX triplet: EB, 99 and 7D. RGB value is (235,153,125). Sum of RGB (Red+Green+Blue) = 235+153+125=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB997D is #146682. Grayscale: #AEAEAE. Windows color (decimal): -1336963 or 8231403. OLE color: 8231403.

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

Color convert

RGB235153125-
CMYK00.350.470.08
HSL15.27º73.33%70.59%-
HSV(B)15.27º46.81%92.16%-
XYZ49.3541.9324.89-
YUV174.33100.17171.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=45.81%
G=29.82%
B=24.37%

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
Decimal23515312500.350.470.0815.2773.3370.59
HexEB997D0232F8f4947
Octal353231175043571017111107
Binary1110101110011001111110101000111011111000111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB997D; }

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

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

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

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

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

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

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

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